_bind-dialog.css
1.08 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
.bind-info-wrapper {
.iconfont {
font-size: 25px;
}
.title {
font-size: 20px;
margin-top: 50px;
margin-bottom: 10px;
}
.title2 {
font-size: 20px;
margin-bottom: 55px;
}
.question {
font-size: 20px;
margin-bottom: 10px;
}
.subtitle {
font-size: 16px;
color: #999;
margin-top: 24px;
margin-bottom: 43px;
}
.bind-btn-cancel {
border-radius: 3px;
width: 120px;
height: 35px !important;
line-height: 35px !important;
color: #999;
border: solid 1px #999 !important;
padding: 0 !important;
}
.bind-btn-ok {
width: 120px;
height: 35px !important;
color: white;
background: #444;
border-radius: 3px;
line-height: 35px !important;
border: solid 1px #444 !important;
padding: 0 !important;
margin-left: 38px !important;
}
min-width: 320px !important;
padding-left: 55px;
padding-right: 55px;
padding-bottom: 40px;
}