index.css
2.0 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
body {
background: #f5f5f5;
}
.bad-network {
line-height: 38px;
background-color: #7c858b;
width: 360px;
margin: 0 auto;
color: #fff;
font-size: 14px;
}
.wrapper {
width: 316px;
height: 340px;
position: absolute;
left: 50%;
top: 50%;
margin-top: -150px;
margin-left: -158px;
font-size: 14px;
padding-top: 108px;
box-sizing: border-box;
background: url(../images/01.png) no-repeat top center;
}
form{
margin-top: 30px;
}
.sub-title {
position: relative;
top: -20px;
text-align: center;
font-size: 20px;
}
.row {
margin-bottom: 14px;
position: relative;
}
.row input {
padding: 10px 0 10px 30px;
border: 1px solid #ddd;
width: 280px;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.icon-account {
background-position: 0 -112px;
position: absolute;
left: 25px;
top: 9px;
}
.icon-pwd {
background-position: 0 -133px;
position: absolute;
left: 25px;
top: 9px;
}
.btn-login {
width: 280px;
line-height: 44px;
border-radius: 5px;
background: #0888ff;
color: #fff;
font-size: 14px;
}
.btn-login:disabled {
background-color: #5eb2ff;
}
.error-msg {
font-size: 14px;
color: #e60012;
padding-left: 18px;
}
.show-error-msg {
opacity: 1;
top: 0;
-webkit-transition: 0.5s cubic-bezier(0, 0.5, 0, 1);
-moz-transition: 0.5s cubic-bezier(0, 0.5, 0, 1);
transition: 0.5s cubic-bezier(0, 0.5, 0, 1);
border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
}
.footer{
position: absolute;
bottom: 40px;
left: 50%;
margin-left: -250px;
line-height: 20px;
color: #888;
width: 500px;
}
.u-redirect{
text-align: center;
}
.m-register .type{
position: absolute;
left: 25px;
top: 10px;
display: inline-block
color:#999;
}
.m-register .row input{
padding: 10px 0 10px 48px;
}