2024-02-22 18:57:41 +08:00
|
|
|
@import "../../tabBar.wxss";
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.containerView.public {
|
|
|
|
background: #f1f1f1;
|
|
|
|
padding: 0 20rpx;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.itemView {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
background: white;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.itemView .itemData {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
padding: 28rpx 24rpx;
|
|
|
|
border-bottom: 1px solid rgb(126, 126, 126, 0.2);
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.itemView .itemData:last-of-type {
|
|
|
|
border-bottom: none;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.itemView .avatarImg {
|
|
|
|
width: 120rpx;
|
|
|
|
height: 120rpx;
|
|
|
|
border-radius: 120rpx;
|
|
|
|
margin-right: 30rpx;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.itemView .label {
|
|
|
|
font-size: 30rpx;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|
2024-03-13 15:14:37 +08:00
|
|
|
.itemView .propOpen {
|
|
|
|
flex: 1;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|