bind-mobile.page.css
853 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
@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("/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;
}
}