|
|
@@ -557,6 +557,7 @@ body{
|
|
|
}
|
|
|
/*u询价*/
|
|
|
.inquiry_item {
|
|
|
+ overflow: hidden;
|
|
|
float: left;
|
|
|
padding: 27px 0 0 25px;
|
|
|
width: 850px;
|
|
|
@@ -571,6 +572,9 @@ body{
|
|
|
font-weight: bold;
|
|
|
color: #333333;
|
|
|
}
|
|
|
+.inquiry_item .inquiry_content,.inquiry_item .inquiry_content .inquiry_tab{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
.inquiry_item .inquiry_title .all{
|
|
|
margin-left: 20px;
|
|
|
font-size: 14px;
|
|
|
@@ -578,6 +582,7 @@ body{
|
|
|
}
|
|
|
.inquiry_item .inquiry_content table{
|
|
|
table-layout: fixed;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
.inquiry_item .inquiry_content table thead{
|
|
|
height: 50px;
|
|
|
@@ -598,7 +603,7 @@ body{
|
|
|
}
|
|
|
.inquiry_item .inquiry_content table tbody tr{
|
|
|
width: 850px;
|
|
|
- height: 40px;
|
|
|
+ height: 42px;
|
|
|
vertical-align: middle;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
@@ -612,23 +617,16 @@ body{
|
|
|
.inquiry_item .inquiry_content table tbody tr td:first-child {
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
-.inquiry_item .inquiry_content table tbody tr td:first-child span{
|
|
|
- color: #fe7c7c;
|
|
|
+.inquiry_item .inquiry_content table tbody tr td.inquiry_red{
|
|
|
+ color: #e31f29;
|
|
|
}
|
|
|
.inquiry_item .inquiry_content table tbody tr td{
|
|
|
+ width: 100%;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
-.inquiry_item .inquiry_content table tbody tr td span{
|
|
|
- font-size: 14px;
|
|
|
- color: #666;
|
|
|
- width: 80%;
|
|
|
- display: inline-block;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
+
|
|
|
td.inquiry_btn a{
|
|
|
display: inline-block;
|
|
|
width: 80px;
|
|
|
@@ -900,7 +898,7 @@ td.inquiry_btn:hover a{
|
|
|
}
|
|
|
.c_main .c_content .c_item_list ul li div{
|
|
|
position: relative;
|
|
|
- width: 160px;
|
|
|
+ max-width: 160px;
|
|
|
float: left;
|
|
|
/*overflow: hidden;*/
|
|
|
text-overflow: ellipsis;
|
|
|
@@ -912,6 +910,11 @@ td.inquiry_btn:hover a{
|
|
|
.c_main .c_content .c_item_list ul li a{
|
|
|
font-size: 14px;
|
|
|
color: #333333;
|
|
|
+ display: inline-block;
|
|
|
+ width: 120px;
|
|
|
+}
|
|
|
+.c_main .c_content .c_item_list ul li a.c_width{
|
|
|
+ max-width: 200px;
|
|
|
}
|
|
|
.c_main .c_content .c_item_list ul li a:before {
|
|
|
content: "";
|
|
|
@@ -953,6 +956,7 @@ td.inquiry_btn:hover a{
|
|
|
width: 80px;
|
|
|
font-size: 14px;
|
|
|
color: #999;
|
|
|
+ margin-left: 98px;
|
|
|
}
|
|
|
.c_main .c_content .c_item_list .c_line{
|
|
|
position: absolute;
|
|
|
@@ -1414,7 +1418,10 @@ td.inquiry_btn:hover a{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
.k_among .k_among_bottom .k_list_one .k_red{
|
|
|
- background-color: #ff6565;
|
|
|
+ background-color: #b7b7b7;
|
|
|
+}
|
|
|
+.k_among .k_among_bottom .k_list_one:first-child .k_red ,.k_among .k_among_bottom .k_list_one:nth-child(2) .k_red,.k_among .k_among_bottom .k_list_one:nth-child(3) .k_red{
|
|
|
+ background-color: #e41f2b;
|
|
|
}
|
|
|
.k_among .k_among_bottom .k_list_one span{
|
|
|
float: left;
|
|
|
@@ -1429,10 +1436,13 @@ td.inquiry_btn:hover a{
|
|
|
float: left;
|
|
|
display: inline-block;
|
|
|
margin-left: 12px;
|
|
|
- width: 200px;
|
|
|
+ width: 180px;
|
|
|
font-size: 14px;
|
|
|
color: #333333;
|
|
|
text-align: left;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.k_among .k_among_bottom .k_list_one a:before{
|
|
|
content: "";
|
|
|
@@ -1457,8 +1467,7 @@ td.inquiry_btn:hover a{
|
|
|
}
|
|
|
.k_among .k_among_bottom .k_list_one .k_data{
|
|
|
display: inline-block;
|
|
|
- margin-right: 10px;
|
|
|
- width: 35px;
|
|
|
+ width: 45px;
|
|
|
font-size: 14px;
|
|
|
color: #999999;
|
|
|
}
|