|
@@ -445,6 +445,100 @@
|
|
|
.p13 .home .home_tab {
|
|
|
padding: 0;
|
|
|
}
|
|
|
+ #selLable .show-list i,
|
|
|
+ #selLable .export i,
|
|
|
+ #selLable .search-title i{
|
|
|
+ transform: unset;
|
|
|
+ width: 0.32rem;
|
|
|
+ height: 0.32rem;
|
|
|
+ margin-left: 0.04rem;
|
|
|
+ transition: all 0.2s;
|
|
|
+ }
|
|
|
+ #selLable .show-list i:before,
|
|
|
+ #selLable .export i:before,
|
|
|
+ #selLable .search-title i:before{
|
|
|
+ content: unset;
|
|
|
+ }
|
|
|
+ #selLable .options {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ #selLable .search-title.selected,
|
|
|
+ #selLable .show-list.selected {
|
|
|
+ color: #2ABED1;
|
|
|
+ }
|
|
|
+
|
|
|
+ #selLable .search-title,
|
|
|
+ #selLable .show-list {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 0.28rem;
|
|
|
+ line-height: 0.4rem;
|
|
|
+ color: #5F5E64;
|
|
|
+ padding: 0.24rem 0.32rem;
|
|
|
+ margin-left: 0;
|
|
|
+ transition: all 0.2s;
|
|
|
+ }
|
|
|
+ #selLable .selected-export-box {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ #selLable .export {
|
|
|
+ right: 0;
|
|
|
+ }
|
|
|
+ #selLable .export i {
|
|
|
+ margin-right: 0.08rem;
|
|
|
+ }
|
|
|
+ #selLable .export > span {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 0.28rem;
|
|
|
+ line-height: 0.4rem;
|
|
|
+ color: #2ABED1;
|
|
|
+ padding: 0.24rem 0.32rem;
|
|
|
+ margin-left: 0;
|
|
|
+ }
|
|
|
+ #selLable .export:before {
|
|
|
+ content: unset;
|
|
|
+ }
|
|
|
+ #selLable {
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+ #selLable .newdialog {
|
|
|
+ border-top: 0.02rem solid #ebedf0;
|
|
|
+ }
|
|
|
+ #selLable .newdialog .tab-box .sub-tab li.active {
|
|
|
+ color: #2ABED1;
|
|
|
+ }
|
|
|
+ #selLable .newdialog .tab-box .sub-tab li {
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 0.28rem;
|
|
|
+ line-height: 0.4rem;
|
|
|
+ color: #5F5E64;
|
|
|
+ padding-left: 0;
|
|
|
+ padding-right: 0.32rem;
|
|
|
+ }
|
|
|
+ #selLable .newdialog .tab-box .icon-tick {
|
|
|
+ width: 0.48rem;
|
|
|
+ height: 0.48rem;
|
|
|
+ }
|
|
|
+ #selLable .newdialog .tab-box {
|
|
|
+ padding: 0;
|
|
|
+ padding-left: 0.32rem;
|
|
|
+ }
|
|
|
+ #selLable .newdialog .tab-box .sub-tab li:nth-of-type(2) {
|
|
|
+ border-top: 0.02rem solid #ebedf0;
|
|
|
+ }
|
|
|
+ #wrapper {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<!--S-Loading-->
|
|
@@ -639,7 +733,7 @@
|
|
|
<h3>您暂无使用权限</h3>
|
|
|
<p>开通超级订阅,全国企业随手查,<br>搜索信息更高效!</p>
|
|
|
</div>
|
|
|
- <div class="condition-select-group" :class="{more: isMoreSelect}" v-show="conditionMap[activeTabIndex]">
|
|
|
+ <div class="condition-select-group" :class="{more: isMoreSelect}" v-show="!isWaitBuy && conditionMap[activeTabIndex]">
|
|
|
<div class="condition-select-item" @click="onSelectItem(item, activeTabIndex)" v-for="(item,i) in conditionMap[activeTabIndex]" :class="{checked: item.checked}">
|
|
|
<div>@@item.title@@</div>
|
|
|
<i v-if="!isMoreSelect" class="j-icon base-icon icon-tick"></i>
|
|
@@ -686,17 +780,17 @@
|
|
|
<div class="options">
|
|
|
<span class="search-title active" index="1">
|
|
|
<em>标题搜索</em>
|
|
|
- <i class="jyapp-icon jyapp-icon-zhankai"></i>
|
|
|
+ <i class="j-icon base-icon icon-triangle-down"></i>
|
|
|
</span>
|
|
|
<span class="show-list active" index="2">
|
|
|
<em>列表显示</em>
|
|
|
<!-- jyapp-icon-shouqi -->
|
|
|
- <i class="jyapp-icon jyapp-icon-zhankai"></i>
|
|
|
+ <i class="j-icon base-icon icon-triangle-down"></i>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="export">
|
|
|
- <span style="padding: 3px 8px 3px;border-radius: 10px;background: rgba(44,183,202, 0.1);">
|
|
|
- <i class="jyapp-icon jyapp-icon-shujudaochu"></i>
|
|
|
+ <span>
|
|
|
+ <i class="j-icon base-icon icon-download"></i>
|
|
|
<em id="mainSearch-selLable-dataExport">数据导出</em>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -706,21 +800,21 @@
|
|
|
<ul class="sub-tab sub-search-title" index="1" style="display: none">
|
|
|
<li class="active" dataVal="searchtitle">
|
|
|
<span>标题搜索</span>
|
|
|
- <i class="jyapp-icon jyapp-icon-xuanzhong"></i>
|
|
|
+ <i class="j-icon base-icon icon-tick"></i>
|
|
|
</li>
|
|
|
<li dataVal="searchall">
|
|
|
<span>全文搜索</span>
|
|
|
- <i class="jyapp-icon jyapp-icon-xuanzhong"></i>
|
|
|
+ <i class="j-icon base-icon icon-tick"></i>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<ul class="sub-tab sub-show-list" index="2" style="display: none">
|
|
|
<li class="active" dataVal="showlist">
|
|
|
<span>列表显示</span>
|
|
|
- <i class="jyapp-icon jyapp-icon-xuanzhong"></i>
|
|
|
+ <i class="j-icon base-icon icon-tick"></i>
|
|
|
</li>
|
|
|
<li dataVal="showtable">
|
|
|
<span>表格显示</span>
|
|
|
- <i class="jyapp-icon jyapp-icon-xuanzhong"></i>
|
|
|
+ <i class="j-icon base-icon icon-tick"></i>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|