This commit is contained in:
jhx
2023-03-22 11:41:09 +08:00
parent d0dfc12286
commit f5efe88e4d
641 changed files with 505987 additions and 2 deletions
+39
View File
@@ -0,0 +1,39 @@
body {
background: #179898 url(../img/bj.png) repeat;
}
.login {
box-shadow: 0px 0px 15px #ccc;
width: 260px;
margin-top: 200px;
margin: 0 auto;
background: #fff;
padding: 60px 80px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -210px;
margin-left: -205px;
h2 {
font-size: 28px;
font-weight: 100;
color: #333;
text-align: center;
margin-bottom: 50px;
}
.back {
float: right;
color: #666;
}
}
.layui-form-item {
position: relative;
.input-icon {
position: absolute;
left: 5px;
top: 10px;
color: #999;
}
.layui-input {
padding-left: 24px;
}
}