my_account.wxss
772 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* pages/my_account/my_account.wxss */
@import '/pages/client_pay/client_pay.wxss';
.accountbox{
margin: 100rpx 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color:#fff;
font-size:76rpx;
}
.niminum{
font-size:26rpx;
}
.sub_title{
color:#9E9E9F;
font-size:28rpx;
}
.account_title{
padding:0 27rpx;
color:rgba(255,255,255,0.8);
font-size:36rpx;
}
.account_subtitle{
padding:0 27rpx;
color:rgba(255,255,255,0.6);
font-size:20rpx;
margin: 0 0 10rpx 0;
}
.accont_itembox{
padding:15rpx 97rpx 15rpx 27rpx;
margin: 0 0 20rpx 0;
background: #03172C;
color:rgba(255,255,255,0.6);
font-size:26rpx;
}
.accont_item{
display: flex;
align-items: center;
justify-content: space-between;
}
.accont_itemsub{
font-size:20rpx;
}