changePassword.html
9.28 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>浪沙修改密码</title>
<link rel="stylesheet" type="text/css" href="../css/default/common.css"/>
<link rel="stylesheet" type="text/css" href="../css/default/runsa.css"/>
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
<link href="http://libs.baidu.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<script type="text/javascript" src="../js/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.cookie.js"></script>
<script type="text/javascript">var resource={};</script>
<script type="text/javascript" src="../js/plugin/rs.load.js"></script>
<script type="text/javascript" src="../js/jquery.placeholder.js"></script>
<script type="text/javascript" src="../js/locale/zh-CN.js"></script>
<script type="text/javascript" src="../js/views/changePassword.js"></script>
<script src="http://apps.bdimg.com/libs/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<style>
.bwizard-steps {
width:587px;
display: inline-block;
margin: 0; padding: 0;
background: #fff }
.ulSteps .liActive {
color: #fff;
background: #007ACC }
.bwizard-steps .liActive:after {
border-left-color: #007ACC }
/*.bwizard-steps .active a {*/
/*color: #fff;*/
/*cursor: default }*/
.bwizard-steps li {
display: inline-block; position: relative;
margin-right: 5px;
padding: 12px 17px 10px 30px;
*display: inline;
*padding-left: 17px;
background: #efefef;
line-height: 18px;
list-style: none;
zoom: 1; }
.bwizard-steps li:first-child {
padding-left: 12px;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px; }
.bwizard-steps li:first-child:before {
border: none }
.bwizard-steps li:last-child {
margin-right: 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0; }
.bwizard-steps li:last-child:after {
border: none }
.bwizard-steps li:before {
position: absolute;
left: 0; top: 0;
height: 0; width: 0;
border-bottom: 20px inset transparent;
border-left: 20px solid #fff;
border-top: 20px inset transparent;
content: "" }
.bwizard-steps li:after {
position: absolute;
right: -20px; top: 0;
height: 0; width: 0;
border-bottom: 20px inset transparent;
border-left: 20px solid #efefef;
border-top: 20px inset transparent;
content: "";
z-index: 2; }
.bwizard-steps a {
color: #333 }
.bwizard-steps a:hover {
text-decoration: none }
.bwizard-steps.clickable li:not(.active) {
cursor: pointer }
.bwizard-steps.clickable li:hover:not(.active) {
background: #ccc }
.bwizard-steps.clickable li:hover:not(.active):after {
border-left-color: #ccc }
.bwizard-steps.clickable li:hover:not(.active) a {
color: #08c }
@media (max-width: 480px) {
/* badges only on small screens */
.bwizard-steps li:after,
.bwizard-steps li:before {
border: none }
.bwizard-steps li,
.bwizard-steps li.active,
.bwizard-steps li:first-child,
.bwizard-steps li:last-child {
margin-right: 0;
padding: 0;
background-color: transparent }
}
.login-top {
padding: 25px 56px 1.8em;
}
.newlogo {
float: left;
background: url('../css/login/images/BCcircle_c.png') no-repeat;
width: 193px;
height: 52px;
margin-right: 135px;
}
.main-box{
width: 1366px;
height: 427px;
margin: 0 auto;
overflow-x: auto;
background: url('../css/login/images/default_pic.png') no-repeat center center;
}
.main-body{
margin-left:30%;
margin-top:2%;
}
.tab-pane .active {
display:block;
color: #fff;
background: #000
}
.ulSteps li{
width:140px;
}
.ulSteps li a{
padding-left:20px;
}
.change-pwd:hover{
cursor:pointer;
}
.form-check{
display:block;
color: #f9512a;
font-size:12px;
padding:5px 3px;
}
.tabInput{
margin-bottom:40px;
margin-top:30px
}
.btn-group button{
width: 100px;height: 40px;background:#efefef
}
.get-code:hover,.btn-group button:hover{
cursor:pointer;
color: #fff;
background:#4a8bc5
}
</style>
</head>
<body>
<div>
<div class="login-top clearfix">
<span class="newlogo"></span>
</div>
<div>
<div class="main-box clearfix">
<div id="rootwizard" class="bwizard-steps main-body">
<ul class="ulSteps">
<li class="liTab1"><a href="#" data-toggle="tab"><span class="label">1</span> 第一步</a></li>
<li class="liTab2"><a href="#" data-toggle="tab"><span class="label">2</span> 第二步</a></li>
<li class="liTab3"><a href="#" data-toggle="tab"><span class="label">3</span> 第三步</a></li>
<li class="liTab4"><a href="#" data-toggle="tab"><span class="label">4</span> 第四步</a></li>
</ul>
<div class="tab-content" style="height:300px;position:relative;margin-left:80px">
<div class="tab-pane tab1" style="margin-left:20px;display: block;">
<div class="tabInput">
<div class="input-group input-group-lg" style="width:400px;">
<span class="input-group-addon" style="width:123px">手机/邮箱</span>
<input type="text" class="form-control mobileORemail" placeholder="手机/邮箱">
</div>
<span class="form-check fl mobileAlert" style="display: none;">手机/邮箱 不存在</span>
</div>
<div class="tabInput" >
<div class="input-group input-group-lg " style="width:400px;">
<span class="input-group-addon" style="width:123px">验证码</span>
<input type="text" class="form-control veriyCode" maxlength="4" autocomplete="off" style="width: 187px" placeholder="验证码">
<img class="change-pwd absolute" src="../captcha.jpg" width="90px" height="45px" style="border:1px solid #e3e3e3;border-radius:5px;"/>
</div>
<span class="form-check codeError" style="display: none;">验证码输入不正确</span>
</div>
</div>
<div class="tab-pane tab2" style="margin-left:20px;">
<form action="" method="post">
<div class="tabInput">
<div class="input-group input-group-lg" style="width:400px;">
<span class="input-group-addon" style="width:123px">手机/邮箱</span>
<input type="text" class="form-control confirmMobileORemail" placeholder="手机/邮箱">
</div>
<span class="form-check fl mobileAlert" style="display: none;">手机/邮箱 不存在</span>
</div>
<div class="tabInput">
<div class="input-group input-group-lg " style="width:400px;">
<span class="input-group-addon" style="width:110px">手机验证码</span>
<input type="text" name="mobileCode" class="form-control mobileCode" maxlength="6" style="width: 190px" placeholder="验证码">
<span class="input-group-addon get-code" style="width:110px">获取</span>
</div>
<span class="form-check mobileCodeError" style="display:none">验证码输入不正确</span>
</div>
</form>
</div>
<div class="tab-pane tab3" style="margin-left:20px;">
<form action="" method="post">
<!--<div class="tabInput">-->
<!--<div class="input-group input-group-lg" style="width:400px; margin-bottom:10px;margin-top:10px">-->
<!--<span class="input-group-addon" style="width:105px">原密码</span>-->
<!--<input type="text" class="form-control password oldPwd" placeholder="原密码">-->
<!--</div>-->
<!--<span class="form-check fl passwordError" style="display:none">密码错误</span>-->
<!--</div>-->
<div class="tabInput">
<div class="input-group input-group-lg" style="width:400px; margin-bottom:10px;margin-top:10px">
<span class="input-group-addon" style="width:105px">新密码</span>
<input type="password" name="newPassword" class="form-control newPwd" placeholder="新密码">
</div>
<span class="form-check fl newPwdError" style="display:none">密码错误</span>
</div>
<div class="tabInput">
<div class="input-group input-group-lg" style="width:400px; margin-bottom:10px;margin-top:10px">
<span class="input-group-addon" style="width:90px">再次确认</span>
<input type="password" name="repPassword" class="form-control repPwd" placeholder="再次确认">
</div>
<span class="form-check fl repPwdError" style="display:none">输入的两次密码不一样</span>
</div>
<div class="tabInput" style="margin: 5px auto 20px 311px;">
<input type="button" class="btn showPassword btn-default" value="显示密码">
<input type="button" class="btn hidePassword btn-default" value="隐藏密码">
</div>
</form>
</div>
<div class="tab-pane tab4" >
<div class="jumbotron" style="height:230px;padding:10px 10px 10px 50px;background:#fff">
<div class="container">
<h1>修改成功!</h1>
<p>点击重新登录。</p>
<p><a href="./../login" class="btn btn-primary btn-lg" role="button" style="cursor: pointer;margin-left:150px">关闭该页面</a>
</p>
</div>
</div>
</div>
<div class="btn-group" style="margin: 5px auto 20px 330px;position:absolute;top:70%">
<button type="button" class="btn next btn-default" >下一步</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>