Commit 0a89bd98 by Jianli Ou

我的首页样式调整

更改返回我的首页跳转地址
parent 0a712068
......@@ -21,9 +21,9 @@
<p style="padding-left:24px">条码微站——深度应用二维码,连接您与消费者。</p>
<p style="padding-left:24px">条码胶片——自动生成符合国家标准的条码图片,可快速应用到产品包装。</p>
</div>
</li>
<!-- 未完成企业信息 -->
<li>
<p class="content-title">检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请)</p>
......@@ -32,7 +32,7 @@
<p class="list-cnt">对商品条码、商品二维码、GS1通用规范(GS1 General Specifications)、医疗UDI、汽车零部件标识、追溯码、服装条码、名片二维码、物流编码等提供检验检测服务,出具检验检测报告。</p>
<p>2、条码检测仪校准</p>
<p class="list-cnt">对条码检测仪的最高反射率、最低反射率、可译码度、缺陷度、轴向不一致性、网格不一致性、反差一致性等测量参数进行校准,出具校准证书。</p>
</li>
<!-- 已完成企业信息 -->
<li>
......@@ -65,7 +65,7 @@ export default {
text-align: center;
color: #F26335;
font-size: 16px;
p{
margin: 0;
line-height: 50px;
......@@ -92,16 +92,17 @@ export default {
li{
margin-top: 19px;
border-bottom: 1px dashed #B4CDEB;
padding-left: 40px;
padding-bottom: 6px;
>p:first-child{
color: #414345;
font-weight:600;
}
>p:first-child::before{
content: "●";
content: "●";
color: #F26335;
margin-right: 5px;
}
p{
margin-bottom: 14px;
......@@ -119,7 +120,7 @@ export default {
height: 14px;
background: url("../../../assets/image/mymanage/qe.png") no-repeat;
background-size: cover;
}
}
.list-cnt{
......@@ -134,7 +135,7 @@ export default {
height: 46px;
margin-bottom: 16px;
}
}
.p-list{
p{
......@@ -144,7 +145,7 @@ export default {
}
p::before{
content: "*";
content: "*";
color: #F26335;
}
}
......@@ -171,5 +172,5 @@ export default {
}
}
}
</style>
\ No newline at end of file
</style>
......@@ -4,7 +4,7 @@
<p><i class="bi bi-exclamation-triangle-fill"></i>办理“条码印制品检测、条码检测仪校准”等业务需先完成此申请</p>
</div>
<div class="content">
<div class="title">检测校准申请——填写实名信息 <a href="/MyManage/UnVerify">返回我的首页</a></div>
<div class="title">检测校准申请——填写实名信息 <a href="/MyManage/UnVerify/index">返回我的首页</a></div>
<div class="content-list">
<p >
<span>1.填写实名信息</span>
......@@ -44,7 +44,7 @@
</el-select>
</el-input>
</el-form-item>
<el-form-item label='注册地址(英文):'
prop='englishRegisterAddr'
>
......@@ -71,7 +71,7 @@
>
<el-input v-model='form.englishOfficeAddr' autocomplete='off' placeholder="请输入英文办公地址"></el-input>
</el-form-item>
<el-form-item label='办公地址邮政编码:'
prop='officeAddrCode'
:rules="[{
......@@ -245,7 +245,7 @@
<el-option label="" value="1" ></el-option>
</el-select>
</el-form-item>
</el-form>
......@@ -322,26 +322,26 @@ export default {
});
},
},
}
</script>
<style lang="scss" scoped>
.container2{
.header{
min-height: 50px;
background: #FEF1EC;
text-align: center;
color: #F26335;
font-size: 16px;
p{
margin: 0;
line-height: 50px;
font-weight: 500;
}
i{
margin-right: 11px;
......@@ -408,10 +408,10 @@ export default {
margin: 40px 0;
}
.content-from-title::before{
content: "◆";
content: "◆";
color: #F26335;
margin-right: 5px;
}
.el-form {
......@@ -436,7 +436,7 @@ export default {
.el-input-group__append {
border-color: transparent;
border: none;
button.el-button--primary {
background-color: $theme-color1;
border-color: $theme-color1;
......@@ -462,7 +462,7 @@ export default {
font-size: 13px;
}
}
}
}
.btn-div{
......@@ -489,12 +489,12 @@ export default {
.container2 .content .content-from {
width: 100%;
margin: 0;
padding:0 10px;
}
.container2 .content .content-from .el-form .btn-div .el-button:last-child{
margin-left: 0px;
margin-left: 0px;
}
}
</style>
\ No newline at end of file
</style>
<template>
<div class="container2">
<div class="content">
<div class="title">检测校准申请——审核状态 <a href="/MyManage/UnVerify">返回我的首页</a></div>
<div class="title">检测校准申请——审核状态 <a href="/MyManage/UnVerify/index">返回我的首页</a></div>
<div class="content-list">
<p >
<span>1.填写实名信息</span>
......@@ -22,12 +22,12 @@
<div class="success" v-else>
<img src="../../../assets/image/mymanage/continue.png" alt="">
<span>您好!实名认证资料正在审核中!</span>
</div>
</div>
</div>
</div>
......@@ -43,18 +43,18 @@ export default {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.container2{
a{
text-decoration: none;
}
.content{
@include module-box;
min-height: 522px;
......@@ -109,12 +109,12 @@ export default {
}
.cnt{
>div{
margin-top: 80px;
font-size: 14px;
font-weight: 400;
text-align: center;
p{
font-size: 16px;
color: #F26335;
......@@ -124,8 +124,8 @@ export default {
width: 100%;
border-top: 1px solid #F3F3F3;
}
a{
color: #00799E;
}
......@@ -138,7 +138,7 @@ export default {
margin-top: 99px;
border-top: 1px solid #f3f3f3;
padding: 30px 0;
.el-button{
height: 40px;
border-radius: 4px;
......@@ -147,18 +147,18 @@ export default {
font-size: 14px;
margin-right: 20px;
}
}
}
}
}}
</style>
<style lang="scss" scoped>
@media (max-width: 768px) {
}
</style>
\ No newline at end of file
</style>
......@@ -186,6 +186,7 @@ export default {
li {
margin-top: 19px;
border-bottom: 1px dashed #b4cdeb;
padding-left: 40px;
padding-bottom: 6px;
p:first-child {
color: #414345;
......
<template>
<div class="container2">
<div class="content">
<div class="title">检测校准申请——提交书面材料 <a href="/MyManage/UnVerify">返回我的首页</a></div>
<div class="title">检测校准申请——提交书面材料 <a href="/MyManage/UnVerify/index">返回我的首页</a></div>
<div class="content-list">
<p >
<span>1.填写实名信息</span>
......@@ -20,13 +20,13 @@
<el-button type="primary" style="width: 110px">上传</el-button>查看检测校准申请历史上传文件
<p style="margin-top:10px;">支持png,bmp,jpg格式,大小不限</p>
</span>
</div>
</div>
</div>
</div>
......@@ -37,11 +37,11 @@ export default {
name: "index",
data() {
return {
}
},
methods: {
}
}
</script>
......@@ -51,7 +51,7 @@ export default {
a{
text-decoration: none;
}
.content{
@include module-box;
min-height: 522px;
......@@ -105,7 +105,7 @@ export default {
}
.cnt{
>div{
margin-top: 40px;
font-size: 14px;
font-weight: 400;
......@@ -117,7 +117,7 @@ export default {
color: #F26335;
}
img{
width: 44px;
height: 38px;
......@@ -126,7 +126,7 @@ export default {
a{
color: #00799E;
}
.btn{
padding: 0;
text-align: left;
......@@ -141,7 +141,7 @@ export default {
font-size: 14px;
margin-right: 20px;
}
}
}
>div:last-child{
......@@ -156,10 +156,10 @@ export default {
width: 50%;
font-size: 14px;
}
}
}
}}
</style>
<style lang="scss" scoped>
......@@ -176,4 +176,4 @@ export default {
}
}
</style>
\ No newline at end of file
</style>
<template>
<div class="container2">
<div class="content">
<div class="title">厂商实名认证——提交书面材料 <a href="/MyManage/UnVerify">返回我的首页</a></div>
<div class="title">厂商实名认证——提交书面材料 <a href="/MyManage/UnVerify/index">返回我的首页</a></div>
<div class="content-list">
<p >
<span>1.填写实名信息</span>
......@@ -21,13 +21,13 @@
<el-button type="primary" style="width: 110px">上传</el-button>查看检测校准申请历史上传文件
<p style="margin-top:10px;">支持png,bmp,jpg格式,大小不限</p>
</span>
</div>
</div>
</div>
</div>
......@@ -38,22 +38,22 @@ export default {
name: "index",
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.container2{
a{
text-decoration: none;
}
.content{
@include module-box;
min-height: 522px;
......@@ -107,7 +107,7 @@ export default {
}
.cnt{
>div{
margin-top: 40px;
font-size: 14px;
font-weight: 400;
......@@ -119,7 +119,7 @@ export default {
color: #F26335;
}
img{
width: 44px;
height: 38px;
......@@ -128,7 +128,7 @@ export default {
a{
color: #00799E;
}
.btn{
padding: 0;
text-align: left;
......@@ -143,7 +143,7 @@ export default {
font-size: 14px;
margin-right: 20px;
}
}
}
>div:last-child{
......@@ -158,10 +158,10 @@ export default {
width: 50%;
font-size: 14px;
}
}
}
}}
</style>
<style lang="scss" scoped>
......@@ -178,4 +178,4 @@ export default {
}
}
</style>
\ No newline at end of file
</style>
......@@ -4,7 +4,7 @@
<p><i class="bi bi-exclamation-triangle-fill"></i>厂商实名认证(办理“进口商品信息通报、GLN”等业务需先完成此认证)</p>
</div>
<div class="content">
<div class="title">厂商实名认证——填写实名信息 <a href="/MyManage/UnVerify">返回我的首页</a></div>
<div class="title">厂商实名认证——填写实名信息 <a href="/MyManage/UnVerify/index">返回我的首页</a></div>
<div class="content-list">
<p >
<span>1.填写实名信息</span>
......@@ -326,26 +326,26 @@ export default {
this.$router.push({path:'/UnVerify/uploadvendor'})
}
},
}
</script>
<style lang="scss" scoped>
.container2{
.header{
min-height: 50px;
background: #FEF1EC;
text-align: center;
color: #F26335;
font-size: 16px;
p{
margin: 0;
line-height: 50px;
font-weight: 500;
}
i{
margin-right: 11px;
......@@ -412,10 +412,10 @@ export default {
margin: 40px 0;
}
.content-from-title::before{
content: "◆";
content: "◆";
color: #F26335;
margin-right: 5px;
}
.el-form {
......@@ -440,7 +440,7 @@ export default {
.el-input-group__append {
border-color: transparent;
border: none;
button.el-button--primary {
background-color: $theme-color1;
border-color: $theme-color1;
......@@ -466,7 +466,7 @@ export default {
font-size: 13px;
}
}
}
}
.btn-div{
......@@ -490,12 +490,12 @@ export default {
.container2 .content .content-from {
width: 100%;
margin: 0;
padding:0 10px;
}
.container2 .content .content-from .el-form .btn-div .el-button:last-child{
margin-left: 0px;
margin-left: 0px;
}
}
</style>
\ No newline at end of file
</style>
<template>
<div class="container2">
<div class="content">
<div class="title">厂商实名认证——审核状态 <a href="/MyManage/UnVerify">返回我的首页</a></div>
<div class="title">厂商实名认证——审核状态 <a href="/MyManage/UnVerify/index">返回我的首页</a></div>
<div class="content-list">
<p >
<span>1.填写实名信息</span>
......@@ -22,12 +22,12 @@
<div class="success" v-else>
<img src="../../../assets/image/mymanage/continue.png" alt="">
<span>您好!实名认证资料正在审核中!</span>
</div>
</div>
</div>
</div>
......@@ -43,18 +43,18 @@ export default {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.container2{
a{
text-decoration: none;
}
.content{
@include module-box;
min-height: 522px;
......@@ -109,12 +109,12 @@ export default {
}
.cnt{
>div{
margin-top: 80px;
font-size: 14px;
font-weight: 400;
text-align: center;
p{
font-size: 16px;
color: #F26335;
......@@ -124,8 +124,8 @@ export default {
width: 100%;
border-top: 1px solid #F3F3F3;
}
a{
color: #00799E;
}
......@@ -138,7 +138,7 @@ export default {
margin-top: 99px;
border-top: 1px solid #f3f3f3;
padding: 30px 0;
.el-button{
height: 40px;
border-radius: 4px;
......@@ -147,18 +147,18 @@ export default {
font-size: 14px;
margin-right: 20px;
}
}
}
}
}}
</style>
<style lang="scss" scoped>
@media (max-width: 768px) {
}
</style>
\ No newline at end of file
</style>
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