需新增:添加好友页面,优化各模块页面

This commit is contained in:
cbb
2026-01-22 17:04:43 +08:00
parent 57fec30165
commit 571e91b01c
17 changed files with 223 additions and 87 deletions

View File

@@ -19,11 +19,11 @@
icon: 'meeting',
url: '/pages/my-index/meeting-record/index'
},
// {
// name: '我的朋友圈',
// icon: 'circle',
// url: '/pages/discover/dynamic/dynamic'
// },
{
name: '我的朋友圈',
icon: 'circle',
url: '/pages/discover/dynamic/dynamic'
},
// {
// name: '我的收藏',
// icon: 'collection',
@@ -57,7 +57,7 @@
}
}
} else {
navigateTo(item.url)
navigateTo(item.url, item.icon === 'circle' ? { type: 1 } : null)
}
}
@@ -174,7 +174,9 @@
display: flex;
flex-direction: column;
.name {
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: bold;
font-size: 32rpx;
color: #333333;
@@ -222,7 +224,9 @@
display: flex;
flex-direction: column;
text {
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #ffffff;
@@ -243,7 +247,9 @@
height: 64rpx;
line-height: 64rpx;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #ffffff;
@@ -278,7 +284,9 @@
}
.text-box {
margin-left: 16rpx;
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #333333;