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 => {
var title = document.getElementById('idtitle');
switch (this.channelName) {
case 'jd':
if (location.hostname == "gs.plus.jdcloud.com") {
title.innerText = "京东云工商注册服务";
} else if (location.hostname == "tm.plus.jdcloud.com") {
title.innerText = "京东云商标注册服务";
}
break;
case 'bw':
title.innerText = "小望商标注册服务";
......
......@@ -171,7 +171,7 @@
style="width: 100%;height: 100px;line-height: 100px;text-align: center;border: 1px solid #EBEEF5;color: #909399">
暂无材料
</div>
<!-- <div class="company-title">
<!-- <div class="company-title">d
官方回执
</div>
<div class="companydetail-reply">
......
......@@ -25,6 +25,14 @@
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 {
width: 100%;
height: 240px;
......@@ -250,6 +258,7 @@
margin: 0 auto;
}
.icorder-main-con-left>.text2 {
}
\ No newline at end of file
.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,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {}
\ No newline at end of file
......@@ -103,21 +103,19 @@
.jdindentlist-inquire {
width: 100%;
height: 150px;
display: flex;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
padding-top: 30px;
padding-left: 40px;
}
.jdindentlist-inquire>div:nth-child(2) {
flex: 1;
.jdindentlist-inquire-btnbox {
padding-top: 66px;
min-width: 3%;
}
.jdindentlist-inquire>div:nth-child(2)>button {
.jdindentlist button {
background: rgba(255, 255, 255, 1);
color: #333333;
border: 1px solid #3071fe;
......@@ -128,7 +126,7 @@
font-size: 12px;
}
.jdindentlist-inquire>div:nth-child(2)>button:nth-child(2) {
.jdindentlist button:nth-child(2) {
background: #3171ff !important;
color: #fff !important;
border: 1px solid #dee0eb !important;
......@@ -138,27 +136,18 @@
padding: 0;
font-size: 12px;
}
.jdindentlist-inquire-form {
display: flex;
flex-wrap: wrap;
width: 85%;
min-width: 1000px;
}
.jdindentlist-inquire-form-industry {
flex-wrap: nowrap;
.jdindentlist-inquire-form>div>div{
margin-right: 20px;
}
.jdindentlist-inquire-form>div {
.jdindentlist-inquire-form>div>div>div {
display: flex;
margin-right: 2.78%;
line-height: 36px;
height: 36px;
margin-bottom: 20px;
}
.jdindentlist-inquire-form>div>span {
.jdindentlist-inquire-form>div>div>div>span {
display: block;
min-width: 70px;
height: 12px;
......@@ -177,6 +166,7 @@
}
.jdindentlist-icbc-warpper .jdindentlist-inquire {
height: 96px;
}
......
......@@ -257,7 +257,7 @@
goIndentList(){
switch (this.$root.channelName) {
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;
case "bw":
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