|
@@ -0,0 +1,746 @@
|
|
|
+@charset "UTF-8";
|
|
|
+/*主色高亮*/
|
|
|
+/*背景色*/
|
|
|
+/*通白背景*/
|
|
|
+/*辅色*/
|
|
|
+/*分割线*/
|
|
|
+/*关注字体*/
|
|
|
+/*行业小标签*/
|
|
|
+/*报错*/
|
|
|
+/*文字一级文字*/
|
|
|
+/*二级文字*/
|
|
|
+/*文字三级文字*/
|
|
|
+/*文字链接*/
|
|
|
+/*文字高亮*/
|
|
|
+/*白色字体*/
|
|
|
+#searchInner .searchHeader {
|
|
|
+ /*头部*/
|
|
|
+ height: 120px;
|
|
|
+ background-color: #f5f5fb;
|
|
|
+ border-top: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container {
|
|
|
+ height: inherit;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 24px 0 24px 110px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn {
|
|
|
+ /*整体页面切换tab*/
|
|
|
+ height: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 7px 13px 7px 32px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #2CB7CA;
|
|
|
+ background: transparent url("../images/biddingSearch/sea-header-btnImg.png") 12px center no-repeat;
|
|
|
+ background-size: 15px 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a.on {
|
|
|
+ background: #2cb7ca url(../images/biddingSearch/sea-header-btnImg-bai.png) 12px center no-repeat;
|
|
|
+ background-size: 15px 16px;
|
|
|
+ color: #ffffff;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput {
|
|
|
+ /*搜索框*/
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form {
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form input[type='search'] {
|
|
|
+ float: left;
|
|
|
+ width: 568px;
|
|
|
+ height: 42px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-left: 58px;
|
|
|
+ background: #fff url("../images/biddingSearch/search-icon1.png") 18px center no-repeat;
|
|
|
+ border: 2px solid #2cb7ca;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form input[type='submit'] {
|
|
|
+ float: left;
|
|
|
+ width: 106px;
|
|
|
+ height: 42px;
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ border: 2px solid #2cb7ca;
|
|
|
+ border-left: none;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form .searchSlideText {
|
|
|
+ display: none;
|
|
|
+ z-index: 999;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 42px;
|
|
|
+ width: 674px;
|
|
|
+ height: 220px;
|
|
|
+ overflow-y: scroll;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ background-color: #fff;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #252627;
|
|
|
+ box-shadow: 0 2px 6px #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form .searchSlideText li {
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding-left: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form .searchSlideText li i {
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form .searchSlideText li:hover {
|
|
|
+ background-color: #f4f4f7;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .screen {
|
|
|
+ /*筛选*/
|
|
|
+ float: left;
|
|
|
+ padding: 0 30px 0 20px;
|
|
|
+ height: 44px;
|
|
|
+ line-height: 44px;
|
|
|
+ text-align: center;
|
|
|
+ color: #2cb7ca;
|
|
|
+ background: url("../images/biddingSearch/screen-down.png") 58px center no-repeat;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .screen.down {
|
|
|
+ background: url("../images/biddingSearch/screen-up.png") 58px center no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .superSearch {
|
|
|
+ /*开启超级搜索*/
|
|
|
+ float: left;
|
|
|
+ width: 132px;
|
|
|
+ height: 44px;
|
|
|
+ line-height: 44px;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ 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-size: 15px 16px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .superSearch.active {
|
|
|
+ background: #2cb7ca url(../images/biddingSearch/sea-header-btnImg-bai.png) 16px center no-repeat;
|
|
|
+ color: #ffffff;
|
|
|
+ background-size: 15px 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx {
|
|
|
+ float: right;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx img {
|
|
|
+ width: 45px;
|
|
|
+ height: 45px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender {
|
|
|
+ /*招标搜索页面*/
|
|
|
+ padding: 0 14px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ margin-top: 26px;
|
|
|
+ font-size: 14px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry {
|
|
|
+ /*行业*/
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 20px 0;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry span {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry font {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry .diver {
|
|
|
+ float: left;
|
|
|
+ width: 1px;
|
|
|
+ height: 16px;
|
|
|
+ background-color: #e0e0e0;
|
|
|
+ margin: 3px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry .parent-node {
|
|
|
+ color: #2cb7ca;
|
|
|
+ margin-right: 11px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry .parent-node.secondActice {
|
|
|
+ background-color: #ffffff;
|
|
|
+ padding: 3px 6px;
|
|
|
+ border: 1px dashed #2cb7ca;
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry .industry-content {
|
|
|
+ float: left;
|
|
|
+ width: 1000px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry .stop {
|
|
|
+ position: absolute;
|
|
|
+ right: 4px;
|
|
|
+ top: 23px;
|
|
|
+ padding-right: 15px;
|
|
|
+ color: #686868;
|
|
|
+ background: url("../images/biddingSearch/more.png") right center no-repeat;
|
|
|
+ background-size: 10px 6px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry .stop.up {
|
|
|
+ background: url("../images/biddingSearch/moreup.png") right center no-repeat;
|
|
|
+ background-size: 10px 6px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .leftTitle {
|
|
|
+ float: left;
|
|
|
+ width: 70px;
|
|
|
+ text-align: right;
|
|
|
+ color: #686868;
|
|
|
+ padding: 4px 7px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price {
|
|
|
+ /*价格区间*/
|
|
|
+ padding: 20px 0;
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content {
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content span {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 45px 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content .PriceInput {
|
|
|
+ float: left;
|
|
|
+ margin-top: -2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content .PriceInput input[type="text"] {
|
|
|
+ float: left;
|
|
|
+ width: 160px;
|
|
|
+ height: 28px;
|
|
|
+ padding: 0 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content .PriceInput span {
|
|
|
+ float: left;
|
|
|
+ width: 15px;
|
|
|
+ height: 2px;
|
|
|
+ line-height: 15px;
|
|
|
+ background-color: #000;
|
|
|
+ padding: 0;
|
|
|
+ margin: 12px 6px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content button {
|
|
|
+ float: left;
|
|
|
+ width: 58px;
|
|
|
+ height: 28px;
|
|
|
+ margin: -2px 0 0 8px;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ color: #ffffff;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time {
|
|
|
+ /*发布时间*/
|
|
|
+ padding: 20px 0;
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timer li {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timer li.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput {
|
|
|
+ margin-top: -2px;
|
|
|
+ margin-left: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput input[type="text"] {
|
|
|
+ float: left;
|
|
|
+ width: 160px;
|
|
|
+ height: 28px;
|
|
|
+ padding: 0 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput span {
|
|
|
+ float: left;
|
|
|
+ width: 15px;
|
|
|
+ height: 2px;
|
|
|
+ line-height: 15px;
|
|
|
+ background-color: #000;
|
|
|
+ padding: 0;
|
|
|
+ margin: 12px 6px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput button {
|
|
|
+ float: left;
|
|
|
+ width: 58px;
|
|
|
+ height: 28px;
|
|
|
+ margin: 0 0 0 8px;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ color: #ffffff;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region {
|
|
|
+ /*项目地区*/
|
|
|
+ padding: 20px 0;
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content {
|
|
|
+ float: left;
|
|
|
+ width: 972px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content span {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content font {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content .diver {
|
|
|
+ float: left;
|
|
|
+ width: 1px;
|
|
|
+ height: 16px;
|
|
|
+ background-color: #e0e0e0;
|
|
|
+ margin: 3px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content .parent-node {
|
|
|
+ color: #2cb7ca;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content .parent-node.secondActice {
|
|
|
+ background-color: #ffffff;
|
|
|
+ padding: 3px 6px;
|
|
|
+ border: 1px dashed #2cb7ca;
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information {
|
|
|
+ /*信息类型*/
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content {
|
|
|
+ float: left;
|
|
|
+ width: 972px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content img {
|
|
|
+ float: left;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-top: 2px;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-left: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content span {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content font {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content .diver {
|
|
|
+ float: left;
|
|
|
+ width: 1px;
|
|
|
+ height: 16px;
|
|
|
+ background-color: #e0e0e0;
|
|
|
+ margin: 3px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content .parent-node {
|
|
|
+ color: #2cb7ca;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content .parent-node.secondActice {
|
|
|
+ background-color: #ffffff;
|
|
|
+ padding: 3px 6px;
|
|
|
+ border: 1px dashed #2cb7ca;
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content .infoFist {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner {
|
|
|
+ /*招标搜索列表内容*/
|
|
|
+ margin-top: 20px;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle {
|
|
|
+ line-height: 50px;
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+ background-color: #f5f4f9;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle li {
|
|
|
+ float: left;
|
|
|
+ width: 160px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 16px;
|
|
|
+ border-right: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle li a {
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #252627;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle li a.active {
|
|
|
+ border-top: 2px solid #2cb7ca;
|
|
|
+ background-color: #ffffff;
|
|
|
+ color: #2cb7ca;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn {
|
|
|
+ float: right;
|
|
|
+ width: 167px;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button {
|
|
|
+ width: 71px;
|
|
|
+ height: 33px;
|
|
|
+ line-height: 33px;
|
|
|
+ margin-top: 10px;
|
|
|
+ padding: 0 8px 0 34px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 2px;
|
|
|
+ background-color: transparent;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#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;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(1).active {
|
|
|
+ background: #2cb7ca url("../images/biddingSearch/tab-icon3.png") 10px center no-repeat;
|
|
|
+ color: #ffffff;
|
|
|
+ background-size: 16px 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(2) {
|
|
|
+ background: transparent url("../images/biddingSearch/tab-icon2.png") 10px center no-repeat;
|
|
|
+ background-size: 16px 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(2).active {
|
|
|
+ background: #2cb7ca url("../images/biddingSearch/tab-icon1.png") 10px center no-repeat;
|
|
|
+ color: #ffffff;
|
|
|
+ background-size: 16px 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer {
|
|
|
+ /*列表*/
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ margin-bottom: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene ul {
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li {
|
|
|
+ padding: 20px 20px 0;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li:last-of-type .liLuceneList {
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .liLuceneList {
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+ overflow: hidden;
|
|
|
+ padding-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left {
|
|
|
+ float: left;
|
|
|
+ width: 860px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left em {
|
|
|
+ float: left;
|
|
|
+ line-height: 30px;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title {
|
|
|
+ float: left;
|
|
|
+ line-height: 30px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a {
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+ color: #fe7379;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content {
|
|
|
+ float: left;
|
|
|
+ line-height: 24px;
|
|
|
+ padding-left: 23px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content a {
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+ color: #fe7379;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right {
|
|
|
+ float: right;
|
|
|
+ line-height: 30px;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a {
|
|
|
+ padding: 3px 7px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-size: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a:nth-of-type(1) {
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a:nth-of-type(2) {
|
|
|
+ background-color: #ffba00;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a:nth-of-type(3) {
|
|
|
+ background-color: #25c78c;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-right a:hover {
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
+#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;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table {
|
|
|
+ /*全文搜索 表格*/
|
|
|
+ padding: 20px;
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table {
|
|
|
+ width: 100%;
|
|
|
+ border-collapse: collapse;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table i {
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table td {
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ vertical-align: middle;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 26px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table thead {
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table thead tr {
|
|
|
+ background-color: #f3fbff;
|
|
|
+ border-top: 2px solid #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table thead tr td {
|
|
|
+ color: #888888;
|
|
|
+ padding: 6px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table tbody tr:nth-of-type(2n) {
|
|
|
+ background-color: #f5f5fb;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table tbody td {
|
|
|
+ padding: 6px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table tbody td.tt-l {
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table tbody td.tt-r {
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination {
|
|
|
+ /*分页*/
|
|
|
+ margin-bottom: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination a {
|
|
|
+ float: left;
|
|
|
+ padding: 7px 10px;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ margin-left: 0;
|
|
|
+ border-bottom-left-radius: 4px;
|
|
|
+ border-top-left-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination a:hover {
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination a i {
|
|
|
+ margin: 0 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination span {
|
|
|
+ float: left;
|
|
|
+ width: 36px;
|
|
|
+ height: 31px;
|
|
|
+ line-height: 31px;
|
|
|
+ text-align: center;
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ margin: 0 10px;
|
|
|
+}
|