优化登录界面

pull/1/head
wangziyangyang 2020-03-05 15:24:57 +08:00
parent 93fca63cd8
commit 427dfdb35c
4 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

View File

@ -13,7 +13,7 @@
</head>
<style>
.splayUi-container {
background-image: url(../image/hk.jpg);
background-image: url(../image/hk.png);
background-size: cover;
height: 670px;
}

View File

@ -57,17 +57,17 @@
}
.logo-title h1 {
color: #000000;
color: #fff;
font-size: 25px;
font-weight: bold;
}
.login-form {
background-color: #fff;
border: 1px solid #fff;
background-color: transparent;
border: 1px solid #fff;
border-radius: 3px;
padding: 14px 20px;
box-shadow: 0 0 8px #eeeeee;
// box-shadow: 0 0 8px #eeeeee;
}
.login-form .layui-form-item {