accountDetails.wxss
1.0 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
page {
background: #F7F7F7;
}
.box {
padding: 0 32rpx;
box-sizing: border-box;
background: #fff;
margin-top: 16rpx;
}
.title {
height: 92rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
border-bottom: 1px solid #EEEEEE;
}
.more {
width: 32rpx;
margin-left: 12rpx;
}
.xitem {
height: 128rpx;
border-bottom: 1px solid #EEEEEE;
overflow: hidden;
}
.top,
.num {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.top {
margin-top: 20rpx;
font-size: 32rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(35, 35, 35, 1);
}
.top text:last-child {
color: #FF9417;
}
.num {
margin-top: 10rpx;
font-size: 24rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: rgba(187, 194, 203, 1);
}