yuedefeng 6 lat temu
rodzic
commit
e2e3194e1f

BIN
src/dashoo.cn/frontend_web/src/assets/img/gf20190715.png


BIN
src/dashoo.cn/frontend_web/src/assets/img/title_login.png


+ 16 - 22
src/dashoo.cn/frontend_web/src/pages/login.vue

@@ -27,6 +27,7 @@
              style="height:100px; margin-top: 2px; margin-left: -250px;">
       </div>-->
       <div class="back-width">
+        <div class="title_png"></div>
         <div class="login-body">
           <section class="login">
             <!--<header class="login-header">
@@ -573,39 +574,32 @@ export default class Login extends Vue {
   clear: both;
 }
 
-/*.back-width {
+.back-width {
+  position: absolute;
   background-color: white;
-  position: fixed;
-  margin: auto;
   left: 0;
   right: 0;
-  top: 100px;
+  margin: auto;
+  width: 100%;
+  height: 675px;
+}
+.title_png {
+  background: url("../assets/img/title_login.png");
+  font-family: "Open Sans", sans-serif;
+  background-repeat: no-repeat;
+  background-position: center;
+  height: 135px;
   width: 100%;
-  height: 520px;
-}*/
+}
 
 .login-body {
   background: url("../assets/img/gf20190715.png");
   font-family: "Open Sans", sans-serif;
   background-repeat: no-repeat;
-  background-attachment: fixed;
   background-position: center;
-  //background-color: #aecdea; /*#3273FC*/
-  //background-size: auto 520px;
-
-  /*background-size: cover;
-    -webkit-background-size: cover;
-    -moz-background-size: cover;
-    -o-background-size: cover;*/
-  /*min-height: 1050px;*/
-
-  position: absolute;
-  margin: auto;
-  left: 0px;
-  right: 0;
-  top: 0;
+  background-color: #0483d8;
   width: 100%;
-  height: 100%;
+  height: 540px;
 
   /*margin: auto;
   left: 0px;