myWallet.wxss
775 字节
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
/* pages/myWallet/myWallet.wxss */
.balance{
height:370rpx;
width:100%;
background-image: url(http://omega.wx.bronet.cn/public/static/images/11@2x.png);
background-size: 100% 100%;
overflow: hidden;
}
.balance .font{
font-size: 28rpx;
color:#fff;
margin-left:44rpx;
margin-top:40rpx;
}
.balance .money{
font-size: 86rpx;
color:#fff;
text-align: center;
margin-top:71rpx;
}
.Tlist {
padding:0 41rpx;
height:109rpx;
border-bottom: 1rpx solid #E4E4E4;
display: flex;
align-items: center;
justify-content: space-between;
}
.Tlist .left{
display: flex;
align-items: center;
}
.Tlist .left .icon{
font-size: 28rpx;
color:#7FCBFF;
}
.Tlist .left .font{
font-size: 30rpx;
color:#333;
margin-left:17rpx;
}