Files
bodyWeight/miniprogram/pages/my/my.less
T
17792275749andClaude Opus 4.7 548c26cad5 feat: 数据补传改为整包上传,帮助中心补空状态
- equipment 数据补传一次上传整个列表(list 参数),注释掉 memberId
- helpCenter 问题列表补空数据展示
- userManagement 删除成员接口 v2 调整为 v6
- my 页面按钮字体加粗

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-08-26 09:07:35 +08:00

123 lines
3.0 KiB
Plaintext

.my {
width: 100%;
height: 100%;
.header {
width: 100%;
height: 320rpx;
margin-bottom: 26rpx;
.bg {
width: 100%;
height: 100%;
}
.user {
position: absolute;
top: 185rpx;
left: 40rpx;
right: 40rpx;
width: 100%;
display: flex;
box-sizing: border-box;
.userAvatar {
width: 120rpx;
height: 120rpx;
margin-right: 30rpx;
}
.userInfo {
flex: 1;
display: flex;
flex-flow: column;
justify-content: center;
overflow: hidden;
.userName {
color: #252536;
height: 40rpx;
font-weight: bold;
font-size: 40rpx;
line-height: 40rpx;
margin-bottom: 22rpx;
}
.userSex {
height: 28rpx;
display: flex;
align-items: center;
.meta-text {
color: #77849E;
height: 28rpx;
font-size: 28rpx;
line-height: 28rpx;
}
.meta-divider {
color: #B6B6B6;
height: 28rpx;
font-size: 28rpx;
line-height: 28rpx;
margin: 0 12rpx;
}
}
}
}
}
.page-container {
width: 100%;
box-sizing: border-box;
.list {
width: 100%;
padding: 0 30rpx;
border-radius: 16rpx;
box-sizing: border-box;
background-color: #ffffff;
margin-bottom: 750rpx;
.list-item {
width: 100%;
height: 110rpx;
display: flex;
flex-wrap: nowrap;
align-items: center;
border-bottom: 2rpx solid #EAECF1;
&:last-of-type {
border-bottom: none;
}
> view:nth-of-type(1) {
width: 44rpx;
height: 44rpx;
margin-right: 22rpx;
}
> view:nth-of-type(2) {
flex: 1;
height: 32rpx;
color: #394356;
font-weight: bold;
font-size: 32rpx;
line-height: 32rpx;
}
}
}
.exitBtn {
color: #252535;
width: 100%;
height: 110rpx;
font-size: 32rpx;
font-weight: bolder;
text-align: center;
line-height: 110rpx;
border-radius: 24rpx;
background-color: #FFFFFF;
}
}
}