_bind-tip.css
1.6 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
.welcome-item{
&:after{
content: '';
display: block;
clear: both;
}
.welcome-body-left{
float: left;
.cover-content{
text-align: center;
}
.img{
display: inline-block;
margin-top: 50px;
width: 240px;
max-width: 240px;
height:200px;
background: resolve('passport/welcome.jpg') no-repeat;
}
}
.welcome-body-right{
float: left;
padding-top: 230px;
margin-left: 50px;
h2{
margin-bottom: 20px;
text-align: center;
font-size: 20px;
color: #000;
em{
color :#e80006;
font-weight: normal;
}
}
p{
text-align: center;
font-size: 14px;
color: #000;
}
.welcome-a{
padding-left: 70px;
padding-top: 30px;
a{
display: inline-block;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
color: #fff;
font-size: 14px;
background-color: #e80006;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
cursor: pointer;
margin-right: 70px;
}
}
}
}
.jump-btn{
float:left;
margin-top: 15px;
margin-left: 55px;
color: #AAA;
}