feat(mini): 各页面增加分享入口(好友/朋友圈)及设置页微调

This commit is contained in:
gouki
2026-08-10 23:03:16 +00:00
parent 738b5c4452
commit 52c0d3c774
14 changed files with 172 additions and 26 deletions
+17 -10
View File
@@ -1,17 +1,17 @@
.container {
padding: 20rpx;
padding: 16rpx;
}
.section-title {
font-size: 28rpx;
font-size: 26rpx;
font-weight: 600;
margin-bottom: 16rpx;
margin-bottom: 8rpx;
color: #C41E3A;
}
.avatar {
width: 96rpx;
height: 96rpx;
width: 72rpx;
height: 72rpx;
border-radius: 50%;
}
@@ -21,14 +21,21 @@
justify-content: center;
background: #C41E3A;
color: #FFFFFF;
font-size: 40rpx;
font-size: 32rpx;
}
.btn-sm {
padding: 10rpx 28rpx;
font-size: 26rpx;
border-radius: 32rpx;
white-space: nowrap;
}
.menu-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 24rpx 0;
padding: 18rpx 0;
border-bottom: 1rpx solid #E8D5C4;
}
@@ -37,7 +44,7 @@
}
.menu-label {
font-size: 28rpx;
font-size: 26rpx;
}
.menu-right {
@@ -47,11 +54,11 @@
}
.menu-count {
font-size: 24rpx;
font-size: 22rpx;
color: #9E8E7E;
}
.menu-arrow {
color: #C9B8A6;
font-size: 36rpx;
font-size: 32rpx;
}