列表界面样式修改,搜索框优化
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user