开始做充值和发票
This commit is contained in:
21
pages/member/components/memberManage/index.wxss
Normal file
21
pages/member/components/memberManage/index.wxss
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user