bind-mobile.page.scss
1.04 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
@import "mobile-form-login";
.passport-bind-page {
background-color: #fff;
.safety-tip {
line-height: 70px;
height: 70px;
padding: 0 30px;
font-size: 24px;
background-color: #ff575c;
color: #fff;
opacity: 0.8;
}
.safety-tip-icon {
width: 22px;
height: 30px;
background-image: url("img/passport/safety-icon.png");
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
vertical-align: sub;
}
}
.s-dialog-bind {
.bind-title {
font-size: 28px;
text-align: center;
color: #444;
}
.bind-subtitle {
font-size: 24px;
text-align: left;
color: #b0b0b0;
margin-top: 25px;
}
.dialog-box {
background-color: #fff;
color: #444;
font-size: 28px;
}
.dialog-left-btn {
color: #b0b0b0;
font-size: 32px;
}
.dialog-right-btn {
color: #d0021b;
font-size: 32px;
}
}