|
@@ -442,17 +442,18 @@
|
|
|
|
|
|
.table_header_new .long_cell {
|
|
|
/*flex: 4.7;*/
|
|
|
+ border-left:1px solid #ececec;
|
|
|
height: 90px;
|
|
|
background-color: #EFFDFF;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- width: 336px;
|
|
|
+ width: 312px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.table_header_new .sort_cell {
|
|
|
- width: 160px;
|
|
|
+ width: 166px;
|
|
|
/*flex: 1;*/
|
|
|
height: 90px;
|
|
|
border-left: 1px solid #ececec;
|
|
@@ -465,20 +466,19 @@
|
|
|
|
|
|
.serve_table .table_header_new .long_cell {
|
|
|
/*flex: 4 !important;*/
|
|
|
- width: 336px;
|
|
|
+ width: 312px;
|
|
|
height: 90px;
|
|
|
background-color: #EFFDFF;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
-}
|
|
|
-.serve_table .bl {
|
|
|
- border-left: 1px solid #ececec;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-left:1px solid #ececec;
|
|
|
}
|
|
|
|
|
|
.serve_table .table_header_new .sort_cell {
|
|
|
/*flex: 1 !important;*/
|
|
|
- width: 160px;
|
|
|
+ width: 166px;
|
|
|
height: 90px;
|
|
|
border-left: 1px solid #ececec;
|
|
|
display: flex;
|
|
@@ -493,7 +493,7 @@
|
|
|
width:120px;
|
|
|
}
|
|
|
.table_header_new .sort_cell_block {
|
|
|
- width:160px;
|
|
|
+ width:166px;
|
|
|
padding-top: 16px;
|
|
|
box-sizing: border-box;
|
|
|
/*flex: 1;*/
|
|
@@ -502,7 +502,7 @@
|
|
|
}
|
|
|
|
|
|
.table_header_new .sort_cell_block_nob {
|
|
|
- width:160px;
|
|
|
+ width:166px;
|
|
|
padding-top: 16px;
|
|
|
box-sizing: border-box;
|
|
|
/*flex: 1;*/
|
|
@@ -514,25 +514,26 @@
|
|
|
padding-top: 16px;
|
|
|
box-sizing: border-box;
|
|
|
/*flex: 1;*/
|
|
|
- width:160px;
|
|
|
+ width:166px;
|
|
|
height: 90px;
|
|
|
border-left: 1px solid #ececec;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.table_header .long_cell {
|
|
|
/*flex: 4.5;*/
|
|
|
- width:336px;
|
|
|
+ width:312px;
|
|
|
height: 90px;
|
|
|
background-color: #F5F5FB;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-left:1px solid #ececec;
|
|
|
}
|
|
|
|
|
|
.table_header .sort_cell {
|
|
|
/*flex: 1;*/
|
|
|
- width: 160px;
|
|
|
+ width: 166px;
|
|
|
height: 90px;
|
|
|
border-left: 1px solid #ececec;
|
|
|
display: flex;
|
|
@@ -543,18 +544,19 @@
|
|
|
|
|
|
.serve_table .table_header .long_cell {
|
|
|
/*flex: 4 !important;*/
|
|
|
- width:336px;
|
|
|
+ width:312px;
|
|
|
height: 90px;
|
|
|
background-color: #EFFDFF;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
box-sizing: border-box;
|
|
|
+ border-left:1px solid #ececec;
|
|
|
}
|
|
|
|
|
|
.serve_table .table_header .sort_cell {
|
|
|
/*flex: 1 !important;*/
|
|
|
- width:160px;
|
|
|
+ width:166px;
|
|
|
height: 90px;
|
|
|
border-left: 1px solid #ececec;
|
|
|
display: flex;
|
|
@@ -576,7 +578,7 @@
|
|
|
/*flex: 1;*/
|
|
|
height: 90px;
|
|
|
border-left: 1px solid #ececec;
|
|
|
- width:160px;
|
|
|
+ width:166px;
|
|
|
}
|
|
|
|
|
|
.table_serve_head_text {
|
|
@@ -815,17 +817,17 @@
|
|
|
}
|
|
|
|
|
|
.table_content_longcell {
|
|
|
- padding: 13px 16px;
|
|
|
+ padding: 13px 12px;
|
|
|
box-sizing: border-box;
|
|
|
border-left: 1px solid #ECECEC;
|
|
|
- width: 336px;
|
|
|
+ width: 312px;
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
}
|
|
|
|
|
|
.table_content_sortcell {
|
|
|
border-left: 1px solid #ECECEC;
|
|
|
- width: 160px;
|
|
|
+ width: 166px;
|
|
|
/*flex: 1;*/
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -870,19 +872,19 @@
|
|
|
}
|
|
|
|
|
|
.serve_table .table_content_longcell {
|
|
|
- padding: 13px 16px;
|
|
|
+ padding: 13px 12px;
|
|
|
box-sizing: border-box;
|
|
|
border-left: 1px solid #ECECEC;
|
|
|
/*flex: 3.75 !important;*/
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- width:336px;
|
|
|
+ width:312px;
|
|
|
}
|
|
|
|
|
|
.serve_table .table_content_sortcell {
|
|
|
border-left: 1px solid #ECECEC;
|
|
|
- width: 160px;
|
|
|
+ width: 166px;
|
|
|
/*flex: 1 !important;*/
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -921,7 +923,7 @@
|
|
|
line-height: 22px;
|
|
|
color: #1D1D1D;
|
|
|
text-align: center;
|
|
|
- margin: 15px;
|
|
|
+ margin: 12px;
|
|
|
}
|
|
|
.table_content_sortcell .tit.mt0{
|
|
|
margin-top:0;
|