Browse Source

style:标讯搜索样式调整

yangfeng 2 years ago
parent
commit
f6727a92aa

+ 9 - 2
src/web/staticres/css/dev2/biddingSearch.css

@@ -147,7 +147,7 @@
   color: #ffffff;
   background-color: #2cb7ca;
   text-align: center;
-  font-size: 18px;
+  font-size: 16px;
   border: 2px solid #2cb7ca;
   border-left: none;
   cursor: pointer;
@@ -1392,9 +1392,10 @@ position: absolute;
 }
 .search-type .search-type-dialog{
   position: absolute;
-  bottom: -62px;
+  bottom: -70px;
   left: 50%;
   width: 104px;
+  padding: 4px 0;
   border: 1px solid #2CB7CA;
   border-radius: 4px;
   transform: translateX(-50%);
@@ -1435,6 +1436,9 @@ position: absolute;
   background: rgba(0, 0, 0, 0.75)!important;
   border-radius: 4px!important;
 }
+.el-tooltip__popper .popper__arrow{
+  opacity: 0.85!important;
+}
 .tooltip-help-btn{
   width: 15px;
   height: 15px;
@@ -1670,4 +1674,7 @@ position: absolute;
 .q-mark-buyer{
   width: 16px;
   height: 16px;
+}
+.change-search-input{
+  padding: 16px 24px 10px 32px;
 }

+ 1 - 1
src/web/staticres/css/dev2/superSearch-inside.css

@@ -282,7 +282,7 @@
   background-color: #2cb7ca;
   border-color: #2cb7ca;
   color: #fff;
-  padding: 7px 24px!important;
+  padding: 10px 24px!important;
   border-radius: 8px;
 }
 .publish-button .el-badge__content {

+ 1 - 1
src/web/staticres/css/pc/index.css

@@ -140,7 +140,7 @@
   object-fit: cover;
 }
 .jy-index-banner .custom-dot {
-  bottom: 48px;
+  bottom: 28px;
 }
 .jy-index-banner .custom-dot .swiper-pagination-bullet{
   width: 40px;

+ 3 - 3
src/web/templates/pc/supsearch.html

@@ -751,7 +751,7 @@ var IframeOnClick = {
         <span class="search-tab-item badge-recommend nologin-hide" :class="{'tab-active': searchTab === 2}" @click="onSearchTab(2)">超前项目</span>
       </div>
 			<!--搜索-->
-			<div class="searchInput clearfix">
+			<div class="searchInput clearfix" :class="{'change-search-input': showAddKeyword || keywordMult}">
         <div class="searchInput-left">
           <form action="/jylab/{{.T.module}}/index.html" method="post" id="zbSeatchT" class="clearfix" onsubmit="return beforeSubmit('F')">
             <input class="searchname" autocomplete="off" type="search" id="searchinput" value="{{.T.keywords}}" name="keywords" placeholder="请输入您想要查询的招标信息,多个关键词用空格隔开" />
@@ -1426,9 +1426,9 @@ var IframeOnClick = {
         >
         </el-pagination>
         <div class="nologin-hide">
-          <div class="over-run-tips" v-if="!vipState && listState.allCount >= 500">为您展示前500条,点击<span class="highlight-text" @click="onFreeTaste">免费体验查看更多信息</span></div>
+          <div class="over-run-tips" v-if="!vipState && listState.allCount >= 500">为您展示前500条,点击<span class="highlight-text" @click="onFreeTaste">查看更多信息</span></div>
         </div>
-        <div class="over-run-tips" v-if="vipState  && listState.allCount >= 500">为您展示前5000条,可细化筛选条件查看更多信息</div>
+        <div class="over-run-tips" v-if="vipState  && listState.allCount >= 5000">为您展示前5000条,可细化筛选条件查看更多信息</div>
       </div>
 		</div>