调整样式

This commit is contained in:
wanggeng888 2021-05-17 16:19:28 +08:00
parent 1a98a24089
commit b530bde93e

View File

@ -71,7 +71,7 @@ html, body, #LAY_app {
.footer-button-box { .footer-button-box {
position: fixed; position: fixed;
left: 0px; right: 0px;
bottom: 0px; bottom: 0px;
z-index: 990; z-index: 990;
box-shadow: rgba(0, 0, 0, 0.12) -1px 0px 4px; box-shadow: rgba(0, 0, 0, 0.12) -1px 0px 4px;
@ -107,6 +107,10 @@ html, body, #LAY_app {
padding: 20px 20px 0 20px; padding: 20px 20px 0 20px;
} }
.layadmin-user-login-body {
padding-bottom: 20px;
}
.layadmin-user-login-header { .layadmin-user-login-header {
text-align: center; text-align: center;
} }
@ -114,7 +118,8 @@ html, body, #LAY_app {
.layadmin-user-login-header h2 { .layadmin-user-login-header h2 {
font-weight: bold; font-weight: bold;
font-size: 30px; font-size: 30px;
color: #000; color: #FFF;
text-shadow: 0 0 4px #000;
} }
.layadmin-user-login-header p { .layadmin-user-login-header p {
@ -249,9 +254,10 @@ html, body, #LAY_app {
top: 50%; top: 50%;
left: 50%; left: 50%;
margin-left: -188px; margin-left: -188px;
margin-top: -158px; margin-top: -155px;
box-sizing: border-box; box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.3);
border: 1px solid #fff;
} }
.system-logo { .system-logo {