Commit 87acb1b4 by Lyan

官网优化提交

parent 0de613ab
NODE_ENV = "development"
VUE_APP_CURRENTMODE = "development"
VUE_APP_HOST_URL = "http://192.168.0.81:9091"
VUE_APP_HOST_URL = "http://dynamic.gs1cn.org"
VUE_APP_API_URL = "/"
VUE_APP_GDS_URL = "/gds"
VUE_APP_LOG = true
......@@ -1168,6 +1168,14 @@ const routes = [
},
component: () => import("@/views//Business/Faq.vue"),
},
{
path: "/Knowledge/GS1System/BarcodeArticle",
name: "BarcodeArticle",
meta: {
name: "GS1系统的应用",
},
component: () => import("@/views/Knowledge/GS1System/BarcodeArticle.vue"),
},
]
},
{
......
......@@ -42,7 +42,7 @@
<td>
易码追溯
</td>
<td>中国商品条码系统成员平台使用费为300元/年,非系统成员为700元/年,商品追溯费用80元/个,单品电子标签0.1元/个</td>
<td>平台使用费为1000元/年,商品追溯费用80元/个,单品电子标签0.1元/个</td>
<td>
《关于事业单位和社会团体有关收费管理问题的通知》(财规【2000】47号)
</td>
......
......@@ -695,7 +695,7 @@ export default {
], // 首页大轮播图
bannerSettings: {
arrows: true,
autoplay: false,
autoplay: true,
autoplaySpeed: 2000,
dots: true,
centerMode: true,
......
<template>
<div class="guide">
<div class="guide-msg container">
<div class="msg-cont">
<div class="title">GS1系统的应用<span>日期:2011/5/13</span></div>
<p>GS1系统主要应用于贸易项目、物流单元、位置、资产、服务的标识、自动数据采集、数据交换及其他特殊应用,涵盖了商贸流通过程中所有的产品与服务。</p>
<p> GS1系统的应用最早是从食品、日用百货等快速消费品在零售POS系统自动结算开始的,目前广泛应用于全球的贸易、物流、生产、医药、建材、产品溯源、电子商务等领域得到广泛应用,已成为全球通用的商务语言。</p>
<img src="../../../assets/image/knowledge/ancc-14.jpg" alt="">
<p style="text-align:center">图 给出了供应链过程中GS1系统的应用示意</p>
</div>
</div>
</div>
</template>
<script>
export default {
components: {
},
data() {
return {
};
},
mounted() {
// 面包屑单独处理
this.$store.commit("system/SET_BREADCRUMB", [
{ name: "技术与标准", path: "/Knowledge/index" },
{ name: "技术知识", path: "/Knowledge/index" },
{ name: "编码体系" },
]);
},
};
</script>
<style lang="scss" scoped>
.guide {
@include module-box;
.guide-msg {
margin: 30px 0;
font-size: 14px;
.msg-title {
color: rgba(0, 121, 158, 1);
margin-bottom: 20px;
}
.msg-cont {
line-height: 23px;
color: rgba(102, 102, 102, 1);
p:first-child{
line-height: 0;
}
.title {
padding: 20px 30px;
font-size: 18px;
font-weight: 500;
color: #454545;
line-height: 25px;
border-bottom: 1px solid #f3f3f3;
margin-bottom: 29px;
span{
float:right;
font-size: 14px;
}
}
p {
margin-left: 15px;
text-indent: 32px;
line-height: 28px;
// margin-bottom: 10px;
}
img{
width: 70%;
margin: 20px 15%;
}
}
}
}
</style>
\ No newline at end of file
......@@ -65,6 +65,7 @@
<li><a href="/Knowledge/GS1System/tmyy?id=5" target="_blank">GS1系统在医疗卫生领域中的应用 </a></li>
<li><a href="/Knowledge/GS1System/tmyy?id=4" target="_blank">GS1系统在食品追溯领域中的应用</a></li>
<li><a href="/Knowledge/GS1System/tmyy?id=3" target="_blank">GS1系统在商业零售中的应用 </a></li>
<li><a href="/Knowledge/GS1System/BarcodeArticle" target="_blank">GS1系统的应用 </a></li>
<li><a href="/Knowledge/GS1System/tmyy?id=2" target="_blank">商品条码在零售商品的应用 </a></li>
<li><a href="/Knowledge/GS1System/tmyy?id=1" target="_blank">条码质量控制</a></li>
......
......@@ -13,8 +13,7 @@
prop='oldPass'
type='password'
:rules="[{required: true,message: '不能为空',},
{ pattern: pwdPattern, message: '密码长度8-20 位字符,包括数字、大、小写字母、特殊字符中的至少2种',},
{ validator:validatePass,}]">
{ validator:validatePass}]">
<el-input type='password' placeholder="请输入原密码" v-model='form.oldPass'></el-input>
</el-form-item>
<el-form-item label='新密码'
......
......@@ -118,20 +118,20 @@ export default {
],
},
{
id: uuid("gs_nav"),
name: "用户信息管理",
index: 2,
link: "",
children: [
{
id: uuid("gs_nav"),
name: "修改登录密码",
index: 2,
link: "/MyManage/UnVerify/changePass",
},
],
},
// {
// id: uuid("gs_nav"),
// name: "用户信息管理",
// index: 2,
// link: "",
// children: [
// {
// id: uuid("gs_nav"),
// name: "修改登录密码",
// index: 2,
// link: "/MyManage/UnVerify/changePass",
// },
// ],
// },
],
typeRouterList2: [
{
......@@ -256,6 +256,11 @@ export default {
};
},
created() {
// // TODO 判断用户状态 处理一下左侧的 sub_nav 和用户panel
const user = JSON.parse(localStorage.getItem('gs-user'))
if(!user){
......@@ -357,8 +362,33 @@ export default {
// }
// this.$store.commit("system/SET_SUB_NAV", this.routerList);
// 判断必须修改密码点击提示
let isNeedUpdatePassword =localStorage.getItem('isNeedUpdatePassword');
if(isNeedUpdatePassword==1){
this.fib(this.routerList)
this.fib(this.typeRouterList1)
this.fib(this.typeRouterList2)
this.fib(this.typeRouterList3)
this.fib(this.typeRouterList4)
}
},
methods: {
// 递归
fib(val){
console.log(val)
let list = val.map((item)=>{
if(item.children){
this.fib(item.children)
}
item.link =''
item.alert = () => {this.redirectAlert()}
return item
})
return list
},
// 跳转
async redirectGDS() {
const params = {userType: this.loginInfo.userType, id: this.loginInfo.id, carno: this.loginInfo.carno}
......@@ -383,6 +413,15 @@ export default {
this.$message.error(result.returnMsg)
}
},
redirectAlert(){
this.$alert('登录密码简单,请您及时修改!', "提示", {
confirmButtonText: "确定",
callback: action => {
return
}
});
}
},
};
</script>
......
......@@ -55,7 +55,7 @@ export default {
// if(item.directpath&&item.directpath!==''&& item.directpath.length>0){
// item.href=item.directpath
// }else{
item.href=`/News/msg?id=${item.id}`
item.href=`/News/viewsub?id=${item.id}`
// }
});
......
......@@ -104,6 +104,7 @@ export default {
color: #666666;
}
.content_box{
overflow: hidden;
margin-top: 21px;
padding: 26px 30px;
border-top: 1px dashed #7D9ABD;
......
......@@ -286,9 +286,15 @@ export default {
}
if(res.data.isNeedUpdatePassword==1){
// 需要强制修改密码
this.$message.error('密码不符合规范,请修改密码!')
this.$alert('登录密码简单,请您及时修改!', "提示", {
confirmButtonText: "确定",
callback: action => {
this.$router.push({name:'changePass'})
}
});
}
localStorage.setItem('isNeedUpdatePassword', res.data.isNeedUpdatePassword)
}
})
......
......@@ -151,7 +151,7 @@
<img src="./img/ancc-25-years.jpg">
</div>
<div class="tiaomajidi">
<a href="http://www.gs1cn.org/topic/tiaomajidi" target="_blank"><img src="./img/tmjd.png" title="商品条码与编码"></a>
<a href="http://www.gs1cn.org/News/topic/tiaomajidi" target="_blank"><img src="./img/tmjd.png" title="商品条码与编码"></a>
</div>
<div class="zxtg">
<a><img src="./img/zxtg2.png" title="在线投稿"></a>
......
......@@ -112,7 +112,7 @@
<p>
为深入贯彻实施《质量发展纲要(2011-2020年)》,推进建设质量强国, 2017年9月质检总局联合相关部门、行业协会等单位共同开展“质量月”活动。</p>
<div class="ckxq">
<a href="http://www.chinatt315.org.cn/xhwj/2016-437-1.html" target="_blank" style="text-decoration: none;">查看详情&gt;&gt;</a></div>
<a href="http://www.chinatt315.org.cn/xhwj/2017-374-1.html" target="_blank" style="text-decoration: none;">查看详情&gt;&gt;</a></div>
</div>
<div class="main-middle-left-down">
<div class="application">
......
<template>
<div style="background:#f2f2f2">
<div id="head">
<a href="/index" style="color:blue; font-size:medium;" target="_blank"><strong>首页</strong></a><a href="/News/DepthTopics" style=" color:blue; font-size:medium;" target="_blank"><strong>深度专题</strong></a></div>
<a href="/" style="color:blue; font-size:medium;" target="_blank"><strong>首页</strong></a><a href="/News/DepthTopics" style=" color:blue; font-size:medium;" target="_blank"><strong>深度专题</strong></a></div>
<div id="wrap">
<!--头-->
<div id="header"></div>
......@@ -12,10 +12,10 @@
<!--slider-->
<div id="slide">
<ul>
<li style="display: none; opacity: 1;"><a href="http://www.gs1cn.org/search/gln" target="_blank"><img src="./img/tiaomajidi/GLN1.jpg" alt="" width="680"></a></li>
<li style="display: block; opacity: 1;"><a href="http://www.gs1cn.org/search/gln" target="_blank"><img src="./img/tiaomajidi/GLN2.jpg" alt="" width="680"></a></li>
<li style="display: none; opacity: 1;"><a href="http://www.gs1cn.org/search/gln" target="_blank"><img src="./img/tiaomajidi/GLN3.jpg" alt="" width="680"></a></li>
<li style="display: none; opacity: 1;"><a href="http://www.gs1cn.org/search/gln" target="_blank"><img src="./img/tiaomajidi/GLN4.jpg" alt="" width="680"></a></li>
<li style="display: none; opacity: 1;"><a href="http://www.gs1cn.org/Business/GLN" target="_blank"><img src="./img/tiaomajidi/GLN1.jpg" alt="" width="680"></a></li>
<li style="display: block; opacity: 1;"><a href="http://www.gs1cn.org/Business/GLN" target="_blank"><img src="./img/tiaomajidi/GLN2.jpg" alt="" width="680"></a></li>
<li style="display: none; opacity: 1;"><a href="http://www.gs1cn.org/Business/GLN" target="_blank"><img src="./img/tiaomajidi/GLN3.jpg" alt="" width="680"></a></li>
<li style="display: none; opacity: 1;"><a href="http://www.gs1cn.org/Business/GLN" target="_blank"><img src="./img/tiaomajidi/GLN4.jpg" alt="" width="680"></a></li>
</ul>
<dl>
<dd class="">1</dd>
......@@ -69,7 +69,7 @@
<span>电子商务</span>
</p>
</li><li style="display: none; width: 0px; height: 0px; top: 37px; left: 340px; z-index: 1;">
<a href="http://www.gs1cn.org/News/Othe" target="_blank"><img width="122" height="173" alt="其他行业条码应用" src="./img/tiaomajidi/hy9.jpg" style="opacity: 1;"></a>
<a href="http://www.gs1cn.org/News/Other" target="_blank"><img width="122" height="173" alt="其他行业条码应用" src="./img/tiaomajidi/hy9.jpg" style="opacity: 1;"></a>
<p>
<span>其他行业</span>
</p>
......@@ -223,8 +223,8 @@
<li><a href="http://www.gs1cn.org/Knowledge/GS1System/bmtx" target="_blank">编码体系</a></li>
<li><a href="http://www.gs1cn.org/Knowledge/GS1System/sjzttx" target="_blank">数据载体体系</a></li>
<li><a href="http://www.gs1cn.org/Knowledge/GS1System/sjjhtx" target="_blank">数据交换体系</a></li>
<li><a href="http://www.gs1cn.org/Knowledge/BarcodeArticle" target="_blank">好处</a></li>
<li><a href="http://www.gs1cn.org/News/index" target="_blank">应用领域</a></li>
<li><a href="http://www.gs1cn.org/Knowledge/GS1System/gshc" target="_blank">好处</a></li>
<li><a href="/Knowledge/GS1System/BarcodeArticle" target="_blank">应用领域</a></li>
</ul>
</div>
</div>
......@@ -272,11 +272,11 @@
</div>
<div id="news">
<ul class="news_list">
<li><a href="http://www.gs1cn.org/News/article.aspx?Id=6857" target="_blank">零售业突围在即:倡导统一编码标准 打造协同供应链<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/article.aspx?&amp;id=6702" target="_blank">我国外贸B2B将率先采用全球产品“身份证”<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/article.aspx?&amp;id=6754" target="_blank">“国家重点食品(产品)质量安全追溯物联网应用示范工程”项目启动会在贵阳召开<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/article.aspx?id=6774" target="_blank">“小条码带来大变革——GS1全球统一编码标识系统40周年<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/article.aspx?id=6252" target="_blank">“全球商品数据同步 创造供销新契机<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/msg?id=6857" target="_blank">零售业突围在即:倡导统一编码标准 打造协同供应链<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/msg?id=6702" target="_blank">我国外贸B2B将率先采用全球产品“身份证”<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/msg?id=6754" target="_blank">“国家重点食品(产品)质量安全追溯物联网应用示范工程”项目启动会在贵阳召开<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/msg?id=6774" target="_blank">“小条码带来大变革——GS1全球统一编码标识系统40周年<span class="txt_172b80">(详情)</span></a></li>
<li><a href="http://www.gs1cn.org/News/msg?id=6252" target="_blank">“全球商品数据同步 创造供销新契机<span class="txt_172b80">(详情)</span></a></li>
</ul>
</div>
<!--/资讯动态-->
......@@ -285,13 +285,13 @@
<h6 class="clm_title_txt">视频</h6>
<i class="clm_title_right"></i>
</div>
<div id="video"><a href="http://www.gs1cn.org/News/VideoDetails.aspx?id=106" target="_blank"><img src="./img/tiaomajidi/temp2.jpg" width="280" height="237"></a></div>
<div id="video"><a href="http://www.gs1cn.org/News/msgVideo?id=106" target="_blank"><img src="./img/tiaomajidi/temp2.jpg" width="280" height="237"></a></div>
<!--/视频-->
<!--专访-->
<div id="zf_wrap">
<div class="zf_main" id="con_three_1">
<a href="http://www.gs1cn.org/" target="_blank"><img src="./img/tiaomajidi/242X64.jpg" alt=""></a>
<p><a href="http://www.gs1cn.org/Org/Intro.aspx" target="_blank">中国物品编码中心是统一组织、协调、管理我国商品条码、物品编码与自动识别技术的专门机构,隶属于国家市场监督管理总局,1988年成立,1991年4月代表我国加入国际物品编码组织(GS1),负责推广国际通用的、开放的、跨行业的全球统一标识系统和供应链管理标准。...<span class="txt_172b80">(详情)</span></a></p>
<p><a href="http://www.gs1cn.org/Org/Intro" target="_blank">中国物品编码中心是统一组织、协调、管理我国商品条码、物品编码与自动识别技术的专门机构,隶属于国家市场监督管理总局,1988年成立,1991年4月代表我国加入国际物品编码组织(GS1),负责推广国际通用的、开放的、跨行业的全球统一标识系统和供应链管理标准。...<span class="txt_172b80">(详情)</span></a></p>
</div>
</div>
......@@ -328,7 +328,7 @@
<div class="clear"></div>
<!--脚-->
<div id="footer">
<p>
<!-- <p>
<a href="/link.aspx" target="_blank">网站声明</a>
<a href="/Org/Intro.aspx" target="_blank">关于中心</a>
<a href="/Org/Branch.aspx" target="_blank">分支机构</a>
......@@ -340,7 +340,38 @@
<p>全国统一咨询服务电话:400-7000-690</p>
<p><a target="_blank" href="http://www.miibeian.gov.cn/">京ICP备11036137号-10</a> | <span>京公网安备110102003074号</span></p>
<address>地址:北京市东城区安定门外大街136号皇城国际大厦B座3-6层 | 邮编:100011</address>
<p></p>
<p></p> -->
<div class="row foot-bottom">
<div class="col-lg-12 foot-bottom-left">
<div class="copright">
<div>版权所有:中国物品编码中心</div>
<div>咨询电话:400-7000-690</div>
</div>
<div class="beian">
<div>
<a href="https://beian.miit.gov.cn/" target="_blank"
>京ICP备11036137号-10</a
>
</div>
<span>|</span>
<div>
<a
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010102005499"
>
<img
src="../../assets/image/foot/beian.png"
alt=""
/>京公网安备11010102005499号</a
>
</div>
</div>
<div class="address">
地址:北京市东城区安定门外大街138号皇城国际大厦B座3-6层<span>|</span>邮编:100011
</div>
</div>
</div>
</div>
<!--/脚-->
......@@ -1010,9 +1041,9 @@ oDiv.onmouseout = function(){autoAnimate = window.setTimeout(autoMove,3000)}
}
</script>
<style lang="scss" scoped>
html,body,form,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,em,address,a,input,textarea,span,strong,img{margin:0px;padding:0px}body{font-size:12px;line-height:180%;color:#000;font-family:Arial,\5B8B\4F53}ul,ol,dl{list-style:none}input,textarea,select,button{font-size:12px}img{border:none}a{color:#000;text-decoration:none;blr:expression(this.onFocus=this.blur());outline:none}a:hover{text-decoration:underline}table{border-collapse:collapse}table,thead,tbody,tfoot,tr,td{margin:0px}.clear{clear:both;height:0px;line-height:0px;font-size:0px;overflow:hidden;visibility:hidden}
html,body,form,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,em,address,a,input,textarea,span,strong,img{margin:0px;padding:0px;font-family: Arial,SimSun}body{font-size:12px;line-height:180%;color:#000;font-family:Arial,\5B8B\4F53}ul,ol,dl{list-style:none}input,textarea,select,button{font-size:12px}img{border:none}a{color:#000;text-decoration:none;blr:expression(this.onFocus=this.blur());outline:none}a:hover{text-decoration:underline}table{border-collapse:collapse}table,thead,tbody,tfoot,tr,td{margin:0px}.clear{clear:both;height:0px;line-height:0px;font-size:0px;overflow:hidden;visibility:hidden}
html{min-width:1002px}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal}
h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;}
::selection{background:#172b80;color:#fff}
::-moz-selection{background:#172b80;color:#fff}
::-webkit-selection{background:#172b80;color:#fff}
......@@ -1021,7 +1052,7 @@ h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal}
/* 布局 */
/*----------整体 */
body{ background-color:#f2f2f2;}
body{ background-color:#f2f2f2;font-family: Arial,SimSun;}
#wrap{ width:980px; overflow:hidden; margin:0 auto}
/*----------头 */
......@@ -1040,15 +1071,19 @@ body{ background-color:#f2f2f2;}
.jd_title{height:23px; line-height:23px; background-color:#dbd7d5;color:#777; font-size:14px; font-weight:bold;padding:0 5px;margin:5px 0; float:left}
.video_list{width:340px; height:160px; overflow:hidden; float:left; margin-bottom:10px;}
.video_list dd{ float:left; width:130px; text-align:center;}
.video_list dt{ float:right; width:200px; padding-top:10px}
.video_list dt{ float:right; width:200px; padding-top:10px;font-weight: inherit;}
.video_list dt a{
line-height: 21px;
}
.video_list dt a:hover{ color:#162253; text-decoration:none;}
.video_list dt p{padding-top:7px; line-height:22px;}
.tree{ background:url(./img/tiaomajidi/tree.png) no-repeat; width:56px; height:54px; overflow:hidden; position:absolute; margin:-30px 0 0 606px;}
.zs_choce li{ float:left; background-color:#e6e6e6; color:#323232; margin-right:4px; height:24px; line-height:24px;padding:0 15px; cursor:pointer}
.zs_choce li{ float:left; background-color:#e6e6e6; color:#323232; margin-right:4px; height:24px; line-height:24px;padding:0 15px; cursor:pointer;font-size: 14px;}
.zs_choce li.hover{ background-color:#ff8a00;color:#FFF;}
.zs_main{border:2px solid #ff8a00;padding:12px; background-color:#fff; color:#323232; margin-bottom:10px;}
.zs_main p{ background:url(./img/tiaomajidi/rss.jpg) no-repeat 0 4px; text-indent:15px;}
.zs_main p{ background:url(./img/tiaomajidi/rss.jpg) no-repeat 0 4px; text-indent:15px;line-height: 21px;font-size: 13px;}
.zs_clm1{width:308px; float:left; overflow:hidden; margin-right:10px;}
.zs_clm2{width:165px; float:left; overflow:hidden;margin-right:10px;}
.zs_clm3{width:189px; float:left; overflow:hidden}
......@@ -1080,7 +1115,7 @@ body{ background-color:#f2f2f2;}
/*news*/
#news{ background:url(./img/tiaomajidi/news_bg.jpg) no-repeat; width:280px; height:247px; overflow:hidden;margin:17px 0;}
.news_list{padding:10px 10px 0 10px}
.news_list li{ background:url(./img/tiaomajidi/clm_title_more.png) no-repeat 0 8px;padding-left:10px; margin-bottom:8px;line-height: 21.5px;}
.news_list li{ background:url(./img/tiaomajidi/clm_title_more.png) no-repeat 0 8px;padding-left:10px; margin-bottom:8px;line-height: 20px;}
/*video*/
#video{ width:280px; height:237px; overflow:hidden; margin:17px 0}
......@@ -1095,7 +1130,7 @@ body{ background-color:#f2f2f2;}
/*hd*/
#hd_wrap{ background:url(./img/tiaomajidi/hd_bg.png) no-repeat; height:98px; overflow:hidden;margin:17px 0;padding:10px;}
.hd_list li{ background:url(./img/tiaomajidi/clm_title_more.png) no-repeat 0 8px;padding-left:10px; line-height: 180%;}
.hd_list li{ background:url(./img/tiaomajidi/clm_title_more.png) no-repeat 0 8px;padding-left:10px; line-height: 180%;font-size: 13px;}
/*service*/
#service{ background:url(./img/tiaomajidi/service.png) no-repeat; width:280px; height:645px; position:relative}
......@@ -1148,5 +1183,61 @@ body{ background-color:#f2f2f2;}
*, ::after, ::before{
box-sizing: initial!important;
}
a{
font-size: 12px;
font-family: Arial,SimSun;
}
body{
font-family: Arial,SimSun;
}
.foot-bottom {
padding: 28px 0 26px;
> div {
display: flex;
flex-direction: column;
justify-content: center;
}
.copright {
display: flex;
flex-wrap: wrap;
justify-content: center;
div {
padding: 0 20px;
&:first-child {
margin: 0;
}
}
}
.beian {
display: flex;
justify-content: center;
align-items: center;
span {
padding: 0 20px;
}
}
.address {
span {
padding: 0 5px;
}
}
.foot-bottom-left {
justify-content: normal;
> div {
color: #0e2c6b;
font-size: 14px;
text-align: center;
margin-bottom: 15px;
&:last-child {
margin: 0;
}
a{
color: #0e2c6b;
font-size: 14px;
}
}
// font-family: PingFangSC-Regular, PingFang SC;
}
}
</style>
\ No newline at end of file
......@@ -84,7 +84,7 @@
<a href="http://www.gs1cn.org/2012/MobileCom/index.html" target="_blank"><img src="./img/MBusiness.png" style="margin-top:10px; margin-left:4px;"></a>
<div class="txt-box1">
<li style="color:#cc9;"><a href="http://www.gs1cn.org/2013/dqjy/" target="_blank" style="font-size:13px;">党的群众路线教育实践活动</a></li>
<li style="color:#cc9; margin-top:6px;"><a href="http://www.gs1cn.org/topic/tiaomajidi" target="_blank" style="font-size:13px;">商品条码与编码——全球通用的标准...</a></li>
<li style="color:#cc9; margin-top:6px;"><a href="http://www.gs1cn.org/News/topic/tiaomajidi" target="_blank" style="font-size:13px;">商品条码与编码——全球通用的标准...</a></li>
<li style="color:#cc9; margin-top:6px;"><a href="http://www.gs1cn.org/2011/tiaoma2011/index.html" target="_blank" style="font-size:13px;">条码加速电子商务发展</a></li>
<li style="color:#cc9; margin-top:6px;"><a href="http://www.gs1cn.org/News/topic/xiangma" target="_blank" style="font-size:13px;">箱码Case Code</a></li>
<li style="color:#cc9; margin-top:6px;"><a href="http://www.gs1cn.org/2012/2012zly/index.html" target="_blank" style="font-size:13px;">2012年全国“质量月”活动</a></li>
......
......@@ -175,7 +175,7 @@
<img src="./img/ancc-25-years.jpg">
</div>
<div class="tiaomajidi">
<a href="http://www.gs1cn.org/topic/tiaomajidi" target="_blank">
<a href="http://www.gs1cn.org/News/topic/tiaomajidi" target="_blank">
<img src="./img/tmjd.png" title="商品条码与编码"></a>
</div>
<div class="zxtg">
......
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