|
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
<img src="@/assets/images/dev/entry2.png" |
|
|
|
|
alt=""> |
|
|
|
|
</span> |
|
|
|
|
<p class="pro-text">提交云商店入驻申请</p> |
|
|
|
|
<p class="pro-text">提交职站商城入驻申请</p> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<span class="icon"> |
|
|
|
@ -40,7 +40,7 @@ |
|
|
|
|
<img src="@/assets/images/dev/entry4.png" |
|
|
|
|
alt=""> |
|
|
|
|
</span> |
|
|
|
|
<p class="pro-text">审核完成,加入云商店</p> |
|
|
|
|
<p class="pro-text">审核完成,加入职站商城</p> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<!-- <el-steps :active="4" |
|
|
|
@ -115,14 +115,15 @@ |
|
|
|
|
alt=""> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-dialog title="请扫码添加职站商城运营" |
|
|
|
|
<el-dialog title="" |
|
|
|
|
:visible.sync="qrcodeVisible" |
|
|
|
|
width="350px" |
|
|
|
|
width="400px" |
|
|
|
|
center |
|
|
|
|
:close-on-click-modal="false"> |
|
|
|
|
:top="qrcodeTop" |
|
|
|
|
custom-class="qrcode-dia"> |
|
|
|
|
<div> |
|
|
|
|
<img width="100%" |
|
|
|
|
src="@/assets/images/index/customer.png" |
|
|
|
|
src="@/assets/images/index/qywechat.png" |
|
|
|
|
alt=""> |
|
|
|
|
</div> |
|
|
|
|
</el-dialog> |
|
|
|
@ -135,9 +136,13 @@ export default { |
|
|
|
|
data () { |
|
|
|
|
return { |
|
|
|
|
qrcodeVisible: false, |
|
|
|
|
qrcodeTop: '100px' |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
mounted () { }, |
|
|
|
|
mounted () { |
|
|
|
|
const height = (window.innerHeight - 758) / 2 |
|
|
|
|
this.qrcodeTop = (height > 0 ? height : 0) + 'px' |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
openDev () { |
|
|
|
|
window.open('https://dev.huorantech.cn') |
|
|
|
@ -160,15 +165,16 @@ export default { |
|
|
|
|
position: absolute; |
|
|
|
|
bottom: 120px; |
|
|
|
|
left: 50%; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
transform: translateX(-50%); |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
h6 { |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
font-size: 42px; |
|
|
|
|
font-size: 2.2rem; |
|
|
|
|
} |
|
|
|
|
.text { |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-size: 1rem; |
|
|
|
|
line-height: 30px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -354,10 +360,22 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
/deep/.qrcode-dia { |
|
|
|
|
background-color: transparent; |
|
|
|
|
box-shadow: none; |
|
|
|
|
.el-dialog__header, |
|
|
|
|
.el-dialog__body { |
|
|
|
|
padding: 0; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.el-dialog__headerbtn .el-dialog__close { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media (max-width: 1200px) { |
|
|
|
|
.wrap { |
|
|
|
|
.banner { |
|
|
|
|
padding: 50px 0 0 50px; |
|
|
|
|
padding: 120px 0 0 50px; |
|
|
|
|
.dev { |
|
|
|
|
bottom: 80px; |
|
|
|
|
} |
|
|
|
|