mirror of https://gitee.com/stylefeng/guns
【form.css】更新form样式
parent
4220446826
commit
c3294d518b
|
@ -1,7 +1,6 @@
|
|||
/*表单页面*/
|
||||
.layui-form-item {
|
||||
margin-bottom: 0;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.layui-form-item .layui-inline {
|
||||
|
@ -10,19 +9,11 @@
|
|||
}
|
||||
|
||||
.form-group-bottom {
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #F2F2F2;
|
||||
bottom: 0;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.layui-card-body {
|
||||
padding-right: 55px;
|
||||
}
|
||||
|
||||
/*input[readonly]{*/
|
||||
/* background-color: #efefef;*/
|
||||
/*}*/
|
||||
background-color: #fff;
|
||||
box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05);
|
||||
}
|
Loading…
Reference in New Issue