调整样式
This commit is contained in:
parent
1a98a24089
commit
b530bde93e
@ -71,7 +71,7 @@ html, body, #LAY_app {
|
||||
|
||||
.footer-button-box {
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
z-index: 990;
|
||||
box-shadow: rgba(0, 0, 0, 0.12) -1px 0px 4px;
|
||||
@ -107,6 +107,10 @@ html, body, #LAY_app {
|
||||
padding: 20px 20px 0 20px;
|
||||
}
|
||||
|
||||
.layadmin-user-login-body {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.layadmin-user-login-header {
|
||||
text-align: center;
|
||||
}
|
||||
@ -114,7 +118,8 @@ html, body, #LAY_app {
|
||||
.layadmin-user-login-header h2 {
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
color: #000;
|
||||
color: #FFF;
|
||||
text-shadow: 0 0 4px #000;
|
||||
}
|
||||
|
||||
.layadmin-user-login-header p {
|
||||
@ -249,9 +254,10 @@ html, body, #LAY_app {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -188px;
|
||||
margin-top: -158px;
|
||||
margin-top: -155px;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user