|
@@ -27,6 +27,7 @@
|
|
|
style="height:100px; margin-top: 2px; margin-left: -250px;">
|
|
style="height:100px; margin-top: 2px; margin-left: -250px;">
|
|
|
</div>-->
|
|
</div>-->
|
|
|
<div class="back-width">
|
|
<div class="back-width">
|
|
|
|
|
+ <div class="title_png"></div>
|
|
|
<div class="login-body">
|
|
<div class="login-body">
|
|
|
<section class="login">
|
|
<section class="login">
|
|
|
<!--<header class="login-header">
|
|
<!--<header class="login-header">
|
|
@@ -573,39 +574,32 @@ export default class Login extends Vue {
|
|
|
clear: both;
|
|
clear: both;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-/*.back-width {
|
|
|
|
|
|
|
+.back-width {
|
|
|
|
|
+ position: absolute;
|
|
|
background-color: white;
|
|
background-color: white;
|
|
|
- position: fixed;
|
|
|
|
|
- margin: auto;
|
|
|
|
|
left: 0;
|
|
left: 0;
|
|
|
right: 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%;
|
|
width: 100%;
|
|
|
- height: 520px;
|
|
|
|
|
-}*/
|
|
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.login-body {
|
|
.login-body {
|
|
|
background: url("../assets/img/gf20190715.png");
|
|
background: url("../assets/img/gf20190715.png");
|
|
|
font-family: "Open Sans", sans-serif;
|
|
font-family: "Open Sans", sans-serif;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
- background-attachment: fixed;
|
|
|
|
|
background-position: center;
|
|
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%;
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
|
|
|
|
+ height: 540px;
|
|
|
|
|
|
|
|
/*margin: auto;
|
|
/*margin: auto;
|
|
|
left: 0px;
|
|
left: 0px;
|