vip-verify.scss
1.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';
.page {
padding-bottom: $pageBottom;
color: #333333;
.bgc {}
.bg {}
.main {
.top-space {
height: 100px;
}
.content {
position: relative;
.tit {
text-align: center;
font-size: 44px;
color: #333333;
}
.form {
margin: 80px auto 0;
font-size: 28px;
&-item {
font-size: 28px;
display: flex;
margin: 0 auto 16px;
.label {
width: 120px;
color: #666666;
}
.val {
flex: 1;
@extend .bb;
padding-left: 20px;
}
}
.id-card {
margin: 44px 0 0;
// width: 338px;
// height: 226px;
&-image {
width: 338px;
height: 226px;
}
}
.error-tips {
text-align: center;
margin: 40px 0 0;
height: 68px;
line-height: 68px;
background: rgba($color: #E02020, $alpha: 0.1);
color: #E02020;
}
}
.btn-wrap {
.btn {
@include cb(320px, 84px);
margin: 120px auto 0;
}
}
}
}
}
.border {
padding: 40px 30px;
}