添加朋友圈功能

This commit is contained in:
bobobobo
2026-01-13 01:12:29 +08:00
parent ac67fa30f4
commit 06e026c8b8
8 changed files with 319 additions and 44 deletions

View File

@@ -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;
}
}
}
}
}
}

View File

@@ -9,7 +9,7 @@
width: 100%;
height: 38rpx;
left: 0;
bottom: 0;
bottom: -2rpx;
background: #ffffff;
border-radius: 32rpx 32rpx 0rpx 0rpx;
}