tixian2.wxss
647 字节
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
/* pages/merchant/tixian2/tixian2.wxss */
page{
padding:0 0 114rpx 0;
}
.tixian_two{
display: flex;
align-items: center;
justify-content: space-between;
background: #EEEEEF;
color:rgba(62,58,57,1);
font-size:26rpx;
height: 115rpx;
box-sizing:border-box;
margin: 37rpx 0 0 0;
padding:0 50rpx 0 75rpx;
}
.tixian_twoip{
display: flex;
align-items: center;
justify-content: center;
color:#3E3A39;
font-size: 25rpx;
padding:50rpx 0 18rpx 0;
}
.tixian_twonum{
justify-content: center;
color:#9E9E9F;
font-weight: bold;
font-size: 42rpx;
margin: 0;
}
.bignum{
font-size: 76rpx;
}
.tixian_bottombtn{
margin: 120rpx 32rpx 0 32rpx;
}