Commit 8310d8de6f828d61766dc8e5200382a36109a303
1 parent
1b3ee3d3
登录 login
Showing
3 changed files
with
14 additions
and
7 deletions
css/libCss/common.css
css/login.css
... | ... | @@ -139,7 +139,7 @@ body{ |
139 | 139 | height: 42px; |
140 | 140 | width: 98px; |
141 | 141 | background: #ddd; |
142 | - border-radius: 4px; | |
142 | + border-radius: 4px !important; | |
143 | 143 | margin-left: 10px; |
144 | 144 | } |
145 | 145 | .imgWrap img { |
... | ... | @@ -158,13 +158,19 @@ body{ |
158 | 158 | width: 100%; |
159 | 159 | height: 40px; |
160 | 160 | } |
161 | -.login-foot .btn{ | |
161 | +.login-foot .loginbtn{ | |
162 | 162 | height: 40px; |
163 | 163 | width: 148px; |
164 | 164 | background: #26be96; |
165 | - border-radius: 20px; | |
165 | + border-radius: 20px !important; | |
166 | 166 | color: #fff; |
167 | 167 | font-size:18px; |
168 | - margin: 0 auto; | |
169 | - display: block; | |
168 | + margin-left: 216px; | |
169 | + border: none; | |
170 | + outline: none; | |
171 | +} | |
172 | +.verification-logo { | |
173 | + position: absolute; | |
174 | + right: 5px; | |
175 | + top: 14px; | |
170 | 176 | } |
171 | 177 | \ No newline at end of file | ... | ... |
login.html
... | ... | @@ -45,14 +45,14 @@ |
45 | 45 | <input class="ver-control verification-input float-left" type="text" autocomplete="off" placeholder="请输入验证码" name="" maxlength="4" id="login_imgCode_value"> |
46 | 46 | </div> |
47 | 47 | <span class="imgWrap float-left"> |
48 | - <img src="" id="login_imgCode"> | |
48 | + <!--<img src="" id="login_imgCode">--> | |
49 | 49 | </span> |
50 | 50 | </div> |
51 | 51 | <!--error --> |
52 | 52 | <div class="login_error_ifo"></div> |
53 | 53 | <!--btn login--> |
54 | 54 | <div class="login-foot"> |
55 | - <button type="button" class="btn uppercase" id="login-btn">登录</button> | |
55 | + <button type="button" class="loginbtn" id="login-btn">登录</button> | |
56 | 56 | </div> |
57 | 57 | </div> |
58 | 58 | </div> | ... | ... |