Commit b7cf8542 by 任建

rj

parent ab13d65e
......@@ -11,7 +11,13 @@
.brandfind:hover .el-input--suffix:hover .el-input__inner:hover{
border: 1px solid #118EE9;
}
.el-button--primary:focus, .el-button--primary:hover {
background: #0F84DB !important;
color: #FFF;
}
.is-active:hover{
background: #0F84DB !important;
}
.brandfind-title {
font-family: MicrosoftYaHei;
font-size: 16px;
......@@ -124,6 +130,8 @@
.brandfind-main .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
background: #118EE9;
color: #ffffff;
border-right-color: #118EE9 ;
border-left-color: #118EE9;
}
.brandfind-main .el-tabs__nav-scroll {
......@@ -584,9 +592,9 @@
}
.brandfind .el-input--suffix .el-input__inner {
background:rgba(250,250,250,1);
background:#fff;
border-radius:2px;
border:1px solid rgba(238,238,238,1);
border:1px solid #CFDAE5;
}
......@@ -626,7 +634,7 @@
}
.brandfind-list-page .el-pagination {
margin-top: 100px;
margin-top: 145px;
float: right;
}
.loading-brandfind{
......
......@@ -27,7 +27,7 @@
<i @click="imageTextDelete" class="el-icon-circle-close"></i>
</div>
<div>
<el-button style="background:rgba(17,142,233,1);" type="primary" @click="tmSearchButtonClick">智能查询</el-button>
<el-button style="background:#118EE9;border:none;" type="primary" @click="tmSearchButtonClick">智能查询</el-button>
</div>
</div>
<!-- 搜索框结束 -->
......
......@@ -98,7 +98,8 @@
}
.ncldetail-main-content-particular>div>div {
float: left;
width: 33px;
max-width: 33px;
width: 2.9%;
height: 33px;
line-height: 32px;
color: rgba(16, 16, 16, 1);
......@@ -106,7 +107,7 @@
text-align: center;
font-family: Roboto;
border: 1px solid rgba(187, 187, 187, 1);
margin: 10px 7px;
margin: 10px .6%;
cursor: pointer;
border-radius:2px;
}
......
......@@ -12,7 +12,7 @@
<div class="name">{{item.code}}类</div>
<div class="text">{{item.name}}</div>
<div class="maskLayer" v-if="nclKey == key">
<div class="name">第{{item.code}}类 {{item.name}}</div>
<div class="name" style="overflow: hidden;textOverflow: ellipsis;whiteSpace: nowrap;">第{{item.code}}类 {{item.name}}</div>
<div class="text">{{item.description}}</div>
</div>
</div>
......
<div class="policylist-warpper">
<div class="policylist" v-if="detailPageType">
<div class="policylist-header">
<div class="policylist-header" style="border:none;">
<div class="header-left" @click="LookHome">区域政策<span v-if="!listPageType" > > <span style="color: #484848">全部企业</span></span></div>
<div class="header-right">
<el-select v-model="policyValue" placeholder="全部企业" size="mini">
......@@ -82,7 +82,7 @@
</div>
<div class="policylist" v-if="!detailPageType">
<div class="policylist-header">
<div class="policylist-header" style="border:none;">
<div class="header-left" @click="next">区域政策 > 全部企业 > <span style="color: #484848">政策详情</span></div>
</div>
<div style="width: 100%;height: 25px;"></div>
......
......@@ -1450,7 +1450,7 @@
var data = d.data.data;
this.portrayalArr = d.data.company_keys;
this.recommendationsArr = data
})
});
},
/*before(i) {
this.rKey = i-1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment