verify_idcard.wxss
941 Bytes
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
60
61
62
.page {
background: #f8f8f8;
}
.id_background{
width: 100%;
height: 380rpx;
display: flex;
align-items: center;
background-color: #fff;
}
.id_image_wrap{
width: 540rpx;
height: 312rpx;
margin-left: 110rpx;
margin-right: 110rpx;
}
.item_body {
width: 100%;
height: 80rpx;
}
.text_666_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #666;
line-height: 80rpx;
}
.text_333_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #333;
text-align: right;
line-height: 80rpx;
}
.bottom_btn_wrap{
background: #FFFFFF;
box-shadow: 0 -2px 8px 0 rgba(208,208,208,0.30);
height: 136rpx;
width: 100%;
position: fixed;
bottom: 0;
}
.btn_blue_radius{
margin: 26rpx 30rpx;
background: #357AEB;
border-radius: 5px;
height: 84rpx;
}
.text_white_34 {
font-family: PingFangSC-Regular;
font-size: 17px;
color: #FFFFFF;
text-align: center;
line-height: 42px;
}