列表界面样式修改,搜索框优化

This commit is contained in:
chiguangxu
2018-03-08 11:10:16 +08:00
parent e1c6e8fd92
commit 7493c11679
6 changed files with 262 additions and 70 deletions

View File

@@ -21531,4 +21531,26 @@ Color library demo
vertical-align: middle; }
.mt-cookie-consent-bar.mt-cookie-consent-bar-light {
background: rgba(238, 238, 238, 0.9);
color: #333; }
color: #333; }
.form-search .pull-left {
float: left !important;
margin-right: 5px;
}
.filter-action-select-panle {
border: 1px solid #c2cad8;
background-color: #f6f3f3;
margin-top: 5px;
padding: 10px;
}
.filter-action-select-panle label{
line-height: 34px;
}