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

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

@@ -1334,9 +1334,9 @@ a.bg-danger:focus {
background-color: #f6b3b8; }
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; }
/* padding-bottom: 9px;
margin: 40px 0 20px; */
border-bottom: 1px solid #C2CAD8; }
ul,
ol {
@@ -2037,7 +2037,9 @@ th {
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px; }
margin-bottom: 20px;
margin-top: 10px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
@@ -2058,7 +2060,16 @@ th {
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
background-color: #F5F6FA;
/* background-color: #F5F6FA;
*/
background-color: #3598dc;
color: #F5F6FA;
height: 38px;
line-height: 38px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.table > tbody + tbody {
border-top: 2px solid #e7ecf1; }
@@ -2071,7 +2082,7 @@ th {
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px; }
padding-left:10px; }
.table-bordered {
border: 1px solid #e7ecf1; }