|
|
|
@ -14,9 +14,9 @@
|
|
|
|
|
<img src="https://www.v6g.cn/IMAGE/left.png" /> |
|
|
|
|
</div> --> |
|
|
|
|
<!-- 本地图片 --> |
|
|
|
|
<!-- <img src="../../../public/img/indexbg.png" /> --> |
|
|
|
|
<img src="../../../public/img/indexbg.png" /> |
|
|
|
|
<!-- 线上图片 --> |
|
|
|
|
<img src="https://www.v6g.cn/IMAGE/indexbg.png" /> |
|
|
|
|
<!-- <img src="https://www.v6g.cn/IMAGE/indexbg.png" /> --> |
|
|
|
|
<!-- <p class="title">{{ $t('login.info') }}</p> --> |
|
|
|
|
|
|
|
|
|
<!-- <img class="img" src="/img/logo.png" alt="" /> --> |
|
|
|
@ -241,18 +241,17 @@ export default {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.login-left { |
|
|
|
|
// .login-left { |
|
|
|
|
/* 新增 */ |
|
|
|
|
box-sizing: border-box !important; |
|
|
|
|
border: 1px solid #ebebeb !important; |
|
|
|
|
background: #ffffff5c; |
|
|
|
|
box-shadow: -1px -5px 8px #00000003; |
|
|
|
|
backdrop-filter: blur(6px); |
|
|
|
|
// box-sizing: border-box !important; |
|
|
|
|
// border: 1px solid #ebebeb !important; |
|
|
|
|
// background: #ffffff5c; |
|
|
|
|
// box-shadow: -1px -5px 8px #00000003; |
|
|
|
|
// backdrop-filter: blur(6px); |
|
|
|
|
// img { |
|
|
|
|
// width: 78%; |
|
|
|
|
// height: 100%; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
width: 78%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
// } |
|
|
|
|
</style> |
|
|
|
|