Commit 1ed7d44a by 刘泽奇

123

parent 2dc42964
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -255,7 +255,11 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -255,7 +255,11 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
var title = document.getElementById('idtitle'); var title = document.getElementById('idtitle');
switch (this.channelName) { switch (this.channelName) {
case 'jd': case 'jd':
title.innerText = "京东云商标注册服务"; if (location.hostname == "gs.plus.jdcloud.com") {
title.innerText = "京东云工商注册服务";
} else if (location.hostname == "tm.plus.jdcloud.com") {
title.innerText = "京东云商标注册服务";
}
break; break;
case 'bw': case 'bw':
title.innerText = "小望商标注册服务"; title.innerText = "小望商标注册服务";
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
style="width: 100%;height: 100px;line-height: 100px;text-align: center;border: 1px solid #EBEEF5;color: #909399"> style="width: 100%;height: 100px;line-height: 100px;text-align: center;border: 1px solid #EBEEF5;color: #909399">
暂无材料 暂无材料
</div> </div>
<!-- <div class="company-title"> <!-- <div class="company-title">d
官方回执 官方回执
</div> </div>
<div class="companydetail-reply"> <div class="companydetail-reply">
......
...@@ -25,6 +25,14 @@ ...@@ -25,6 +25,14 @@
font-weight: 100; font-weight: 100;
} }
.icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner:hover {
color: #0989c5;
}
.icorder-breadcrumb .el-breadcrumb__item .is-link:hover {
color: #0989c5;
}
.icorder-header { .icorder-header {
width: 100%; width: 100%;
height: 240px; height: 240px;
...@@ -250,6 +258,7 @@ ...@@ -250,6 +258,7 @@
margin: 0 auto; margin: 0 auto;
} }
.icorder-main-con-left>.text2 { .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
} .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
\ No newline at end of file .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {}
\ No newline at end of file
...@@ -103,21 +103,19 @@ ...@@ -103,21 +103,19 @@
.jdindentlist-inquire { .jdindentlist-inquire {
width: 100%; width: 100%;
height: 150px; height: 150px;
display: flex;
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
box-sizing: border-box; box-sizing: border-box;
padding-top: 30px; padding-top: 30px;
padding-left: 40px; padding-left: 40px;
} }
.jdindentlist-inquire>div:nth-child(2) { .jdindentlist-inquire-btnbox {
flex: 1;
padding-top: 66px; padding-top: 66px;
min-width: 3%;
} }
.jdindentlist-inquire>div:nth-child(2)>button { .jdindentlist button {
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
color: #333333; color: #333333;
border: 1px solid #3071fe; border: 1px solid #3071fe;
...@@ -128,7 +126,7 @@ ...@@ -128,7 +126,7 @@
font-size: 12px; font-size: 12px;
} }
.jdindentlist-inquire>div:nth-child(2)>button:nth-child(2) { .jdindentlist button:nth-child(2) {
background: #3171ff !important; background: #3171ff !important;
color: #fff !important; color: #fff !important;
border: 1px solid #dee0eb !important; border: 1px solid #dee0eb !important;
...@@ -138,27 +136,18 @@ ...@@ -138,27 +136,18 @@
padding: 0; padding: 0;
font-size: 12px; font-size: 12px;
} }
.jdindentlist-inquire-form>div>div{
.jdindentlist-inquire-form { margin-right: 20px;
display: flex;
flex-wrap: wrap;
width: 85%;
min-width: 1000px;
}
.jdindentlist-inquire-form-industry {
flex-wrap: nowrap;
} }
.jdindentlist-inquire-form>div>div>div {
.jdindentlist-inquire-form>div {
display: flex; display: flex;
margin-right: 2.78%; margin-right: 2.78%;
line-height: 36px; line-height: 36px;
height: 36px; height: 36px;
margin-bottom: 20px;
} }
.jdindentlist-inquire-form>div>span { .jdindentlist-inquire-form>div>div>div>span {
display: block; display: block;
min-width: 70px; min-width: 70px;
height: 12px; height: 12px;
...@@ -174,7 +163,8 @@ ...@@ -174,7 +163,8 @@
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
border-radius: 0px; border-radius: 0px;
border: 1px solid rgba(225, 225, 225, 1); border: 1px solid rgba(225, 225, 225, 1);
} }
.jdindentlist-icbc-warpper .jdindentlist-inquire { .jdindentlist-icbc-warpper .jdindentlist-inquire {
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
goIndentList(){ goIndentList(){
switch (this.$root.channelName) { switch (this.$root.channelName) {
case "jd": case "jd":
location.href = "https://oauth2.jdcloud.com/authorize?response_type=token&redirect_uri=https://tm.plus.jdcloud.com/jdtm/getUser&state=jdindentlist&client_id=9491577327154697"; location.href = "https://oauth2.jdcloud.com/authorize?response_type=token&redirect_uri=https://gs.plus.jdcloud.com/jdtm/getUser&state=jdindentlist&client_id=9491577327154697";
break; break;
case "bw": case "bw":
console.log($.cookie("channelUserId"), `llllllllllllllllllllllll`); console.log($.cookie("channelUserId"), `llllllllllllllllllllllll`);
......
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