check.page.scss
992 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
@import "~scss/layout/img-check";
.check-page {
margin: 20px auto;
width: 590px;
.wran-tip {
font-size: 30px;
color: #444;
text-align: center;
margin-bottom: 150px;
margin-top: 60px;
.iconfont {
font-size: 110px;
display: block;
color: #bbb;
}
}
.img-check-header {
font-size: 24px;
}
.img-check-pics > li {
width: 140px;
height: 140px;
background-size: 560px 560px;
position: relative;
&:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
border: 1px solid #e8e8e8;
}
}
.submit {
width: 100%;
height: 90px;
line-height: 90px;
text-align: center;
font-size: 30px;
color: #fff;
background: #444;
border-radius: 8px;
}
}