72 lines
1009 B
CSS
72 lines
1009 B
CSS
.layui-form {
|
|
width: 330px;
|
|
margin: auto;
|
|
margin-top: 160px;
|
|
}
|
|
|
|
.layui-form button {
|
|
width: 100%;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
font-size: 16px;
|
|
font-weight: 550;
|
|
}
|
|
|
|
.layui-form-checked[lay-skin=primary] i {
|
|
border-color: #5FB878 !important;
|
|
background-color: #5FB878;
|
|
color: #fff;
|
|
}
|
|
|
|
.layui-tab-content {
|
|
margin-top: 15px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.layui-form-item {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.layui-input {
|
|
height: 44px;
|
|
line-height: 44px;
|
|
padding-left: 15px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.layui-input:focus {
|
|
box-shadow: 0px 0px 3px 1px #5FB878 !important;
|
|
}
|
|
|
|
.logo {
|
|
width: 60px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 30px;
|
|
font-weight: 550;
|
|
margin-left: 20px;
|
|
color: #5FB878 !important;
|
|
display: inline-block;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin-top: 10px;
|
|
position: absolute;
|
|
}
|
|
|
|
.desc {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: gray;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
}
|
|
|
|
body {
|
|
background-color: whitesmoke;
|
|
}
|