_reset.css
2.69 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
.passport-reset-page {
.icon-info:before {
content: "\e61f";
}
.title {
margin-top: 70px;
text-align: center;
color: #fff;
}
.ignore {
float: right;
margin-top: -48px;
margin-right: 60px;
padding: 12px 32px;
border-radius: 32px;
border: 1px solid #fff;
}
.ignore a {
color: #fff;
}
.tip {
text-align: center;
font-size: 16px;
color: #fff;
margin-top: 120px;
}
.form-group {
.input-group {
width: 630px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
border: 1px solid #606060;
border-radius: 16px;
background-color: #585858;
position: relative;
.eye {
position: absolute;
top: 17PX;
right: 10PX;
width: 19PX;
height: 12PX;
background: resolve("passport/eye.png") no-repeat;
background-size: 100% 100%;
&.close {
background-image: resolve("passport/eye-close.png");
}
}
}
.input-group:last-child {
margin-bottom: 0;
}
input {
line-height: 48px;
padding: 16px 0;
padding-left: 30px;
border-radius: 16px;
font-size: 28px;
color: #fff;
background-color: transparent;
border: none;
width: 100%;
}
input::-webkit-input-placeholder {
color: #b0b0b0;
}
}
.reset-form {
margin-top: 60px;
}
.tip-bottom {
width: 630px;
margin: 20px auto 0;
color: #fff;
font-size: 16px;
.icon-info {
margin: auto 16px;
}
}
.btn-group {
text-align: center;
.btn {
width: 630px;
padding: 26px;
background-color: #fff;
border-radius: 16px;
color: #444;
}
}
.reset-sure {
margin-top: 52px;
.active {
background-color: #78db7e;
color: #fff;
}
}
.success-icon {
text-align: center;
color: #fff;
margin-top: 120px;
.iconfont {
font-size: 60px;
}
}
.success-tip {
margin-top: 120px;
color: #fff;
font-size: 28px;
text-align: center;
}
.relogin {
margin-top: 52px;
.btn {
background-color: #78db7e;
color: #fff;
}
}
}