@import "../../tabBar.wxss"; .containerView.public { background: #f1f1f1; padding: 0 20rpx; } .itemView { margin-top: 20rpx; border-radius: 20rpx; background: white; } .itemView .itemData { display: flex; justify-content: flex-start; align-items: center; padding: 28rpx 24rpx; border-bottom: 1px solid rgb(126, 126, 126, 0.2); } .itemView .itemData:last-of-type { border-bottom: none; } .itemView .avatarImg { width: 120rpx; height: 120rpx; border-radius: 120rpx; margin-right: 30rpx; } .itemView .label { font-size: 30rpx; } .itemView .propOpen { flex: 1; }