优化登录界面
parent
93fca63cd8
commit
427dfdb35c
Binary file not shown.
Before Width: | Height: | Size: 133 KiB |
Binary file not shown.
After Width: | Height: | Size: 340 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue