withdraw.wxss
637 字节
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
.examineimg{
width:217rpx;
height: 217rpx;
font-size: 0;
margin:338rpx auto 0;
}
.examineimg image{
width:100%;
height:100%;
}
.examineing{
color:#333333;
font-size: 36rpx;
text-align: center;
margin-top:40rpx;
}
.prelist{
display:flex;
justify-content: center;
align-items: center;
margin-top:21rpx;
}
.applaymoney{
color:#999999;
font-size: 24rpx;
height:43rpx;
line-height: 43rpx;
}
.applaynum{
color:#15276D;
font-size: 30rpx;
height:43rpx;
line-height: 43rpx;
}
.currentapplaynum{
color:#000000;
font-size: 30rpx;
}