添加朋友圈功能
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
margin-right: 16rpx;
|
||||
&:last-child {
|
||||
&:nth-child(2) {
|
||||
font-size: 24rpx;
|
||||
color: #0c587e;
|
||||
}
|
||||
@@ -121,6 +121,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.input-box {
|
||||
margin-top: 16rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-radius: 14rpx;
|
||||
border: 2rpx solid #19ac31;
|
||||
padding: 12rpx 18rpx;
|
||||
input {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
button {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
width: 120rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
background: #19ac31;
|
||||
border-radius: 8rpx;
|
||||
font-size: 24rpx;
|
||||
color: #ffffff;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user