Commit 1b3ee3d36ce8b51b6bc2613679895791e4a67acf

Authored by Andy
1 parent 9c1341c7

登录 login

Showing 2 changed files with 2 additions and 2 deletions
css/login.css
@@ -146,7 +146,7 @@ body{ @@ -146,7 +146,7 @@ body{
146 width: 100%; 146 width: 100%;
147 height: 100%; 147 height: 100%;
148 } 148 }
149 -.error_info{ 149 +.login_error_ifo{
150 height: 30px; 150 height: 30px;
151 line-height: 30px; 151 line-height: 30px;
152 font-size: 14px; 152 font-size: 14px;
login.html
@@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
49 </span> 49 </span>
50 </div> 50 </div>
51 <!--error --> 51 <!--error -->
52 - <div class="error_info">密码错误</div> 52 + <div class="login_error_ifo"></div>
53 <!--btn login--> 53 <!--btn login-->
54 <div class="login-foot"> 54 <div class="login-foot">
55 <button type="button" class="btn uppercase" id="login-btn">登录</button> 55 <button type="button" class="btn uppercase" id="login-btn">登录</button>