Commit 79e9ac8a by 林家欣

修改禅道上的bug

parent 50c62351
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<span class="icon-title4">办理流程</span> <span class="icon-title4">办理流程</span>
</div> </div>
<div class="container"> <div class="container">
<div class="row center bllc-cont"> <div class="row bllc-cont">
<dl class="col-12 col-lg-6"> <dl class="col-12 col-lg-6">
<dt><span>我是中国商品条码系统成员</span></dt> <dt><span>我是中国商品条码系统成员</span></dt>
<dd><i></i></dd> <dd><i></i></dd>
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
" "
> >
线上办理:登录中国商品信息服务平台,从“应用市场—条码商桥”处下单,即时支付即时下载。<a 线上办理:登录中国商品信息服务平台,从“应用市场—条码商桥”处下单,即时支付即时下载。<a
href="/office/uploadFileResource/manage/down/2021jpdz.pdf" :href="`${urls.file}manage/down/2021jpdz.pdf`"
target="_blank" target="_blank"
style="color: Red" style="color: Red"
>查看操作指南</a >查看操作指南</a
......
...@@ -16,11 +16,12 @@ ...@@ -16,11 +16,12 @@
和发达国家以及邻近地区 EPC 收费标准,提出我国 EPC 和发达国家以及邻近地区 EPC 收费标准,提出我国 EPC
注册工作流程,收费标准以及管理办法 。 注册工作流程,收费标准以及管理办法 。
</p> </p>
<li <div
class="li"
style="text-indent: 28px; font-size: 14px; padding-bottom: 15px" style="text-indent: 28px; font-size: 14px; padding-bottom: 15px"
> >
系统会员制 系统会员制
</li> </div>
<p> <p>
根据目前的情况, EPC 系统成员可以分为两类:终端用户和高级会员。 根据目前的情况, EPC 系统成员可以分为两类:终端用户和高级会员。
</p> </p>
...@@ -30,11 +31,12 @@ ...@@ -30,11 +31,12 @@
<p> <p>
高级会员 —— 包括硬件和软件公司、咨询公司、系统集成商、培训公司等。 高级会员 —— 包括硬件和软件公司、咨询公司、系统集成商、培训公司等。
</p> </p>
<li <div
class="li"
style="text-indent: 28px; font-size: 14px; padding-bottom: 15px" style="text-indent: 28px; font-size: 14px; padding-bottom: 15px"
> >
注册与管理 注册与管理
</li> </div>
<p> <p>
<strong>EPC 注册</strong>&nbsp;&nbsp; <strong>EPC 注册</strong>&nbsp;&nbsp;
...@@ -128,10 +130,16 @@ export default { ...@@ -128,10 +130,16 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss">
::marker{
color: #f26334
}
</style>
<style lang="scss" scoped> <style lang="scss" scoped>
.register { .register {
.register-cont { .register-cont {
@include module-box; @include module-box;
p { p {
text-indent: 28px; text-indent: 28px;
font-size: 14px; font-size: 14px;
...@@ -157,7 +165,21 @@ export default { ...@@ -157,7 +165,21 @@ export default {
text-align: right; text-align: right;
} }
.register-top { .register-top {
padding: 20px 0; padding-bottom: 20px;
.li{
display: flex;
align-items: center;
&::before{
content: '';
width: 4px;
height: 4px;
border-radius: 50%;
background: #000;
display: inline-block;
margin-left: 28px;
}
}
.zxzc-btn { .zxzc-btn {
height: 44px; height: 44px;
line-height: 44px; line-height: 44px;
......
...@@ -20,7 +20,7 @@ const state = { ...@@ -20,7 +20,7 @@ const state = {
ancc: 'http://www.ancc.org.cn/', ancc: 'http://www.ancc.org.cn/',
gs1cnOne: 'www.gs1cn.org', gs1cnOne: 'www.gs1cn.org',
gs1cnTwo: 'http://www.gs1cn.org/', gs1cnTwo: 'http://www.gs1cn.org/',
file: window.location.protocol + window.location.hostname + ':9091/office/uploadFileResource/', file: window.location.protocol +'//'+ window.location.hostname + ':9091/office/uploadFileResource/',
}, },
matche: localStorage.getItem('matche') ? JSON.parse(localStorage.getItem('matche')) : [], matche: localStorage.getItem('matche') ? JSON.parse(localStorage.getItem('matche')) : [],
url:'' url:''
......
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