Commit 1f96f992 by 任建

yangshi

parent 34e38177
......@@ -391,7 +391,7 @@
box-sizing: border-box;
width: 200px;
height: 120px;
border: 5px solid #f7f7f8;
border: 1px solid #f7f7f8;
float: left;
}
......@@ -432,7 +432,6 @@
border-radius: 2px;
box-sizing: border-box;
padding: 4px 13px;
width: 126px;
height: 24px;
margin-right: 10px;
text-align: center;
......@@ -459,6 +458,7 @@
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
border-radius: 1px;
}
......@@ -574,7 +574,9 @@
}
.brandfind .el-input--suffix .el-input__inner {
background: #fafafa;
background:rgba(250,250,250,1);
border-radius:2px;
border:1px solid rgba(238,238,238,1);
}
......@@ -629,4 +631,11 @@
}
.el-message{
background: #fff !important;
}
\ No newline at end of file
}
.el-table__row>td:nth-child(2)>div{
padding-left: 20px !important;
}
.is-active:hover{
color: #fff !important;
}
\ No newline at end of file
......@@ -29,7 +29,7 @@
<i @click="imageTextDelete" class="el-icon-circle-close"></i>
</div>
<div>
<el-button type="primary" @click="tmSearchButtonClick">智能查询</el-button>
<el-button style="background:rgba(17,142,233,1);" type="primary" @click="tmSearchButtonClick">智能查询</el-button>
</div>
</div>
<!-- 搜索框结束 -->
......@@ -56,7 +56,7 @@
</div>
<div v-if="ncl_list.length" class="brandfind-main-filter-more">
<!-- i标签绑定class -->
<button @click="addheight">{{collapse.text}}<i
<button style="outline:none;outlineColor: rgba(255,255,255,0);" @click="addheight">{{collapse.text}}<i
:class="collapse.icon"></i></button>
</div>
......@@ -111,7 +111,7 @@
</div>
<div v-if="ncl_list.length" class="brandfind-main-filter-more">
<!-- i标签绑定class -->
<button @click="addheight1">{{collapse1.text}}<i
<button style="outline:none;outlineColor: rgba(255,255,255,0);" @click="addheight1">{{collapse1.text}}<i
:class="collapse1.icon"></i>
</button>
......
......@@ -71,14 +71,14 @@
height: auto;
overflow: hidden;
margin-top: 15px;
border-left: 1px solid #eee;
border-left: 1px solid rgba(247,247,248,1);
}
/* 隐藏 */
.ncldetail-main-content-particular {
width: 100%;
max-height: 120px;
padding: 0px 30px;
padding: 0px 30px 0 0;
box-sizing: border-box;
overflow: hidden;
margin-bottom: 20px;
......@@ -218,7 +218,7 @@
width: 100%;
height: auto;
overflow: hidden;
padding: 15px 0px;
padding: 15px 0px 0 0;
padding-right: 30px;
box-sizing: border-box;
}
......@@ -226,17 +226,17 @@
.ncldetail-main-item2 {
width: 100%;
height: 120px;
border: 1px solid #F7F7F8;
border: 1px solid rgba(230,232,233,1);
border-bottom: none;
}
.ncldetail-main-item2:last-child {
border-bottom: 1px solid #F7F7F8;
border-bottom: 1px solid rgba(230,232,233,1);
}
.item2-left {
float: left;
border-right: 1px solid #f7f7f8;
border-right: 1px solid rgba(230,232,233,1);
width: 180px;
height: 100%;
}
......@@ -327,7 +327,8 @@
.RecommendedDetails {
width: 100%;
min-height: 400px;
border: 1px solid #E6E8E9;
border: 1px solid rgba(230,232,233,1);
border-top: none;
}
.RecommendedDetails>.Rtop {
......@@ -335,7 +336,7 @@
height: 177px;
padding: 30px;
box-sizing: border-box;
border-bottom: 1px solid #E6E8E9;
border-bottom: 1px solid rgba(230,232,233,1);
position: relative;
}
......@@ -391,18 +392,17 @@
.RecommendedDetails>.Rbottom>.Rleft {
float: left;
width: 44%;
width: 46%;
padding: 30px;
border-right: 1px solid #E6E8E9;
box-sizing: border-box;
border-right: 1px solid rgba(230,232,233,1);
}
.RecommendedDetails>.Rbottom>.Rright {
float: right;
width: 54%;
padding: 30px;
box-sizing: border-box;
border-left: 1px solid rgba(230,232,233,1);
}
.RecommendedDetails>.Rbottom>.Rleft>div {
......
......@@ -5,6 +5,7 @@
/* border: 1px solid #118EE9; */
/* padding: 30px; */
background: #ffffff;
padding: 0 10px;
}
.noticetm-main-name {
......@@ -34,8 +35,8 @@
.noticetm-main-title>.title-item1 {
float: left;
width: 120px;
height: 33px;
line-height: 33px;
height: 30px;
line-height: 30px;
font-family: PingFangSC-Medium;
font-size: 14px;
color: #FFFFFF;
......@@ -48,8 +49,8 @@
.noticetm-main-title>.title-item2 {
float: left;
width: 120px;
height: 33px;
line-height: 33px;
height: 30px;
line-height: 30px;
font-family: PingFangSC-Medium;
font-size: 14px;
color: #118EE9;
......@@ -96,6 +97,7 @@
.noticetm .el-table td, .el-table th.is-leaf{
text-align: center;
}
.brandfind-main-filter-item .el-radio-button__inner,
.brandfind-main-filter-item .el-radio-group {
vertical-align: top;
......@@ -104,9 +106,11 @@
.brandfind-main-filter-item .el-radio-button--mini .el-radio-button__inner {
border: none;
margin-bottom: 10px;
width: 120px;
margin-right: 20px;
box-sizing: border-box;
margin-right: 14px;
color:rgba(151,166,173,1);
text-align: left;
padding: 7px 13px;
}
.brandfind-main-filter-item .el-radio-button__orig-radio:checked+.el-radio-button__inner{
background: #118EE9;
......@@ -115,34 +119,18 @@
border-left: none;
border-radius: 0;
width: -webkit-fill-available;
margin-left: 39px;
margin-right: 47px;
margin-right: 16px;
}
.brandfind-main-filter-item .el-radio-button:last-child .el-radio-button__inner {
border-radius: 0;
}
.noticetm-input {
color: #797979;
letter-spacing: 0;
text-align: center;
height: 28px;
min-width: 1126px;
font-size: 14px;
}
.noticetm-input>button {
......@@ -161,16 +149,16 @@
background: #FFFFFF;
border: 1px solid #D1D1D1;
border-radius: 2px;
color: black;
color: rgba(72,72,72,1);
transform: translateY(40px);
padding: 5px 3px;
padding: 7px 3px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
.details-entry2 {
padding: 5px 3px;
padding: 7px 3px;
background: #FFFFFF;
border-radius: 2px;
transform: translateY(60px);
......@@ -180,11 +168,6 @@
cursor: pointer;
}
.noticetm .el-pagination button,
.noticetm .el-pagination span:not([class*=suffix]) {
min-width: 69px;
......@@ -206,4 +189,15 @@
.noticetm .el-pagination.is-background .el-pager li:not(.disabled).active {
background: #1C2B36;
}
.detail-loading{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99000;
}
.el-table td, .el-table th.is-leaf{
border-bottom:1px solid rgba(247,247,248,1) !important;
}
\ No newline at end of file
<div class="noticetm">
<div class="detail-loading" v-if="loading" v-loading="true"></div>
<div class="noticetm-main-name">商标公告</div>
<div class="noticetm-main-title">
<div :class="brandKey == 1 ? \'title-item1\' : \'title-item2\'" @click="brandKey = 1">最新12期公告</div>
<div :class="brandKey == 2 ? \'title-item1\' : \'title-item2\'" @click="brandKey = 2">公告商标查询</div>
</div>
<div class="noticetm-notice" v-if="brandKey==1">
<el-table :data="issue_data" header-row-class-name="noticetm-notice-title">
<el-table-column label="公告期" width="177">
<el-table :data="issue_data" header-row-class-name="noticetm-notice-title" >
<el-table-column label="公告期" width="180">
<template slot-scope="scope">
<span style=""><span style="color:#F68367">{{ scope.row.notice_issue }}</span>
</span>
</template>
</el-table-column>
<el-table-column label="初审公告日期" width="177">
<el-table-column label="初审公告日期">
<template slot-scope="scope">
<span style="">{{ scope.row.date }}</span>
<!-- <p>姓名: {{ scope.row.name }}</p>
<p>住址: {{ scope.row.address }}</p> -->
</template>
</el-table-column>
<el-table-column label="申请异议截止日期" width="177">
<el-table-column label="申请异议截止日期">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.enddate }}</span>
<!-- <p>姓名: {{ scope.row.name }}</p>
<p>住址: {{ scope.row.address }}</p> -->
</template>
</el-table-column>
<el-table-column label="申请异议剩余时间" width="177">
<el-table-column label="申请异议剩余时间">
<template slot-scope="scope">
<span style="margin-left: 10px">{{ scope.row.lastday }}</span>
<!-- <p>姓名: {{ scope.row.name }}</p>
<p>住址: {{ scope.row.address }}</p> -->
</template>
</el-table-column>
<!-- <el-table-column label="初审商标数" width="177">
<!-- <el-table-column label="初审商标数">
<template slot-scope="scope">
</template>
</el-table-column> -->
<el-table-column label="操作">
<el-table-column label="操作" width="180">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="toNoticeDetail(scope.row)">详情
</el-button>
......@@ -75,7 +76,7 @@
</div>
<div class="brandfind-main-filter-more">
<!-- i标签绑定class -->
<button @click="addheight">{{collapse.text}}<i :class="collapse.icon"></i></button>
<button style="outline:none;outlineColor: rgba(255,255,255,0);" @click="addheight">{{collapse.text}}<i :class="collapse.icon"></i></button>
</div>
</div>
......@@ -106,7 +107,7 @@
</div>
<div class="brandfind-main-filter-more">
<!-- i标签绑定class -->
<button @click="addheight1">{{collapse1.text}}<i :class="collapse1.icon"></i></button>
<button style="outline:none;outlineColor: rgba(255,255,255,0);" @click="addheight1">{{collapse1.text}}<i :class="collapse1.icon"></i></button>
</div>
</div>
......
......@@ -51,7 +51,8 @@
pageSize: 10,
currentPage: 1,
total: 0,
typeList: ''
typeList: '',
loading: false
}
},
......@@ -87,15 +88,15 @@
noticetype: "TMZCSQ"
};
var that = this;
this.$root.loading = true;
this.loading = true;
this.$root.postReq("/web/tmquery/tmqueryCtl/noticequeryTMZCSQ", obj).then(function (d) {
that.$root.loading = false;
that.loading = false;
that.issue_list = d.data.selectdata;
that.issue_data = d.data.rows;
that.maxdata = d.data.selectdata[0].value;
console.log(d, "//////////////////////////");
}).catch(function (e) {
this.$root.loading = false;
this.loading = false;
that.$message.warning(`操作失败,请刷新页面后重新操作`);
});
},
......@@ -137,9 +138,9 @@
};
console.log(obj);
var that = this;
this.$root.loading = true;
this.loading = true;
this.$root.postReq("/web/tmquery/tmqueryCtl/noticequery", obj).then(d => {
that.$root.loading = false;
that.loading = false;
if (d.status == 0 && d.data) {
var rows = d.data.rows;
for (var i = 0; i < rows.length; i++) {
......@@ -157,7 +158,7 @@
}
}).catch(function (e) {
console.log(e,"lslslslls");
that.$root.loading = false;
that.loading = false;
that.$message.warning(`操作失败,请刷新页面后重新操作`);
});
},
......
......@@ -17,7 +17,7 @@
</div>
<ul>
<li>{{companyInfo.name}}</li>
<li><span>网址:</span><span>暂无数据</span></li>
<li><span>网址:</span><span>-</span></li>
<li><span>电话:</span><span v-if="companyInfo.tel_info">{{companyInfo.tel_info}}</span><span v-else>-</span></li>
<li><span>地址:</span><span v-if="companyInfo.businessAddress">{{companyInfo.businessAddress}}</span><span v-else>-</span></li>
</ul>
......@@ -67,7 +67,7 @@
<el-col v-if="companyInfo.registeredCapital" :span="8"> {{companyInfo.registeredCapital}}</el-col>
<el-col v-else :span="8"> -</el-col>
<el-col :span="4"> 发照日期</el-col>
<el-col v-if="companyInfo.dateIssue" :span="8"> {{companyInfo.busindateIssueessTerm}}</el-col>
<el-col v-if="companyInfo.dateIssue" :span="8"> {{companyInfo.dateIssue}}</el-col>
<el-col v-else :span="8"> -</el-col>
</el-row>
......
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