|
|
@@ -22,10 +22,10 @@
|
|
|
</sticky>
|
|
|
|
|
|
<div v-if="activeIndex==0">
|
|
|
- <div class="top-wrapper">
|
|
|
+ <!-- <div class="top-wrapper">
|
|
|
<img src="../assets/img/title_login.png"
|
|
|
style="height:100px; margin-top: 2px; margin-left: -250px;">
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
<div class="back-width">
|
|
|
<div class="login-body">
|
|
|
<section class="login">
|
|
|
@@ -196,13 +196,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div>
|
|
|
+ <!--<div>
|
|
|
<footer class="login-footer"
|
|
|
style="color:#A9A9A9;font-size:12px;text-align:center;">
|
|
|
<div>©企管法规处 版权所有</div>
|
|
|
<div>建议使用谷歌浏览器访问本网站</div>
|
|
|
</footer>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
<!--<div>
|
|
|
<footer class="login-footer1">
|
|
|
<div
|
|
|
@@ -573,7 +573,7 @@ export default class Login extends Vue {
|
|
|
clear: both;
|
|
|
}
|
|
|
|
|
|
-.back-width {
|
|
|
+/*.back-width {
|
|
|
background-color: white;
|
|
|
position: fixed;
|
|
|
margin: auto;
|
|
|
@@ -582,15 +582,16 @@ export default class Login extends Vue {
|
|
|
top: 100px;
|
|
|
width: 100%;
|
|
|
height: 520px;
|
|
|
-}
|
|
|
+}*/
|
|
|
|
|
|
.login-body {
|
|
|
- background: url("../assets/img/gf20190628.png");
|
|
|
+ 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-color: #aecdea; /*#3273FC*/
|
|
|
+ //background-size: auto 520px;
|
|
|
|
|
|
/*background-size: cover;
|
|
|
-webkit-background-size: cover;
|
|
|
@@ -604,7 +605,7 @@ export default class Login extends Vue {
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
- height: 520px;
|
|
|
+ height: 100%;
|
|
|
|
|
|
/*margin: auto;
|
|
|
left: 0px;
|
|
|
@@ -635,9 +636,9 @@ export default class Login extends Vue {
|
|
|
width: 100%;*/
|
|
|
position: relative;
|
|
|
max-width: 27rem;
|
|
|
- top: 40px;
|
|
|
- left: 55%;
|
|
|
- margin-left: 100px;
|
|
|
+ margin: 0 auto; /*水平居中*/
|
|
|
+ top: 50%; /*偏移*/
|
|
|
+ transform: translateY(-50%);
|
|
|
font-size: 0.875rem;
|
|
|
opacity: 0.9;
|
|
|
|