BJ_web_developers
/
javaplatform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1b3ee3d36ce8b51b6bc2613679895791e4a67acf
Authored by
Andy
2017-11-20 14:48:03 +0800
1 parent
9c1341c7
登录 login
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
css/login.css
login.html
css/login.css
View file @
1b3ee3d
...
...
@@ -146,7 +146,7 @@ body{
146
146
width: 100%;
147
147
height: 100%;
148
148
}
149
-.
error_in
fo{
149
+.
login_error_i
fo{
150
150
height: 30px;
151
151
line-height: 30px;
152
152
font-size: 14px;
...
...
login.html
View file @
1b3ee3d
...
...
@@ -49,7 +49,7 @@
49
49
</span>
50
50
</div>
51
51
<!--error -->
52
- <div class="
error_info">密码错误
</div>
52
+ <div class="
login_error_ifo">
</div>
53
53
<!--btn login-->
54
54
<div class="login-foot">
55
55
<button type="button" class="btn uppercase" id="login-btn">登录</button>
...
...