Jelajahi Sumber

UI:登陆替换

温红权 8 tahun lalu
induk
melakukan
9769330e2c

+ 1 - 1
VisualInspection/css/user/login.css

@@ -85,7 +85,7 @@ fieldset[disabled] .btn-primary:hover {
     width: 263px;
     height: 200px;
     top: 29%;
-    right: 11.5%;
+    right: 13.5%;
     border-radius: 5px;
 }
 

TEMPAT SAMPAH
VisualInspection/images/login/bg.png


+ 1 - 1
VisualInspection/js/user/login.js

@@ -4,7 +4,7 @@ $(document).ready(function() {
 
     //获取屏幕高
 
-    var bg_width = window.innerWidth * 0.25;
+    var bg_width = window.innerWidth * 0.22;
     var bg_height = bg_width;
     $("#bg").css("height", bg_height);
     $("#bg").css("width", bg_width);

+ 1 - 1
VisualInspection/view/user/login.html

@@ -31,7 +31,7 @@
                         <input id="password" type="password" class="form-control input_login" placeholder="密码">
                     </div>
                 </div>-->
-                <div class="row" style="text-align: center; margin-bottom: 39px;margin-top: 10px;font-size: 22px;">
+                <div class="row" style="text-align: center; margin-bottom: 30px;margin-top: 0px;font-size: 22px;">
                     <label style="    letter-spacing: 8px;">用户登录</label>
 
                 </div>