Commit ceeb66c9 by Lyan

20220630bug

parent 08b73704
export const link = {
pxspkc: 'https://training.ancc.org.cn/portal/',
pxspkc: 'https://training.ancc.org.cn/',
wyxz: 'http://wsdt.gs1cn.org/anccoh/login.jsp',
zxzc: 'http://wsdt.ancc.org.cn/anccoh', // 我要申请商品条码里的在线注册
......
......@@ -20,7 +20,7 @@
</div>
<div class="notice-nr-kj">
<p class="notice-note">
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年6月30日,采取阶段性降费措施。<span
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年12月31日,采取阶段性降费措施。<span
@click="handelJump"
>点击查看收费公示表</span
>
......
......@@ -738,7 +738,7 @@ export default {
ico: require("../../assets/image/home/dzfw-ico13.png"),
name: "条码教育培训平台",
isChecked: true,
url: "https://training.ancc.org.cn/portal",
url: "https://training.ancc.org.cn/",
type: "link",
},
{
......
......@@ -12,6 +12,7 @@
{{tmp.title}}
</div>
</li>
<li style=" height: 0" v-for="(i,a) in 4" :key="'a'+a"></li>
</ul>
<div class="more"><span @click="lookMore">更多></span></div>
</div>
......@@ -137,8 +138,7 @@ export default {
flex-wrap: wrap;
margin-top: 30px;
justify-content: space-between;
display: grid;
grid-template-columns: repeat(auto-fill, 187px);
li {
width: 216px;
background: #ffffff;
......
......@@ -26,6 +26,7 @@
{{tmp.title}}
</div>
</li>
<li style=" height: 0" v-for="(i,a) in 4" :key="'a'+a"></li>
</ul>
<pages :total="tableResult.totalCount" :currPage="tableResult.currPage" :pageSize="tableResult.pageSize" @getLimit='initListFn' />
</div>
......@@ -136,8 +137,8 @@ export default {
margin-top: 30px;
justify-content: space-between;
display: grid;
grid-template-columns: repeat(auto-fill, 187px);
display: flex;
flex-wrap: wrap;
li {
width: 216px;
background: #ffffff;
......
<template>
<div class="list">
<div v-for="(tmp, i) in list" :key="i" class="row" @click="giveId(tmp.id,tmp.directpath)">
<div class="col-lg-6 list-left">
<div class="col-lg-10 list-left">
<span></span>
<span v-html="tmp.title">{{tmp.title}}</span>
</div>
......
......@@ -14,6 +14,7 @@
{{tmp.title}}
</div>
</li>
<li style=" height: 0" v-for="(i,a) in 4" :key="'a'+a"></li>
</ul>
<pages :total="tableResult.totalCount" :currPage="tableResult.currPage" :pageSize="tableResult.pageSize" @getLimit='initListFn' />
</div>
......@@ -117,15 +118,12 @@ export default {
padding: 0;
margin: 0;
}
.picNews-ul {
display: flex;
flex-wrap: wrap;
margin-top: 30px;
justify-content: space-between;
display: grid;
grid-template-columns: repeat(auto-fill, 187px);
display: inline-flex;
justify-content:space-between;
flex-flow: row wrap;
li {
width: 187px;
......@@ -136,6 +134,8 @@ export default {
&:hover{
box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.08);
}
img {
width: 100%;
}
......@@ -148,7 +148,11 @@ export default {
padding: 14px 0;
}
}
}
.picNews-top {
@include module-box;
}
......
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