Commit fa9062bf authored by jingnan's avatar jingnan 👀

首页背景色修改

parent a6c3fc14
This diff is collapsed.
This diff is collapsed.
......@@ -34,7 +34,11 @@
<img src="/images/li.gif" style="position: fixed;width: 100%;bottom: 0;z-index:-1;">
</div> -->
<div class="login-background">
<img class="login-pic" src="/images/login-pic.png" alt="">
<!-- <img class="login-pic" src="/images/login-pic.png" alt=""> -->
<div class="lfet-logo">
<div />
</div>
<div class="right middle">
<div class="login-box">
<div class="login-box-header" />
<div class="login-box-body">
......@@ -63,6 +67,7 @@
Copyright 2021 yond-e , Inc. All rights reserved
</div>
</div>
</div>
<dee-dialog
title="修改密码"
:dialog-visible="passwordDialog"
......@@ -233,6 +238,29 @@ export default {
// height: 628px;
margin: auto;
}
.lfet-logo {
width: 50%;
height: 80%;
float: left;
box-sizing: border-box;
padding-left: 100px;
display: flex;
// align-items: center;
align-items: center;
margin-top: 8%;
padding-left: 15%;
box-sizing: border-box;
> div {
width: 504px;
height: 170px;
background: url("../../../public/images/home/bgRound.gif") no-repeat;
background-size: contain;
}
}
.right {
width: 50%;
height: 80%;
float: right;
.login-box{
width: 400px;
height: 440px;
......@@ -305,6 +333,7 @@ export default {
height: 50px
}
}
}
.imgSize {
height: 25px;
}
......@@ -312,7 +341,7 @@ export default {
width: 100%;
height: 100%;
// background-image: url('/images/river.png'), linear-gradient(90deg, #324A8D 20%, #4BAE47 100%);
background-image: url('/images/bg.png');
background-image: url('/images/home/bg2.jpg');
background-size: cover;
background-repeat: no-repeat;
position: fixed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment