|
@@ -15,7 +15,7 @@
|
|
|
/*白色字体*/
|
|
|
#searchInner .searchHeader {
|
|
|
/*头部*/
|
|
|
- height: 120px;
|
|
|
+ height: 110px;
|
|
|
background-color: #f5f5fb;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
}
|
|
@@ -33,15 +33,15 @@
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .control-tabBtn a {
|
|
|
display: inline-block;
|
|
|
- padding: 7px 13px 7px 32px;
|
|
|
+ padding: 7px 30px 7px 23px;
|
|
|
font-size: 14px;
|
|
|
color: #252627;
|
|
|
- background: transparent url("/images/biddingSearch/sea-header-btnImg.png") 12px center no-repeat;
|
|
|
+ background: transparent url("/images/biddingSearch/sea-header-btnImg_gray.png") 0px center no-repeat;
|
|
|
background-size: 15px 16px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .control-tabBtn a.on {
|
|
|
- background: url(/images/biddingSearch/sea-header-btnImg.png) 12px center no-repeat;
|
|
|
+ background: url(/images/biddingSearch/sea-header-btnImg.png) 0px center no-repeat;
|
|
|
background-size: 15px 16px;
|
|
|
color: #2cb7ca;
|
|
|
text-decoration: none;
|
|
@@ -58,8 +58,8 @@
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput form input[type='search'] {
|
|
|
float: left;
|
|
|
- width: 574px;
|
|
|
- height: 46px;
|
|
|
+ width: 640px;
|
|
|
+ height: 42px;
|
|
|
box-sizing: border-box;
|
|
|
padding-left: 58px;
|
|
|
padding-right:26px;
|
|
@@ -70,8 +70,8 @@ padding-right:26px;
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput form input[type='submit'] {
|
|
|
float: left;
|
|
|
- width: 110px;
|
|
|
- height: 46px;
|
|
|
+ width: 100px;
|
|
|
+ height: 42px;
|
|
|
color: #ffffff;
|
|
|
background-color: #2cb7ca;
|
|
|
text-align: center;
|
|
@@ -83,8 +83,8 @@ padding-right:26px;
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput form input[type='button'] {
|
|
|
float: left;
|
|
|
- width: 110px;
|
|
|
- height: 46px;
|
|
|
+ width: 100px;
|
|
|
+ height: 42px;
|
|
|
color: #ffffff;
|
|
|
background-color: #2cb7ca;
|
|
|
text-align: center;
|
|
@@ -129,36 +129,38 @@ padding-right:26px;
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput .screen {
|
|
|
/*筛选*/
|
|
|
float: left;
|
|
|
- padding: 0 46px 0 20px;
|
|
|
- height: 46px;
|
|
|
- line-height: 46px;
|
|
|
+ padding: 0 46px 0 15px;
|
|
|
+ height: 42px;
|
|
|
+ line-height: 42px;
|
|
|
text-align: center;
|
|
|
- color: #2cb7ca;
|
|
|
- background: url("/images/biddingSearch/screen-down.png") 58px center no-repeat;
|
|
|
+ color: #252627;
|
|
|
+ background: url("/images/biddingSearch/more.png") 50px center no-repeat;
|
|
|
cursor: pointer;
|
|
|
+ font-size:14px;
|
|
|
+ background-size: 13px 8px !important;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput .screen.down {
|
|
|
- background: url("/images/biddingSearch/screen-up.png") 58px center no-repeat;
|
|
|
+ background: url("/images/biddingSearch/moreup.png") 50px center no-repeat;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput .superSearch {
|
|
|
/*开启超级搜索*/
|
|
|
float: left;
|
|
|
width: 135px;
|
|
|
- height: 46px;
|
|
|
- line-height: 46px;
|
|
|
+ height: 42px;
|
|
|
+ line-height: 42px;
|
|
|
text-align: center;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
+ border: 1px solid #ebebeb;
|
|
|
font-size: 14px;
|
|
|
color: #252627;
|
|
|
padding-left: 22px;
|
|
|
box-sizing: border-box;
|
|
|
- background: #ffffff url(/images/biddingSearch/sea-header-btnImg.png) 16px center no-repeat;
|
|
|
+ background: #ffffff url(/images/biddingSearch/sea-header-btnImg_gray.png) 16px center no-repeat;
|
|
|
background-size: 15px 16px;
|
|
|
cursor: pointer;
|
|
|
-border-radius:2px;
|
|
|
-margin-left: 115px;
|
|
|
+border-radius:4px;
|
|
|
+margin-left: 68px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput .superSearch.active {
|
|
@@ -171,12 +173,12 @@ margin-left: 115px;
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx {
|
|
|
float: right;
|
|
|
position: relative;
|
|
|
- z-index: 999;
|
|
|
+/* z-index: 999;*/
|
|
|
}
|
|
|
|
|
|
#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx > img {
|
|
|
- width: 45px;
|
|
|
- height: 45px;
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
@@ -231,7 +233,7 @@ margin-left: 115px;
|
|
|
|
|
|
#searchInner .searchControl .searchTender {
|
|
|
/*招标搜索页面*/
|
|
|
- padding: 0 14px;
|
|
|
+ padding: 0 15px;
|
|
|
box-sizing: border-box;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
margin-top: 25px;
|
|
@@ -243,7 +245,7 @@ margin-left: 115px;
|
|
|
/*行业*/
|
|
|
border-bottom: 1px dashed #e0e0e0;
|
|
|
overflow: hidden;
|
|
|
- padding: 20px 0px 12px;
|
|
|
+ padding: 18px 0px 10px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
@@ -316,15 +318,15 @@ margin-left: 115px;
|
|
|
|
|
|
#searchInner .searchControl .searchTender .leftTitle {
|
|
|
float: left;
|
|
|
- width: 84px;
|
|
|
+ width: 94px;
|
|
|
text-align: right;
|
|
|
color: #686868;
|
|
|
- padding: 4px 7px;
|
|
|
+ padding: 4px 15px 4px 0px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .Price {
|
|
|
/*价格区间*/
|
|
|
- padding: 20px 0px 14px;
|
|
|
+ padding: 17px 0px 10px;
|
|
|
border-bottom: 1px dashed #e0e0e0;
|
|
|
}
|
|
|
|
|
@@ -352,12 +354,12 @@ margin-left: 115px;
|
|
|
|
|
|
#searchInner .searchControl .searchTender .Price .Price-content .PriceInput input[type="text"] {
|
|
|
float: left;
|
|
|
- width: 160px;
|
|
|
+ width: 162px;
|
|
|
height: 28px;
|
|
|
padding: 0 15px;
|
|
|
box-sizing: border-box;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
- border-radius: 0px;
|
|
|
+ border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .Price .Price-content .PriceInput input[type="number"] {
|
|
@@ -387,11 +389,12 @@ margin-left: 115px;
|
|
|
background-color: #2cb7ca;
|
|
|
color: #ffffff;
|
|
|
cursor: pointer;
|
|
|
+ border-radius:2px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .release-time {
|
|
|
/*发布时间*/
|
|
|
- padding: 20px 0 13px;
|
|
|
+ padding: 17px 0 10px;
|
|
|
border-bottom: 1px dashed #e0e0e0;
|
|
|
}
|
|
|
|
|
@@ -409,11 +412,11 @@ margin-left: 115px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .release-time .timerInput {
|
|
|
- margin-top: -7px;
|
|
|
+ margin-top: -9px;
|
|
|
margin-left: 40px;
|
|
|
border: 1px solid #fff;
|
|
|
/* background-color: #fff;*/
|
|
|
- padding: 3px 5px;
|
|
|
+ padding: 5px 5px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .release-time .timerInput input[type="text"] {
|
|
@@ -423,7 +426,7 @@ margin-left: 115px;
|
|
|
padding: 0 15px;
|
|
|
box-sizing: border-box;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
- border-radius: 0px;
|
|
|
+ border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .release-time .timerInput span {
|
|
@@ -444,11 +447,12 @@ margin-left: 115px;
|
|
|
background-color: #2cb7ca;
|
|
|
color: #ffffff;
|
|
|
cursor: pointer;
|
|
|
+border-radius:2px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .searchTender .region {
|
|
|
/*项目地区*/
|
|
|
- padding: 20px 0px 12px;
|
|
|
+ padding: 18px 0px 10px;
|
|
|
border-bottom: 1px dashed #e0e0e0;
|
|
|
}
|
|
|
|
|
@@ -505,7 +509,7 @@ margin-left: 115px;
|
|
|
|
|
|
#searchInner .searchControl .searchTender .information {
|
|
|
/*信息类型*/
|
|
|
- padding: 20px 0px 12px;
|
|
|
+ padding: 18px 0px 10px;
|
|
|
position:relative;
|
|
|
}
|
|
|
|
|
@@ -576,14 +580,14 @@ margin-left: 115px;
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner {
|
|
|
/*招标搜索列表内容*/
|
|
|
- margin-top: 20px;
|
|
|
+ margin-top: 15px;
|
|
|
background-color: #ffffff;
|
|
|
/* border: 1px solid #e0e0e0;*/
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle {
|
|
|
- line-height: 50px;
|
|
|
+ line-height: 46px;
|
|
|
border: 1px solid #e0e0e0;
|
|
|
/* background-color: #f5f4f9;*/
|
|
|
}
|
|
@@ -595,6 +599,7 @@ margin-left: 115px;
|
|
|
font-size: 16px;
|
|
|
/* border-right: 1px solid #e0e0e0;*/
|
|
|
margin-left:15px;
|
|
|
+position:relative;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle li a {
|
|
@@ -604,6 +609,9 @@ margin-left: 115px;
|
|
|
font-size: 16px;
|
|
|
color: #252627;
|
|
|
text-decoration: none;
|
|
|
+position: absolute;
|
|
|
+ top: 1px;
|
|
|
+ height: 50px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle li a.active {
|
|
@@ -611,11 +619,14 @@ margin-left: 115px;
|
|
|
background-color: #ffffff;
|
|
|
color: #2cb7ca;
|
|
|
box-sizing: border-box;
|
|
|
+position: absolute;
|
|
|
+ top: 1px;
|
|
|
+ height: 50px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn {
|
|
|
float: right;
|
|
|
- width: 173px;
|
|
|
+ width: 153px;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
background-color: transparent;
|
|
@@ -637,11 +648,11 @@ margin-left: 115px;
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(1) {
|
|
|
background: transparent url("/images/biddingSearch/tab-icon4.png") 10px center no-repeat;
|
|
|
background-size: 16px 14px;
|
|
|
-margin-right:20px;
|
|
|
+/*margin-right:20px;*/
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(1).active {
|
|
|
- background: #fff url("/images/biddingSearch/tab-icon4.png") 10px center no-repeat;
|
|
|
+ background: #fff url("/images/biddingSearch/tab-icon3.png") 10px center no-repeat;
|
|
|
color: #2cb7ca;
|
|
|
background-size: 16px 14px;
|
|
|
}
|
|
@@ -652,7 +663,7 @@ margin-right:20px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(2).active {
|
|
|
- background: #fff url("/images/biddingSearch/tab-icon2.png") 10px center no-repeat;
|
|
|
+ background: #fff url("/images/biddingSearch/tab-icon1.png") 10px center no-repeat;
|
|
|
color: #2cb7ca;
|
|
|
background-size: 16px 14px;
|
|
|
}
|
|
@@ -670,12 +681,12 @@ margin-right:20px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li {
|
|
|
- padding: 15px 15px 0;
|
|
|
+ padding: 15px 0px 0;
|
|
|
overflow: hidden;
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li {
|
|
|
- padding: 15px 15px 0;
|
|
|
+ padding: 15px 0px 0px;
|
|
|
overflow: hidden;
|
|
|
font-size: 16px;
|
|
|
height:61px;
|
|
@@ -688,12 +699,12 @@ height:61px;
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .liLuceneList {
|
|
|
border-bottom: 1px solid #EBEBEB;
|
|
|
overflow: hidden;
|
|
|
- padding-bottom: 15px;
|
|
|
-width:1170px;
|
|
|
+ padding:0px 15px 15px;
|
|
|
+width:1200px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li .liLuceneList {
|
|
|
- padding-bottom: 15px;
|
|
|
+ padding: 0px 15px 15px;
|
|
|
}
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left {
|
|
|
float: left;
|
|
@@ -720,7 +731,7 @@ width:1170px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a:hover {
|
|
|
- text-decoration: underline;
|
|
|
+ text-decoration: none;
|
|
|
color: #fe7379;
|
|
|
}
|
|
|
|
|
@@ -749,11 +760,11 @@ width:1170px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a {
|
|
|
- padding: 3px 7px;
|
|
|
- color: #FFFFFF;
|
|
|
- font-size: 15px;
|
|
|
- border-radius:3px;
|
|
|
- margin-left: 8px;
|
|
|
+ padding: 0.5px 6px .5px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 14px;
|
|
|
+ border-radius: 3px;
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a:nth-of-type(1) {
|
|
@@ -773,12 +784,11 @@ width:1170px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right span {
|
|
|
- display: inline-block;
|
|
|
- padding-left: 26px;
|
|
|
- color: #888888;
|
|
|
- background: transparent url("/images/biddingSearch/lists-timeImg.png") 6px center no-repeat;
|
|
|
- color: #686868;
|
|
|
- margin-left: 3px;
|
|
|
+ display: inline-block;
|
|
|
+ padding-left: 25px;
|
|
|
+ color: #888888;
|
|
|
+ background: transparent url(/images/biddingSearch/lists-timeImg.png) 5px center no-repeat;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table {
|
|
@@ -843,18 +853,18 @@ width:1170px;
|
|
|
|
|
|
#searchInner .pagination {
|
|
|
/*分页*/
|
|
|
- margin-bottom: 60px;
|
|
|
+ margin-bottom: 40px;
|
|
|
display:block;
|
|
|
}
|
|
|
|
|
|
#searchInner .pagination a {
|
|
|
float: left;
|
|
|
- padding: 7px 10px;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
+ padding: 10px 9px;
|
|
|
+ border: 1px solid #EBEBEB;
|
|
|
margin-left: 0;
|
|
|
text-decoration: none;
|
|
|
-/* border-bottom-left-radius: 4px;
|
|
|
- border-top-left-radius: 4px;*/
|
|
|
+/* border-bottom-left-radius: 4px;*/
|
|
|
+ border-radius: 4px;
|
|
|
}
|
|
|
|
|
|
/*#searchInner .pagination a:hover {
|
|
@@ -868,12 +878,13 @@ width:1170px;
|
|
|
#searchInner .pagination span {
|
|
|
float: left;
|
|
|
width: 36px;
|
|
|
- height: 30px;
|
|
|
- line-height: 31px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
text-align: center;
|
|
|
color: #ffffff;
|
|
|
background-color: #2cb7ca;
|
|
|
margin: 0 10px;
|
|
|
+ border-radius:4px;
|
|
|
}
|
|
|
#intercept{
|
|
|
margin-top: 25px;
|