Commit 7a2327c6 by 刘泽奇

123

parent 8a20830b
This source diff could not be displayed because it is too large. You can view the blob instead.

625 Bytes | W: | H:

552 Bytes | W: | H:

igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
igirl-channel-jdweb/app/front/entry/public/imgs/home/con1name.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -6,19 +6,54 @@
.icorder input {
border: none;
}
.icorder-breadcrumb{
width: 1200px;
margin: 20px auto 7px;
}
.icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner{
color: #0989c5;
font-weight: 400;
}
.icorder-breadcrumb .el-breadcrumb__item .is-link{
color: #03004c;
font-weight: 100;
}
.icorder-header {
width: 100%;
height: 240px;
background: url('/imgs/home/orderimg.png') no-repeat;
/* background: url('/imgs/home/orderimg.png') no-repeat; */
background-size: 100% 100%;
padding-top: 33px;
box-sizing: border-box;
}
.inquire-input-buttom {
float: right;
width: 140px;
height: 56px;
line-height: 56px;
background: #0989c5;
font-family: PingFangSC-Regular;
font-size: 18px;
padding: 0;
color: #fff;
text-align: center;
cursor: pointer;
}
.inquire-input-value {
width: 820px;
height: 56px;
float: left;
background: #fff;
border: 1px solid #0989c5;
padding: 6px 0;
box-sizing: border-box;
}
.icorder-header-text {
font-size:40px;
font-size:20px;
font-family:CTCuHeiSJ;
font-weight:400;
color:rgba(255,106,0,1);
color:#0989c5;
text-align: center;
margin-bottom: 40px;
}
......@@ -52,7 +87,7 @@
float: left;
width: 327px;
height: 100%;
border-right: 1px solid #EFEFEF;
border-right: 1px solid #d6daeb;
}
.icorder-main-con-left > div {
width: 100%;
......@@ -98,12 +133,13 @@
}
.icorder-main-con-con-title > span{
font-size: 26px;
color: #FF6A00;
color: #0989c5;
}
.icorder-main-con-right {
float: right;
width: 248px;
width: 247px;
height: 100%;
border-left: 1px solid #d6daeb;
}
.icorder-main-con-right > .text {
width: 100%;
......@@ -115,19 +151,21 @@
font-weight:400;
color:rgba(102,102,102,1);
}
.con-right-button {
width:131px;
height:43px;
width:100px;
height:34px;
margin: 0 auto;
margin-top: 6px;
line-height: 43px;
line-height: 34px;
text-align: center;
background:rgba(255,106,0,1);
font-size:18px;
background-image: linear-gradient(to right, #0989c5 , #7F00FF);
font-size:14px;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(255,255,255,1);
cursor: pointer;
border-radius: 24px;
}
.icorder-main-con1 {
width: 1218px;
......@@ -149,7 +187,7 @@
box-sizing: border-box;
}
.icorder-main-con1 > .con1-title > span {
color: #FF6A00;
color: #0989c5;
}
.icorder-main-con1-anv {
width:100%;
......@@ -158,6 +196,7 @@
background:rgba(243,243,243,1);
font-size:16px;
font-family:MicrosoftYaHei;
border:1px solid #d6daeb;
font-weight:400;
color:rgba(51,51,51,1);
text-align: center;
......
<div class="icorder">
<div class="icorder-breadcrumb">
<el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="path">公司注册</el-breadcrumb-item>
<el-breadcrumb-item>公司域名查询</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="icorder-header">
<div class="icorder-header-text">快速查询公司能否注册</div>
<div class="summer-inquire-input">
<div class="inquire-input-value">
<el-select style="width:16%" v-model="value1" placeholder="请选择城市">
<el-option
v-for="item in options1"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
<el-option v-for="item in options1" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
<el-input style="width:50%" v-model="input" placeholder="请输入您的公司名称"></el-input>
<el-select style="width:16%" v-model="value2" placeholder="请选择行业">
<el-option
v-for="item in options2"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
<el-option v-for="item in options2" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
<el-select style="width:16%" v-model="value3" placeholder="请选择类型">
<el-option
v-for="item in options3"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
<el-option v-for="item in options3" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
</div>
<div class="inquire-input-buttom" @click="searchResult">获取核结果</div>
<div class="inquire-input-buttom" @click="searchResult">免费核名</div>
</div>
</div>
<div class="icorder-main">
......@@ -55,13 +48,18 @@
<div class="icorder-main-con1">
<div class="con1-title">发现相同或相似名称企业 共有 <span>0</span> 个结果</div>
<div class="icorder-main-con1-anv">
<div style="width:399px;float:left;">企业名</div><div style="width:240px;float:right;">相似度</div>
<div style="width:399px;float:left;">企业名</div>
<div style="width:240px;float:right;">相似度</div>
</div>
<div style="width:100%;display:flex;padding: 14px 0px;" v-for="item in company.similarCityList" v-if="company.similarCityList && company.similarCityList.length != 0">
<div class="icorder-main-con1-textname" style="flex:1;font-size: 12px;text-align: center;color: #262626" v-html="item.name"></div>
<div class="main-con1-name" style="flex:1;font-size: 12px;text-align: center;color: #f15533;">{{item.levels}}</div>
<div style="width:100%;display:flex;padding: 14px 0px;" v-for="item in company.similarCityList"
v-if="company.similarCityList && company.similarCityList.length != 0">
<div class="icorder-main-con1-textname" style="flex:1;font-size: 12px;text-align: center;color: #262626"
v-html="item.name"></div>
<div class="main-con1-name" style="flex:1;font-size: 12px;text-align: center;color: #f15533;">{{item.levels}}
</div>
</div>
<div class="icorder-main-con1-name" v-if="company.similarCityList && company.similarCityList.length == 0"> <img src="/imgs/home/con1name.png" alt=""> 没有相同或相似名称企业</div>
<div class="icorder-main-con1-name" v-if="company.similarCityList && company.similarCityList.length == 0"> <img
src="/imgs/home/con1name.png" alt=""> 没有相同或相似名称企业</div>
</div>
</div>
</div>
\ No newline at end of file
......@@ -3,6 +3,9 @@
data: function() {
return {
name: '',
path:{
path:"/jd/jdicbc"
},
company: {},
input: '',
value1: '',
......@@ -73,7 +76,6 @@
}
},
mounted: function() {
$("#footer").show();
var params = this.$router.history.current.query.obj;
console.log(params, "xxxxxxxxxxxxxxxxxxxxxxxx");
......@@ -103,7 +105,7 @@
},
methods: {
searchResult() {
let obj = {
var obj = {
"cityname": this.value1,
"keyword": this.input,
"btname": this.value2,
......@@ -118,7 +120,8 @@
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
this.$root.postReq("/web/trademark/tmqueryCtl/icheming", obj).then(function (d) {
var obj = this.$root.copyParams(obj,"icheming","/action/tmQuery/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(function (d) {
this_.company = d.data;
loading.close();
})
......
......@@ -49,8 +49,7 @@
}
.jdindentdetail {
padding: 30px 30px 30px;
/* padding: 30px 30px 30px; */
background: #F9F9F9;
}
......@@ -58,7 +57,6 @@
height: 70px;
box-sizing: border-box;
padding: 1.42% 2.64% 2.7% 3.28%;
line-height: 70px;
}
.jdindentdetail-nav .el-breadcrumb {
......
......@@ -217,10 +217,13 @@
index: 0,
orderId: "",
stuff: {},
showUploadStuff: false,
showUploadStuff: 0,
currentOrderNo: "",
currentOrderType: "",
navActive:'first',
toViewImgKey:"",
toViewImgType: false,
toViewImgSrc: null,
}
},
created: function() {
......@@ -249,6 +252,25 @@
},
methods: {
toViewImg(src) {
this.toViewImgSrc = src;
this.toViewImgType = true
},
mouseOverDemo(v, k) {
if (v == 99) {
this.floatBoxDemo = true
} else {
if (k) {
this.toViewImgKey = k
} else {
this.toViewImgKey = v
}
}
},
mouseLeaveDemo(v) {
this.floatBoxDemo = false;
this.toViewImgKey = null
},
navClick(tab,e){
console.log(tab,e,this.navActive);
},
......
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