electricity_bill_calc_wx/pages/member/components/memberManage/index.wxss
2024-03-20 11:10:52 +08:00

21 lines
236 B
Plaintext

.item {
display: flex;
align-items: center;
padding-top: 24rpx;
padding-bottom: 24rpx;
margin-left: 32rpx;
margin-right: 32rpx;
}
.nickName {
flex: 1;
}
.operate {
display: flex;
}
.disAgree {
margin-left: 24rpx;
}