_login.css
2.66 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
.login-page {
.relative {
position: relative;
}
.right {
float: right;
}
.login-ul > li {
margin-bottom: 25px;
}
.title {
float: left;
font-size: 20px;
}
.country-code {
color: #b9b9b9;
cursor: pointer;
}
.country-list {
position: absolute;
top: 20px;
right: 0;
z-index: 1;
display: none;
padding: 0 10px;
border: 1px solid #000;
border-radius: 5px;
background: #fff;
li {
height: 20px;
color: #000;
line-height: 20px;
}
}
.captcha-wrap {
position: relative;
.err-tip {
left: 335px;
}
}
/* 验证码 */
.captcha {
float: left;
width: 160px;
}
.captcha-img {
float: left;
margin-top: 4px;
margin-left: 10px;
width: 90px;
height: 37px;
outline: none;
border: 0;
}
.change-captcha {
position: absolute;
top: 0;
right: -50px;
display: block;
height: 43px;
color: #ff1901;
font-size: 14px;
line-height: 43px;
cursor: pointer;
}
.remember-me {
cursor: pointer;
}
.other-opts {
color: #b9b9b9;
font-size: 14px;
.iconfont {
font-size: 14px;
}
.fast-reg {
color: #ff1901;
}
}
.forget-password {
color: #b9b9b9;
}
.third-party-login {
display: table;
a {
display: table-cell;
width: 45px;
background-size: 100% 100%;
}
.icon {
display: block;
margin: 0 auto;
width: 30px;
height: 30px;
}
.weixin {
background: url(/passport/third/weixin.png) no-repeat;
}
.qq {
background: url(/passport/third/qq.png) no-repeat;
}
.weibo {
background: url(/passport/third/weibo.png) no-repeat;
}
.alipay {
background: url(/passport/third/alipay.png) no-repeat;
}
.douban {
background: url(/passport/third/douban.png) no-repeat;
}
.renren {
background: url(/passport/third/renren.png) no-repeat;
}
}
.caps-lock {
position: absolute;
top: 8px;
left: 278px;
padding: 0 20px;
height: 27px;
border: #ffe57d;
background: #fff6d2;
color: #666;
white-space: nowrap;
line-height: 30px;
}
}