更改背景

lijinlong
杜函宇 1 year ago
parent 630f5ea4c2
commit 8a19cf69fe

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -76,6 +76,9 @@
</div>
</el-form-item>
</el-form>
<div class="lg-backImg">
</div>
</div>
<!-- 底部 -->
@ -197,6 +200,13 @@ export default {
box-shadow: 0px 1px 9px 0px #ffffff;
border-radius: 27px;
}
.lg-backImg{
height: 450px;
width: 517px;
background-size: 100% 100%;
background-image: url('../assets/images/元素@2x.png');
margin-right:140px;
}
.login {
display: block;
height: 100%;
@ -264,11 +274,12 @@ export default {
margin-bottom: 22px !important;
}
.login-form {
width: 360px;
width: 340px;
height: 360px;
box-sizing: border-box;
padding: 35px 35px 5px 35px;
margin-right: 250px;
margin-right: 260px;
margin-top:20px;
background: rgba(229, 236, 246, 0.95);
box-shadow: 0px 1px 32px 0px #0c4990;
border-radius: 10px;

Loading…
Cancel
Save