Update login.html

main
puavjn2x9 9 months ago
parent aac4131b11
commit 0b576d17dc

@ -15,19 +15,19 @@
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
body {background-image:url("static/images/bg.jpg");height:100%;width:100%;}
body {background-image:url("static/images/bg.jpg");height:100%;width:100%;}/* 设置整个页面的背景图片 */
#container{height:100%;width:100%;}
input:-webkit-autofill {-webkit-box-shadow:inset 0 0 0 1000px #fff;background-color:transparent;}
.admin-login-background {width:300px;height:300px;position:absolute;left:50%;top:40%;margin-left:-150px;margin-top:-100px;}
.admin-header {text-align:center;margin-bottom:20px;color:#ffffff;font-weight:bold;font-size:40px}
.admin-input {border-top-style:none;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;height:50px;width:300px;padding-bottom:0px;}
.admin-input::-webkit-input-placeholder {color:#a78369}
.layui-icon-username {color:#a78369 !important;}
.layui-icon-username:hover {color:#9dadce !important;}
.layui-icon-password {color:#a78369 !important;}
.layui-icon-password:hover {color:#9dadce !important;}
input:-webkit-autofill {-webkit-box-shadow:inset 0 0 0 1000px #fff;background-color:transparent;}/* 将背景颜色设置为透明 */
.admin-login-background {width:300px;height:300px;position:absolute;left:50%;top:40%;margin-left:-150px;margin-top:-100px;}/* 设置登录背景*/
.admin-header {text-align:center;margin-bottom:20px;color:#ffffff;font-weight:bold;font-size:40px}/* 文本设置 */
.admin-input {border-top-style:none;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;height:50px;width:300px;padding-bottom:0px;} /* 边框设置 */
.admin-input::-webkit-input-placeholder {color:#a78369}/* 设置输入字段占位符的颜色 */
.layui-icon-username {color:#a78369 !important;} /* 强制设置用户名图标的颜色 */
.layui-icon-username:hover {color:#9dadce !important;}/* 鼠标悬停时强制设置用户名图标的颜色 */
.layui-icon-password {color:#a78369 !important;}/* 强制设置密码图标的颜色 */
.layui-icon-password:hover {color:#9dadce !important;}/* 鼠标悬停时强制设置密码图标的颜色 */
.admin-input-username {border-top-style:solid;border-radius:10px 10px 0 0;}
.admin-input-verify {border-radius:0 0 10px 10px;}
.admin-input-verify {border-radius:0 0 10px 10px;}/* 设置圆角左上和右上0左下和右下10px */
.admin-button {margin-top:20px;font-weight:bold;font-size:18px;width:300px;height:50px;border-radius:5px;background-color:#a78369;border:1px solid #d8b29f}
.admin-icon {margin-left:260px;margin-top:10px;font-size:30px;}
i {position:absolute;}
@ -67,7 +67,7 @@
// 登录过期的时候跳出ifram框架
if (top.location != self.location) top.location = self.location;
// 进行登录操作
// 进行注册操作
form.on('submit(register)', function (data) {
window.location = '../register';
return false;

Loading…
Cancel
Save