main
kgdxpr 1 year ago
parent 2796dbf957
commit 1d4f02863d

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -15,11 +15,28 @@
display: none;
}
input::placeholder {
color: #FFFFFF;
opacity: 1; /* 设置不透明 */
}
body {
overflow: hidden;
height: 100vh;
/* width: 100vw;
height: 100vh; */
background-size: cover;
/* background: linear-gradient(-8.44869deg, rgb(144, 190, 255) 16.3065%, rgb(43, 128, 250) 84.015%, rgb(41, 127, 250) 84.015%); */
background-image: url('./images/bg.png');
background-repeat: no-repeat;
background-size: cover;
background: linear-gradient(-8.44869deg, rgb(144, 190, 255) 16.3065%, rgb(43, 128, 250) 84.015%, rgb(41, 127, 250) 84.015%);
/* 或者设置为100% 100%,以覆盖整个区域 */
-webkit-background-size: cover;
/* 对于WebKit引擎的浏览器支持 */
-moz-background-size: cover;
/* 对于Mozilla Firefox的浏览器支持 */
}
.main {
@ -138,7 +155,7 @@
},
async: false,
success: function (result) {
if (result.success) {
if (result.success) {
window.location.href = "./list.html";
} else {
localStorage.removeItem('username');

Loading…
Cancel
Save