重拍代码格式
parent
a21cd410e2
commit
cb67d1f285
|
|
@ -1,11 +1,71 @@
|
||||||
.layui-form{width: 330px;margin: auto;margin-top: 160px;}
|
.layui-form {
|
||||||
.layui-form button{width: 100%;height: 44px;line-height: 44px;font-size: 16px;font-weight: 550;}
|
width: 330px;
|
||||||
.layui-form-checked[lay-skin=primary] i {border-color: #5FB878 !important;background-color:#5FB878;color: #fff;}
|
margin: auto;
|
||||||
.layui-tab-content{margin-top: 15px;padding-left: 0px;padding-right: 0px;}
|
margin-top: 160px;
|
||||||
.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;}
|
.layui-form button {
|
||||||
.logo{width: 60px;margin-top: 10px;margin-bottom: 10px;margin-left:20px;}
|
width: 100%;
|
||||||
.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;}
|
height: 44px;
|
||||||
.desc{width: 100%;text-align: center;color: gray;height: 60px;line-height: 60px;}
|
line-height: 44px;
|
||||||
body{background-color: whitesmoke;}
|
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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue