Commit fa9062bf authored by jingnan's avatar jingnan 👀

首页背景色修改

parent a6c3fc14
This diff is collapsed.
This diff is collapsed.
...@@ -34,7 +34,11 @@ ...@@ -34,7 +34,11 @@
<img src="/images/li.gif" style="position: fixed;width: 100%;bottom: 0;z-index:-1;"> <img src="/images/li.gif" style="position: fixed;width: 100%;bottom: 0;z-index:-1;">
</div> --> </div> -->
<div class="login-background"> <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">
<div class="login-box-header" /> <div class="login-box-header" />
<div class="login-box-body"> <div class="login-box-body">
...@@ -63,6 +67,7 @@ ...@@ -63,6 +67,7 @@
Copyright 2021 yond-e , Inc. All rights reserved Copyright 2021 yond-e , Inc. All rights reserved
</div> </div>
</div> </div>
</div>
<dee-dialog <dee-dialog
title="修改密码" title="修改密码"
:dialog-visible="passwordDialog" :dialog-visible="passwordDialog"
...@@ -233,6 +238,29 @@ export default { ...@@ -233,6 +238,29 @@ export default {
// height: 628px; // height: 628px;
margin: auto; 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{ .login-box{
width: 400px; width: 400px;
height: 440px; height: 440px;
...@@ -305,6 +333,7 @@ export default { ...@@ -305,6 +333,7 @@ export default {
height: 50px height: 50px
} }
} }
}
.imgSize { .imgSize {
height: 25px; height: 25px;
} }
...@@ -312,7 +341,7 @@ export default { ...@@ -312,7 +341,7 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
// background-image: url('/images/river.png'), linear-gradient(90deg, #324A8D 20%, #4BAE47 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-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
position: fixed; 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