完成发现,个人中心

This commit is contained in:
cbb
2026-01-06 16:35:57 +08:00
parent 07cd0f6b37
commit 578eafafa1
23 changed files with 740 additions and 61 deletions

View File

@@ -12,12 +12,12 @@
}
.text {
flex-shrink: 0;
padding: 8rpx 16rpx;
padding: 10rpx 16rpx;
font-family: PingFang SC, PingFang SC;
line-height: 1;
font-weight: 500;
font-size: 28rpx;
color: #999999;
text-align: center;
font-style: normal;
text-transform: none;
background: #f4f4f4;
@@ -25,7 +25,7 @@
box-sizing: border-box;
}
.active {
padding: 6rpx 14rpx;
padding: 8rpx 14rpx;
border-radius: 64rpx;
border: 2rpx solid #00d993;
color: #00d993;