|
@@ -1,1169 +1,1169 @@
|
|
|
-@charset "UTF-8";
|
|
|
-/*主色高亮*/
|
|
|
-/*背景色*/
|
|
|
-/*通白背景*/
|
|
|
-/*辅色*/
|
|
|
-/*分割线*/
|
|
|
-/*关注字体*/
|
|
|
-/*行业小标签*/
|
|
|
-/*报错*/
|
|
|
-/*文字一级文字*/
|
|
|
-/*二级文字*/
|
|
|
-/*文字三级文字*/
|
|
|
-/*文字链接*/
|
|
|
-/*文字高亮*/
|
|
|
-/*白色字体*/
|
|
|
-#searchInner .searchHeader {
|
|
|
- /*头部*/
|
|
|
- /* height: 110px; */
|
|
|
- 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;
|
|
|
- font-size: 14px;
|
|
|
- color: #252627;
|
|
|
- padding-right: 30px;
|
|
|
- margin-top: 5px;
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a>i {
|
|
|
- display: inline-block;
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- text-decoration: none;
|
|
|
- background: url(/images/biddingSearch/sea-icon.png) no-repeat;
|
|
|
- background-size: 80px 40px;
|
|
|
- margin-right: 10px;
|
|
|
- vertical-align: text-bottom;
|
|
|
- -webkit-transition: all 0.3s;
|
|
|
- transition: all 0.3s;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(1)>i {
|
|
|
- background-position: 0px 0px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(2)>i {
|
|
|
- background-position: -20px 0px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(3)>i {
|
|
|
- background-position: -40px 0px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(4)>i {
|
|
|
- background-position: -60px 0px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(1).on>i {
|
|
|
- background-position: 0px -20px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(2).on>i {
|
|
|
- background-position: -20px -20px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(3).on>i {
|
|
|
- background-position: -40px -20px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(4).on>i {
|
|
|
- background-position: -60px -20px;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 540px;
|
|
|
- height: 42px;
|
|
|
- box-sizing: border-box;
|
|
|
- padding-left: 58px;
|
|
|
-padding-right:45px;
|
|
|
- background: #fff url("/images/biddingSearch/search-icon1.png") 18px center no-repeat;
|
|
|
- border: 2px solid #2cb7ca;
|
|
|
- font-size: 16px;
|
|
|
- border-top-left-radius: 4px;
|
|
|
- border-bottom-left-radius: 4px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput form input[type='submit'] {
|
|
|
- float: left;
|
|
|
- width: 100px;
|
|
|
- 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 input[type='button'] {
|
|
|
- float: left;
|
|
|
- width: 100px;
|
|
|
- height: 42px;
|
|
|
- color: #ffffff;
|
|
|
- background-color: #2cb7ca;
|
|
|
- text-align: center;
|
|
|
- font-size: 18px;
|
|
|
- border: 2px solid #2cb7ca;
|
|
|
- border-left: none;
|
|
|
- cursor: pointer;
|
|
|
- border-top-right-radius: 4px;
|
|
|
- border-bottom-right-radius: 4px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput form .searchSlideText {
|
|
|
- display: none;
|
|
|
- z-index: 999;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 46px;
|
|
|
- width: 684px;
|
|
|
- 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 46px 0 15px;
|
|
|
- height: 42px;
|
|
|
- line-height: 42px;
|
|
|
- text-align: center;
|
|
|
- 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:hover{
|
|
|
- color: #2cb7ca;
|
|
|
- /* transform: scale(1.1); */
|
|
|
-}
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .screen.down {
|
|
|
- background: url("/images/biddingSearch/moreup.png") 50px center no-repeat;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .superSearch {
|
|
|
- /*开启超级搜索*/
|
|
|
- float: left;
|
|
|
- width: 135px;
|
|
|
- height: 42px;
|
|
|
- line-height: 42px;
|
|
|
- text-align: center;
|
|
|
- border: 1px solid #ebebeb;
|
|
|
- font-size: 14px;
|
|
|
- color: #252627;
|
|
|
- padding-left: 22px;
|
|
|
- box-sizing: border-box;
|
|
|
- background: #ffffff url(/images/biddingSearch/sea-header-btnImg_gray.png) 16px center no-repeat;
|
|
|
- background-size: 15px 16px;
|
|
|
- cursor: pointer;
|
|
|
-border-radius:4px;
|
|
|
-margin-left: 176px;
|
|
|
-}
|
|
|
-
|
|
|
-#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;
|
|
|
- border-radius: 4px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx {
|
|
|
- float: right;
|
|
|
- position: relative;
|
|
|
-/* z-index: 999;*/
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx > img {
|
|
|
- width: 42px;
|
|
|
- height: 42px;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner {
|
|
|
- transition: -webkit-transform 0.8s;
|
|
|
- transition: transform 0.8s;
|
|
|
- transition: transform 0.8s, -webkit-transform 0.8s;
|
|
|
- -webkit-transform: scale(0);
|
|
|
- transform: scale(0);
|
|
|
- -webkit-transform-origin: 100% 0 0;
|
|
|
- transform-origin: 100% 0 0;
|
|
|
- position: absolute;
|
|
|
- left: -154px;
|
|
|
- top: 0;
|
|
|
- z-index: 999;
|
|
|
- width: 200px;
|
|
|
- font-size: 16px;
|
|
|
- background-color: #ffffff;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-title {
|
|
|
- height: 44px;
|
|
|
- line-height: 44px;
|
|
|
- box-sizing: border-box;
|
|
|
- padding-left: 10px;
|
|
|
- color: #2cb7ca;
|
|
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-ewm {
|
|
|
- width: 200px;
|
|
|
- height: 200px;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-bottom {
|
|
|
- padding: 0px 10px 0px 20px;
|
|
|
- line-height: 21px;
|
|
|
- word-wrap: break-word;
|
|
|
-/* word-break: keep-all;*/
|
|
|
- position: relative;
|
|
|
- top: -10px;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-bottom i {
|
|
|
- color: #2cb7ca;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender {
|
|
|
- /*招标搜索页面*/
|
|
|
- padding: 0 15px;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
- margin-top: 25px;
|
|
|
- font-size: 14px;
|
|
|
-/* overflow: hidden;*/
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .industry {
|
|
|
- /*行业*/
|
|
|
- border-bottom: 1px dashed #e0e0e0;
|
|
|
- overflow: hidden;
|
|
|
- padding: 18px 0px 10px;
|
|
|
- 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,
|
|
|
-#searchInner .searchControl .searchTender .industry span:hover {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .industry font {
|
|
|
- float: left;
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 2px 8px 0;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .industry font:hover{
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .industry font.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#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;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 1020px;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 94px;
|
|
|
- text-align: right;
|
|
|
- color: #686868;
|
|
|
- padding: 4px 15px 4px 0px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .Price {
|
|
|
- /*价格区间*/
|
|
|
- padding: 17px 0px 10px;
|
|
|
- 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;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 162px;
|
|
|
- height: 28px;
|
|
|
- padding: 0 15px;
|
|
|
- box-sizing: border-box;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
- border-radius: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .Price .Price-content .PriceInput input[type="number"] {
|
|
|
- float: left;
|
|
|
- width: 160px;
|
|
|
- height: 28px;
|
|
|
- padding: 0 40px 0px 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: #E0E0E0;
|
|
|
- padding: 0;
|
|
|
- margin: 12px 6px 0;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .Price .Price-content button {
|
|
|
- float: left;
|
|
|
- width: 58px;
|
|
|
- height: 28px;
|
|
|
- margin: 0px 0 0 8px;
|
|
|
- background-color: #2cb7ca;
|
|
|
- color: #ffffff;
|
|
|
- cursor: pointer;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .release-time {
|
|
|
- /*发布时间*/
|
|
|
- padding: 17px 0 10px;
|
|
|
- border-bottom: 1px dashed #e0e0e0;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .release-time .timer li {
|
|
|
- float: left;
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 10px 4px 0;
|
|
|
-}
|
|
|
-#searchInner .release-time .icon-vip{
|
|
|
- float: left;
|
|
|
- display: inline-block;
|
|
|
- width: 38px;
|
|
|
- height: 18px;
|
|
|
- margin-left: -8px;
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .release-time .timer li:hover{
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .release-time .timer li.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .release-time .timerInput {
|
|
|
- margin-top: -9px;
|
|
|
- margin-left: 40px;
|
|
|
- /* border: 1px solid #fff; */
|
|
|
- background-color: #F5F6F7;
|
|
|
- padding: 5px 5px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .release-time .timerInput.active{
|
|
|
- background-color: #2cb7ca;
|
|
|
-}
|
|
|
-
|
|
|
-#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;
|
|
|
- border-radius: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .release-time .timerInput span {
|
|
|
- float: left;
|
|
|
- width: 15px;
|
|
|
- height: 2px;
|
|
|
- line-height: 15px;
|
|
|
- background-color: #E0E0E0;
|
|
|
- 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;
|
|
|
-border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .region {
|
|
|
- /*项目地区*/
|
|
|
- padding: 18px 0px 10px;
|
|
|
- border-bottom: 1px dashed #e0e0e0;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .region .region-content {
|
|
|
- float: left;
|
|
|
- width: 1010px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .region .region-content span {
|
|
|
- float: left;
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 8px 4px 0;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .region .region-content font:hover,#regionBtn:hover{
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .region .region-content span.active{
|
|
|
- margin-right: 8px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .region .region-content span.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .region .region-content font {
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 10px 10px 0;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .region .region-content font.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .region .region-content .diver {
|
|
|
- margin: 4px 5px 0px 5px;
|
|
|
- color: #888888;
|
|
|
- float: left;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 18px 0px 10px;
|
|
|
- position:relative;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .information .info-content {
|
|
|
- float: left;
|
|
|
- width: 1010px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .information .info-content img {
|
|
|
- float: left;
|
|
|
- vertical-align: middle;
|
|
|
- margin-top: 2px;
|
|
|
- margin-right: 10px;
|
|
|
- margin-left: 8px !important;
|
|
|
-}
|
|
|
-
|
|
|
-#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{
|
|
|
- margin-right: 7px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .information .info-content span:hover,
|
|
|
-#searchInner .searchControl .searchTender .information .info-content span.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .information .info-content font {
|
|
|
- float: left;
|
|
|
- padding: 4px 7px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 7px 8px 0;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .information .info-content font.active {
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .information .info-content font:hover{
|
|
|
- color: #FFFFFF;
|
|
|
- background-color: #2cb7ca;
|
|
|
- border-radius:2px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .searchTender .information .info-content font.active:hover{
|
|
|
- color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .information .info-content .diver {
|
|
|
- float: left;
|
|
|
- width: 1px;
|
|
|
- height: 16px;
|
|
|
- background-color: #e0e0e0;
|
|
|
- margin: 3px 6px 0;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .searchTender .information .info-content .parent-node {
|
|
|
- /* color: #2cb7ca; */
|
|
|
- margin-right: 8px;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 15px;
|
|
|
- background-color: #ffffff;
|
|
|
-/* border: 1px solid #e0e0e0;*/
|
|
|
- border-bottom: none;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle {
|
|
|
- line-height: 46px;
|
|
|
- border: 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;*/
|
|
|
- margin-left:15px;
|
|
|
-position:relative;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle li a {
|
|
|
- display: inline-block;
|
|
|
- width: 100%;
|
|
|
-/* height: 100%;*/
|
|
|
- font-size: 16px;
|
|
|
- color: #252627;
|
|
|
- text-decoration: none;
|
|
|
-position: absolute;
|
|
|
- top: 1px;
|
|
|
- height: 50px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle li a.active {
|
|
|
- border-bottom: 2px solid #2cb7ca;
|
|
|
- background-color: #ffffff;
|
|
|
- color: #2cb7ca;
|
|
|
- box-sizing: border-box;
|
|
|
-position: absolute;
|
|
|
- top: 1px;
|
|
|
- height: 50px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn {
|
|
|
- float: right;
|
|
|
-
|
|
|
- height: 50px;
|
|
|
- line-height: 50px;
|
|
|
- background-color: transparent;
|
|
|
- font-size:14px;
|
|
|
- display:flex;
|
|
|
-}
|
|
|
-#searchInner .right-tabBtn-superSearch{
|
|
|
- width: 265px;
|
|
|
-}
|
|
|
-#searchInner .right-tabBtn-proproject{
|
|
|
- width: 153px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button {
|
|
|
- width: 72px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
- 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;
|
|
|
-/*margin-right:20px;*/
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(1).active {
|
|
|
- background: #fff url("/images/biddingSearch/tab-icon3.png") 10px center no-repeat;
|
|
|
- color: #2cb7ca;
|
|
|
- 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: #fff url("/images/biddingSearch/tab-icon1.png") 10px center no-repeat;
|
|
|
- color: #2cb7ca;
|
|
|
- background-size: 16px 14px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(3) {
|
|
|
- background: transparent url("/images/biddingSearch/icons-export.png") 10px center no-repeat;
|
|
|
- background-size: 18px 16px;
|
|
|
-}
|
|
|
-
|
|
|
-#right-export{
|
|
|
- width: 100px !important;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .split-line{
|
|
|
- width:1px;
|
|
|
- height:20px;
|
|
|
- background-color:#e0e0e0;
|
|
|
- margin:15px 5px 0px 5px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer {
|
|
|
- /*列表*/
|
|
|
- background-color: #FFFFFF;
|
|
|
- margin-bottom: 30px;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene ul {
|
|
|
-/* border-bottom: 1px solid #e0e0e0;*/
|
|
|
- display: inline-block;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li {
|
|
|
- padding: 15px 0px 0;
|
|
|
- overflow: hidden;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li:hover{
|
|
|
- background-color: #F5F6F7;
|
|
|
- box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
|
|
|
-}
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li {
|
|
|
- padding: 15px 0px 0px;
|
|
|
- overflow: hidden;
|
|
|
- font-size: 16px;
|
|
|
- height:61px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li:hover a,
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li:hover em{
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-
|
|
|
-#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 #EBEBEB;
|
|
|
- overflow: hidden;
|
|
|
- padding:0px 15px 15px;
|
|
|
-width:1200px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li .liLuceneList {
|
|
|
- padding: 0px 15px 0;
|
|
|
-}
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left {
|
|
|
- float: left;
|
|
|
- width: auto;
|
|
|
-}
|
|
|
-
|
|
|
-#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;
|
|
|
- /* overflow: hidden; */
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
- width: auto;
|
|
|
- display: inline-flex;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a {
|
|
|
- font-size: 16px;
|
|
|
- display: inline-block;
|
|
|
- width: 100%;
|
|
|
- padding-bottom: 15px;
|
|
|
- overflow: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- text-overflow: ellipsis;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a:hover {
|
|
|
- text-decoration: none;
|
|
|
- /* color: #fe7379; */
|
|
|
- color: #000;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content {
|
|
|
- float: left;
|
|
|
- line-height: 25px;
|
|
|
- padding-left: 23px;
|
|
|
- padding-top:15px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content a {
|
|
|
- color: #848487;
|
|
|
- font-size: 15px;
|
|
|
- cursor: text;
|
|
|
-}
|
|
|
-
|
|
|
-#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 {
|
|
|
- display: inline-block;
|
|
|
- padding: 1px 8px;
|
|
|
- line-height: 20px;
|
|
|
- /* color: #FFFFFF; */
|
|
|
- font-size: 12px;
|
|
|
- border-radius: 3px;
|
|
|
- margin-left: 5px;
|
|
|
- background: #F5F5FB;
|
|
|
- color: #686868;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
-#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:nth-of-type(4) {
|
|
|
- /* background-color: #FE8594; */
|
|
|
-}
|
|
|
-#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: 8px;
|
|
|
- color: #888888;
|
|
|
- /* background: transparent url(/images/biddingSearch/lists-timeImg.png) 5px center no-repeat; */
|
|
|
- font-size: 12px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table {
|
|
|
- /*全文搜索 表格*/
|
|
|
- padding: 20px 0px;
|
|
|
-/* border-bottom: 1px solid #e0e0e0;*/
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table {
|
|
|
- width: 100%;
|
|
|
- border-collapse: collapse;
|
|
|
- table-layout: fixed;
|
|
|
-}
|
|
|
-
|
|
|
-#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:last-child>tbody>tr:first-child>td {
|
|
|
- border-top: 0px;
|
|
|
-}
|
|
|
-#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: 3px 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{
|
|
|
- width: 1199px;
|
|
|
-}
|
|
|
-#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table tbody td {
|
|
|
- padding: 6px;
|
|
|
- word-wrap: break-word;
|
|
|
- word-break: break-all;
|
|
|
- white-space: normal !important;
|
|
|
-}
|
|
|
-
|
|
|
-#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: 40px;
|
|
|
- display:block;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .pagination a {
|
|
|
- float: left;
|
|
|
- padding: 10px 9px;
|
|
|
- border: 1px solid #EBEBEB;
|
|
|
- margin-left: 0;
|
|
|
- text-decoration: none;
|
|
|
-/* border-bottom-left-radius: 4px;*/
|
|
|
- border-radius: 4px;
|
|
|
-}
|
|
|
-
|
|
|
-/*#searchInner .pagination a:hover {
|
|
|
- color: #2cb7ca;
|
|
|
-}*/
|
|
|
-
|
|
|
-#searchInner .pagination a i {
|
|
|
- margin: 0 4px;
|
|
|
-}
|
|
|
-
|
|
|
-#searchInner .pagination span {
|
|
|
- float: left;
|
|
|
- width: 36px;
|
|
|
- height: 36px;
|
|
|
- line-height: 36px;
|
|
|
- text-align: center;
|
|
|
- color: #ffffff;
|
|
|
- background-color: #2cb7ca;
|
|
|
- margin: 0 10px;
|
|
|
- border-radius:4px;
|
|
|
-}
|
|
|
-#intercept{
|
|
|
- margin-top: 25px;
|
|
|
- font-size: 14px;
|
|
|
- margin-bottom: -10px;
|
|
|
-}
|
|
|
-#intercept>font{
|
|
|
- margin-right: -5px;
|
|
|
-}
|
|
|
-#intercept>img{
|
|
|
- vertical-align: middle;
|
|
|
- width: 15px;
|
|
|
- margin-right: 5px;
|
|
|
- position: relative;
|
|
|
- top: -2px;
|
|
|
-}
|
|
|
-.lucene-table.tabfixed>table:first-child{
|
|
|
- position: fixed;
|
|
|
- top: 0px;
|
|
|
-}
|
|
|
-.lucene-table.tabfixed{
|
|
|
- padding-top: 67px !important;
|
|
|
-}
|
|
|
-.lucene-table.tabfixed.lucene-table{
|
|
|
- padding-top: 41px !important;
|
|
|
-}
|
|
|
-.lucene-table.tabfixed.entlist{
|
|
|
- padding-top: 43px !important;
|
|
|
-}
|
|
|
-.lucene-table.tababsolute>table:first-child{
|
|
|
- position: absolute;
|
|
|
-}
|
|
|
-.lucene-table>table:first-child{
|
|
|
- webkit-transform: translateZ(0);
|
|
|
- -moz-transform: translateZ(0);
|
|
|
- -ms-transform: translateZ(0);
|
|
|
- -o-transform: translateZ(0);
|
|
|
- transform: translateZ(0);
|
|
|
-}
|
|
|
-/* 一键订阅关键词弹框*/
|
|
|
-.sub-key-dialog.el-dialog{
|
|
|
- border-radius: 8px;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-dialog__header{
|
|
|
- padding: 32px 0 0;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-dialog__title{
|
|
|
- color: #1D1D1D;
|
|
|
- font-size:18px;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-dialog__body {
|
|
|
- padding: 20px 32px 0!important;
|
|
|
-}
|
|
|
-.sub-key-dialog .sub-tips{
|
|
|
- font-size: 14px;
|
|
|
- color: #686868;
|
|
|
- line-height: 22px;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-select-dropdown__item{
|
|
|
- float: left!important;
|
|
|
-}
|
|
|
-.sub-key-dialog .sub-region{
|
|
|
- margin-top: 12px;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-checkbox__inner{
|
|
|
- width: 18px!important;
|
|
|
- height: 18px!important;
|
|
|
- margin-right: 6px;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-checkbox__inner::after{
|
|
|
- height: 10px;
|
|
|
- left: 6px;
|
|
|
-}
|
|
|
-.sub-key-dialog .sub-footer-btn{
|
|
|
- border-radius: 6px;
|
|
|
- width: 132px;
|
|
|
- height: 36px;
|
|
|
- font-size: 16px;
|
|
|
-}
|
|
|
-.sub-key-dialog .sub-btn-confirm,
|
|
|
-.sub-key-dialog .sub-btn-confirm:hover,
|
|
|
-.sub-key-dialog .sub-btn-confirm:active,
|
|
|
-.sub-key-dialog .sub-btn-confirm:focus{
|
|
|
- background: #2cb7ca;
|
|
|
- border: 0;
|
|
|
- color: #fff;
|
|
|
- margin-right: 50px;
|
|
|
-}
|
|
|
-.sub-key-dialog .sub-btn-confirm:disabled{
|
|
|
- background: #87DFEA;
|
|
|
- border: 0;
|
|
|
-}
|
|
|
-.sub-key-dialog .sub-btn-cancel{
|
|
|
- border: 1px solid #E0E0E0;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-.sub-key-dialog .el-dialog__footer{
|
|
|
- padding: 13px 0 32px;
|
|
|
-}
|
|
|
-/* 订阅关键词成功弹框 */
|
|
|
-.sub-success-dialog.el-dialog{
|
|
|
- border-radius: 8px;
|
|
|
-}
|
|
|
-.sub-success-dialog .ss-header{
|
|
|
- width: 335px;
|
|
|
- margin-top: -60px;
|
|
|
-}
|
|
|
-.sub-success-dialog.el-dialog .el-dialog__header{
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-.sub-success-dialog.el-dialog .el-dialog__body{
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-.sub-success-dialog.el-dialog .el-dialog__headerbtn .el-dialog__close{
|
|
|
- /* top: 10px; */
|
|
|
- font-size: 20px;
|
|
|
- color: #2cb7ca;
|
|
|
-}
|
|
|
-.sub-success-dialog #subkeyImg {
|
|
|
- display: block;
|
|
|
- width: 156px;
|
|
|
- height: 156px;
|
|
|
- margin: 0 auto;
|
|
|
-}
|
|
|
-.sub-success-dialog .ss-code{
|
|
|
- padding: 26px 0 20px;
|
|
|
-}
|
|
|
-.sub-success-dialog .ss-help{
|
|
|
- padding-bottom: 32px;
|
|
|
- font-size: 16px;
|
|
|
- color: #1D1D1D;
|
|
|
- text-align: center;
|
|
|
- line-height: 24px;
|
|
|
-}
|
|
|
-.sub-region-select {
|
|
|
- max-width: 260px!important;
|
|
|
-}
|
|
|
-.sub-region-select .el-select-dropdown__item{
|
|
|
- float: left!important;
|
|
|
- width: 85px;
|
|
|
-}
|
|
|
-
|
|
|
-/* 附件标识样式 */
|
|
|
-.haveFile{
|
|
|
- padding: 1px 8px;
|
|
|
- margin: 4px 0 0 15px;
|
|
|
- width: 52px;
|
|
|
- height: 20px;
|
|
|
- border-radius: 4px;
|
|
|
- border: 1px solid #2CB7CA;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: 400;
|
|
|
- color: #2CB7CA;
|
|
|
- line-height: 18px;
|
|
|
-}
|
|
|
+@charset "UTF-8";
|
|
|
+/*主色高亮*/
|
|
|
+/*背景色*/
|
|
|
+/*通白背景*/
|
|
|
+/*辅色*/
|
|
|
+/*分割线*/
|
|
|
+/*关注字体*/
|
|
|
+/*行业小标签*/
|
|
|
+/*报错*/
|
|
|
+/*文字一级文字*/
|
|
|
+/*二级文字*/
|
|
|
+/*文字三级文字*/
|
|
|
+/*文字链接*/
|
|
|
+/*文字高亮*/
|
|
|
+/*白色字体*/
|
|
|
+#searchInner .searchHeader {
|
|
|
+ /*头部*/
|
|
|
+ /* height: 110px; */
|
|
|
+ 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;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #252627;
|
|
|
+ padding-right: 30px;
|
|
|
+ margin-top: 5px;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a>i {
|
|
|
+ display: inline-block;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ text-decoration: none;
|
|
|
+ background: url(/images/biddingSearch/sea-icon.png) no-repeat;
|
|
|
+ background-size: 80px 40px;
|
|
|
+ margin-right: 10px;
|
|
|
+ vertical-align: text-bottom;
|
|
|
+ -webkit-transition: all 0.3s;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(1)>i {
|
|
|
+ background-position: 0px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(2)>i {
|
|
|
+ background-position: -20px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(3)>i {
|
|
|
+ background-position: -40px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(4)>i {
|
|
|
+ background-position: -60px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(1).on>i {
|
|
|
+ background-position: 0px -20px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(2).on>i {
|
|
|
+ background-position: -20px -20px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(3).on>i {
|
|
|
+ background-position: -40px -20px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .control-tabBtn a:nth-of-type(4).on>i {
|
|
|
+ background-position: -60px -20px;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 540px;
|
|
|
+ height: 42px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-left: 58px;
|
|
|
+padding-right:45px;
|
|
|
+ background: #fff url("/images/biddingSearch/search-icon1.png") 18px center no-repeat;
|
|
|
+ border: 2px solid #2cb7ca;
|
|
|
+ font-size: 16px;
|
|
|
+ border-top-left-radius: 4px;
|
|
|
+ border-bottom-left-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form input[type='submit'] {
|
|
|
+ float: left;
|
|
|
+ width: 100px;
|
|
|
+ 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 input[type='button'] {
|
|
|
+ float: left;
|
|
|
+ width: 100px;
|
|
|
+ height: 42px;
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ border: 2px solid #2cb7ca;
|
|
|
+ border-left: none;
|
|
|
+ cursor: pointer;
|
|
|
+ border-top-right-radius: 4px;
|
|
|
+ border-bottom-right-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput form .searchSlideText {
|
|
|
+ display: none;
|
|
|
+ z-index: 999;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 46px;
|
|
|
+ width: 684px;
|
|
|
+ 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 46px 0 15px;
|
|
|
+ height: 42px;
|
|
|
+ line-height: 42px;
|
|
|
+ text-align: center;
|
|
|
+ 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:hover{
|
|
|
+ color: #2cb7ca;
|
|
|
+ /* transform: scale(1.1); */
|
|
|
+}
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .screen.down {
|
|
|
+ background: url("/images/biddingSearch/moreup.png") 50px center no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .superSearch {
|
|
|
+ /*开启超级搜索*/
|
|
|
+ float: left;
|
|
|
+ width: 135px;
|
|
|
+ height: 42px;
|
|
|
+ line-height: 42px;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid #ebebeb;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #252627;
|
|
|
+ padding-left: 22px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: #ffffff url(/images/biddingSearch/sea-header-btnImg_gray.png) 16px center no-repeat;
|
|
|
+ background-size: 15px 16px;
|
|
|
+ cursor: pointer;
|
|
|
+border-radius:4px;
|
|
|
+margin-left: 176px;
|
|
|
+}
|
|
|
+
|
|
|
+#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;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx {
|
|
|
+ float: right;
|
|
|
+ position: relative;
|
|
|
+/* z-index: 999;*/
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx > img {
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner {
|
|
|
+ transition: -webkit-transform 0.8s;
|
|
|
+ transition: transform 0.8s;
|
|
|
+ transition: transform 0.8s, -webkit-transform 0.8s;
|
|
|
+ -webkit-transform: scale(0);
|
|
|
+ transform: scale(0);
|
|
|
+ -webkit-transform-origin: 100% 0 0;
|
|
|
+ transform-origin: 100% 0 0;
|
|
|
+ position: absolute;
|
|
|
+ left: -154px;
|
|
|
+ top: 0;
|
|
|
+ z-index: 999;
|
|
|
+ width: 200px;
|
|
|
+ font-size: 16px;
|
|
|
+ background-color: #ffffff;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-title {
|
|
|
+ height: 44px;
|
|
|
+ line-height: 44px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-left: 10px;
|
|
|
+ color: #2cb7ca;
|
|
|
+ border-bottom: 1px solid #e0e0e0;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-ewm {
|
|
|
+ width: 200px;
|
|
|
+ height: 200px;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-bottom {
|
|
|
+ padding: 0px 10px 0px 20px;
|
|
|
+ line-height: 21px;
|
|
|
+ word-wrap: break-word;
|
|
|
+/* word-break: keep-all;*/
|
|
|
+ position: relative;
|
|
|
+ top: -10px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchHeader .searchHeader-container .searchInput .search-right-wx .search-right-wx-inner .wx-inner-bottom i {
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender {
|
|
|
+ /*招标搜索页面*/
|
|
|
+ padding: 0 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ margin-top: 25px;
|
|
|
+ font-size: 14px;
|
|
|
+/* overflow: hidden;*/
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry {
|
|
|
+ /*行业*/
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+ overflow: hidden;
|
|
|
+ padding: 18px 0px 10px;
|
|
|
+ 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,
|
|
|
+#searchInner .searchControl .searchTender .industry span:hover {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry font {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 2px 8px 0;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .industry font:hover{
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .industry font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#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;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 1020px;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 94px;
|
|
|
+ text-align: right;
|
|
|
+ color: #686868;
|
|
|
+ padding: 4px 15px 4px 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price {
|
|
|
+ /*价格区间*/
|
|
|
+ padding: 17px 0px 10px;
|
|
|
+ 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;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 162px;
|
|
|
+ height: 28px;
|
|
|
+ padding: 0 15px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content .PriceInput input[type="number"] {
|
|
|
+ float: left;
|
|
|
+ width: 160px;
|
|
|
+ height: 28px;
|
|
|
+ padding: 0 40px 0px 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: #E0E0E0;
|
|
|
+ padding: 0;
|
|
|
+ margin: 12px 6px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .Price .Price-content button {
|
|
|
+ float: left;
|
|
|
+ width: 58px;
|
|
|
+ height: 28px;
|
|
|
+ margin: 0px 0 0 8px;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ color: #ffffff;
|
|
|
+ cursor: pointer;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time {
|
|
|
+ /*发布时间*/
|
|
|
+ padding: 17px 0 10px;
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timer li {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 10px 4px 0;
|
|
|
+}
|
|
|
+#searchInner .release-time .icon-vip{
|
|
|
+ float: left;
|
|
|
+ display: inline-block;
|
|
|
+ width: 38px;
|
|
|
+ height: 18px;
|
|
|
+ margin-left: -8px;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .release-time .timer li:hover{
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .release-time .timer li.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput {
|
|
|
+ margin-top: -9px;
|
|
|
+ margin-left: 40px;
|
|
|
+ /* border: 1px solid #fff; */
|
|
|
+ background-color: #F5F6F7;
|
|
|
+ padding: 5px 5px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput.active{
|
|
|
+ background-color: #2cb7ca;
|
|
|
+}
|
|
|
+
|
|
|
+#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;
|
|
|
+ border-radius: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .release-time .timerInput span {
|
|
|
+ float: left;
|
|
|
+ width: 15px;
|
|
|
+ height: 2px;
|
|
|
+ line-height: 15px;
|
|
|
+ background-color: #E0E0E0;
|
|
|
+ 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;
|
|
|
+border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region {
|
|
|
+ /*项目地区*/
|
|
|
+ padding: 18px 0px 10px;
|
|
|
+ border-bottom: 1px dashed #e0e0e0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content {
|
|
|
+ float: left;
|
|
|
+ width: 1010px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content span {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 8px 4px 0;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .region .region-content font:hover,#regionBtn:hover{
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .region .region-content span.active{
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .region .region-content span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content font {
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 10px 10px 0;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .region .region-content .diver {
|
|
|
+ margin: 4px 5px 0px 5px;
|
|
|
+ color: #888888;
|
|
|
+ float: left;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 18px 0px 10px;
|
|
|
+ position:relative;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content {
|
|
|
+ float: left;
|
|
|
+ width: 1010px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content img {
|
|
|
+ float: left;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-top: 2px;
|
|
|
+ margin-right: 10px;
|
|
|
+ margin-left: 8px !important;
|
|
|
+}
|
|
|
+
|
|
|
+#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{
|
|
|
+ margin-right: 7px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .information .info-content span:hover,
|
|
|
+#searchInner .searchControl .searchTender .information .info-content span.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content font {
|
|
|
+ float: left;
|
|
|
+ padding: 4px 7px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin: 0 7px 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content font.active {
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .information .info-content font:hover{
|
|
|
+ color: #FFFFFF;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ border-radius:2px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .searchTender .information .info-content font.active:hover{
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content .diver {
|
|
|
+ float: left;
|
|
|
+ width: 1px;
|
|
|
+ height: 16px;
|
|
|
+ background-color: #e0e0e0;
|
|
|
+ margin: 3px 6px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .searchTender .information .info-content .parent-node {
|
|
|
+ /* color: #2cb7ca; */
|
|
|
+ margin-right: 8px;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 15px;
|
|
|
+ background-color: #ffffff;
|
|
|
+/* border: 1px solid #e0e0e0;*/
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle {
|
|
|
+ line-height: 46px;
|
|
|
+ border: 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;*/
|
|
|
+ margin-left:15px;
|
|
|
+position:relative;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle li a {
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+/* height: 100%;*/
|
|
|
+ font-size: 16px;
|
|
|
+ color: #252627;
|
|
|
+ text-decoration: none;
|
|
|
+position: absolute;
|
|
|
+ top: 1px;
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle li a.active {
|
|
|
+ border-bottom: 2px solid #2cb7ca;
|
|
|
+ background-color: #ffffff;
|
|
|
+ color: #2cb7ca;
|
|
|
+ box-sizing: border-box;
|
|
|
+position: absolute;
|
|
|
+ top: 1px;
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn {
|
|
|
+ float: right;
|
|
|
+
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ background-color: transparent;
|
|
|
+ font-size:14px;
|
|
|
+ display:flex;
|
|
|
+}
|
|
|
+#searchInner .right-tabBtn-superSearch{
|
|
|
+ width: 265px;
|
|
|
+}
|
|
|
+#searchInner .right-tabBtn-proproject{
|
|
|
+ width: 153px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button {
|
|
|
+ width: 72px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ 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;
|
|
|
+/*margin-right:20px;*/
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(1).active {
|
|
|
+ background: #fff url("/images/biddingSearch/tab-icon3.png") 10px center no-repeat;
|
|
|
+ color: #2cb7ca;
|
|
|
+ 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: #fff url("/images/biddingSearch/tab-icon1.png") 10px center no-repeat;
|
|
|
+ color: #2cb7ca;
|
|
|
+ background-size: 16px 14px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabTitle .right-tabBtn button:nth-of-type(3) {
|
|
|
+ background: transparent url("/images/biddingSearch/icons-export.png") 10px center no-repeat;
|
|
|
+ background-size: 18px 16px;
|
|
|
+}
|
|
|
+
|
|
|
+#right-export{
|
|
|
+ width: 100px !important;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .split-line{
|
|
|
+ width:1px;
|
|
|
+ height:20px;
|
|
|
+ background-color:#e0e0e0;
|
|
|
+ margin:15px 5px 0px 5px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer {
|
|
|
+ /*列表*/
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene ul {
|
|
|
+/* border-bottom: 1px solid #e0e0e0;*/
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li {
|
|
|
+ padding: 15px 0px 0;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li:hover{
|
|
|
+ background-color: #F5F6F7;
|
|
|
+ box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li {
|
|
|
+ padding: 15px 0px 0px;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 16px;
|
|
|
+ height:61px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li:hover a,
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li:hover em{
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+
|
|
|
+#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 #EBEBEB;
|
|
|
+ overflow: hidden;
|
|
|
+ padding:0px 15px 15px;
|
|
|
+width:1200px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer-2 .lucene li .liLuceneList {
|
|
|
+ padding: 0px 15px 0;
|
|
|
+}
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left {
|
|
|
+ float: left;
|
|
|
+ width: auto;
|
|
|
+}
|
|
|
+
|
|
|
+#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;
|
|
|
+ /* overflow: hidden; */
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ width: auto;
|
|
|
+ display: inline-flex;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a {
|
|
|
+ font-size: 16px;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ padding-bottom: 15px;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-title a:hover {
|
|
|
+ text-decoration: none;
|
|
|
+ /* color: #fe7379; */
|
|
|
+ color: #000;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content {
|
|
|
+ float: left;
|
|
|
+ line-height: 25px;
|
|
|
+ padding-left: 23px;
|
|
|
+ padding-top:15px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene li .luce-left .left-content a {
|
|
|
+ color: #848487;
|
|
|
+ font-size: 15px;
|
|
|
+ cursor: text;
|
|
|
+}
|
|
|
+
|
|
|
+#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 {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 1px 8px;
|
|
|
+ line-height: 20px;
|
|
|
+ /* color: #FFFFFF; */
|
|
|
+ font-size: 12px;
|
|
|
+ border-radius: 3px;
|
|
|
+ margin-left: 5px;
|
|
|
+ background: #F5F5FB;
|
|
|
+ color: #686868;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+#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:nth-of-type(4) {
|
|
|
+ /* background-color: #FE8594; */
|
|
|
+}
|
|
|
+#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: 8px;
|
|
|
+ color: #888888;
|
|
|
+ /* background: transparent url(/images/biddingSearch/lists-timeImg.png) 5px center no-repeat; */
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table {
|
|
|
+ /*全文搜索 表格*/
|
|
|
+ padding: 20px 0px;
|
|
|
+/* border-bottom: 1px solid #e0e0e0;*/
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table {
|
|
|
+ width: 100%;
|
|
|
+ border-collapse: collapse;
|
|
|
+ table-layout: fixed;
|
|
|
+}
|
|
|
+
|
|
|
+#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:last-child>tbody>tr:first-child>td {
|
|
|
+ border-top: 0px;
|
|
|
+}
|
|
|
+#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: 3px 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{
|
|
|
+ width: 1199px;
|
|
|
+}
|
|
|
+#searchInner .searchControl .seaTender-inner .tabContainer .lucene-table table tbody td {
|
|
|
+ padding: 6px;
|
|
|
+ word-wrap: break-word;
|
|
|
+ word-break: break-all;
|
|
|
+ white-space: normal !important;
|
|
|
+}
|
|
|
+
|
|
|
+#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: 40px;
|
|
|
+ display:block;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination a {
|
|
|
+ float: left;
|
|
|
+ padding: 10px 9px;
|
|
|
+ border: 1px solid #EBEBEB;
|
|
|
+ margin-left: 0;
|
|
|
+ text-decoration: none;
|
|
|
+/* border-bottom-left-radius: 4px;*/
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+/*#searchInner .pagination a:hover {
|
|
|
+ color: #2cb7ca;
|
|
|
+}*/
|
|
|
+
|
|
|
+#searchInner .pagination a i {
|
|
|
+ margin: 0 4px;
|
|
|
+}
|
|
|
+
|
|
|
+#searchInner .pagination span {
|
|
|
+ float: left;
|
|
|
+ width: 36px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
+ text-align: center;
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #2cb7ca;
|
|
|
+ margin: 0 10px;
|
|
|
+ border-radius:4px;
|
|
|
+}
|
|
|
+#intercept{
|
|
|
+ margin-top: 25px;
|
|
|
+ font-size: 14px;
|
|
|
+ margin-bottom: -10px;
|
|
|
+}
|
|
|
+#intercept>font{
|
|
|
+ margin-right: -5px;
|
|
|
+}
|
|
|
+#intercept>img{
|
|
|
+ vertical-align: middle;
|
|
|
+ width: 15px;
|
|
|
+ margin-right: 5px;
|
|
|
+ position: relative;
|
|
|
+ top: -2px;
|
|
|
+}
|
|
|
+.lucene-table.tabfixed>table:first-child{
|
|
|
+ position: fixed;
|
|
|
+ top: 0px;
|
|
|
+}
|
|
|
+.lucene-table.tabfixed{
|
|
|
+ padding-top: 67px !important;
|
|
|
+}
|
|
|
+.lucene-table.tabfixed.lucene-table{
|
|
|
+ padding-top: 41px !important;
|
|
|
+}
|
|
|
+.lucene-table.tabfixed.entlist{
|
|
|
+ padding-top: 43px !important;
|
|
|
+}
|
|
|
+.lucene-table.tababsolute>table:first-child{
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+.lucene-table>table:first-child{
|
|
|
+ webkit-transform: translateZ(0);
|
|
|
+ -moz-transform: translateZ(0);
|
|
|
+ -ms-transform: translateZ(0);
|
|
|
+ -o-transform: translateZ(0);
|
|
|
+ transform: translateZ(0);
|
|
|
+}
|
|
|
+/* 一键订阅关键词弹框*/
|
|
|
+.sub-key-dialog.el-dialog{
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-dialog__header{
|
|
|
+ padding: 32px 0 0;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-dialog__title{
|
|
|
+ color: #1D1D1D;
|
|
|
+ font-size:18px;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-dialog__body {
|
|
|
+ padding: 20px 32px 0!important;
|
|
|
+}
|
|
|
+.sub-key-dialog .sub-tips{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #686868;
|
|
|
+ line-height: 22px;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-select-dropdown__item{
|
|
|
+ float: left!important;
|
|
|
+}
|
|
|
+.sub-key-dialog .sub-region{
|
|
|
+ margin-top: 12px;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-checkbox__inner{
|
|
|
+ width: 18px!important;
|
|
|
+ height: 18px!important;
|
|
|
+ margin-right: 6px;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-checkbox__inner::after{
|
|
|
+ height: 10px;
|
|
|
+ left: 6px;
|
|
|
+}
|
|
|
+.sub-key-dialog .sub-footer-btn{
|
|
|
+ border-radius: 6px;
|
|
|
+ width: 132px;
|
|
|
+ height: 36px;
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+.sub-key-dialog .sub-btn-confirm,
|
|
|
+.sub-key-dialog .sub-btn-confirm:hover,
|
|
|
+.sub-key-dialog .sub-btn-confirm:active,
|
|
|
+.sub-key-dialog .sub-btn-confirm:focus{
|
|
|
+ background: #2cb7ca;
|
|
|
+ border: 0;
|
|
|
+ color: #fff;
|
|
|
+ margin-right: 50px;
|
|
|
+}
|
|
|
+.sub-key-dialog .sub-btn-confirm:disabled{
|
|
|
+ background: #87DFEA;
|
|
|
+ border: 0;
|
|
|
+}
|
|
|
+.sub-key-dialog .sub-btn-cancel{
|
|
|
+ border: 1px solid #E0E0E0;
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+.sub-key-dialog .el-dialog__footer{
|
|
|
+ padding: 13px 0 32px;
|
|
|
+}
|
|
|
+/* 订阅关键词成功弹框 */
|
|
|
+.sub-success-dialog.el-dialog{
|
|
|
+ border-radius: 8px;
|
|
|
+}
|
|
|
+.sub-success-dialog .ss-header{
|
|
|
+ width: 335px;
|
|
|
+ margin-top: -60px;
|
|
|
+}
|
|
|
+.sub-success-dialog.el-dialog .el-dialog__header{
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+.sub-success-dialog.el-dialog .el-dialog__body{
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+.sub-success-dialog.el-dialog .el-dialog__headerbtn .el-dialog__close{
|
|
|
+ /* top: 10px; */
|
|
|
+ font-size: 20px;
|
|
|
+ color: #2cb7ca;
|
|
|
+}
|
|
|
+.sub-success-dialog #subkeyImg {
|
|
|
+ display: block;
|
|
|
+ width: 156px;
|
|
|
+ height: 156px;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+.sub-success-dialog .ss-code{
|
|
|
+ padding: 26px 0 20px;
|
|
|
+}
|
|
|
+.sub-success-dialog .ss-help{
|
|
|
+ padding-bottom: 32px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #1D1D1D;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 24px;
|
|
|
+}
|
|
|
+.sub-region-select {
|
|
|
+ max-width: 260px!important;
|
|
|
+}
|
|
|
+.sub-region-select .el-select-dropdown__item{
|
|
|
+ float: left!important;
|
|
|
+ width: 85px;
|
|
|
+}
|
|
|
+
|
|
|
+/* 附件标识样式 */
|
|
|
+.haveFile{
|
|
|
+ padding: 0px 8px;
|
|
|
+ margin: 4px 0 0 15px;
|
|
|
+ width: 52px;
|
|
|
+ height: 20px;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #2CB7CA;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #2CB7CA;
|
|
|
+ line-height: 18px;
|
|
|
+}
|