Commit 61c5907d by 林家欣

fix: 修改H5下页脚排版

parent 61663c60
...@@ -56,6 +56,33 @@ export default { ...@@ -56,6 +56,33 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
@media screen and (max-width: 992px) {
.foot{
.link{
div{
width: 100%;
text-align: center;
}
}
.foot-bottom{
div{
font-size: 12px !important;
}
}
.copright{
div{
width: 100%;
text-align: center;
}
}
.beian{
span{
padding: 0 8px !important;
}
}
}
}
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
.foot { .foot {
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
><img src="../../assets/image/home/more-arrow.png" alt="" /> ><img src="../../assets/image/home/more-arrow.png" alt="" />
</button> </button>
</div> </div>
<div class="col-5 carousel-caption-right d-lg-block">
<img :src="el.picIndexPath" alt="" />
</div>
</div> </div>
</div> </div>
<div class="banner-tp d-lg-block">
<img :src="el.picIndexPath" alt="" />
</div>
</div> </div>
</div> </div>
<template #prevArrow> <template #prevArrow>
...@@ -960,9 +960,6 @@ export default { ...@@ -960,9 +960,6 @@ export default {
const homeBigImagesRes = await this.$api.home.homeBigImages(); const homeBigImagesRes = await this.$api.home.homeBigImages();
const { returnCode, data } = homeBigImagesRes; const { returnCode, data } = homeBigImagesRes;
if (returnCode === "0") { if (returnCode === "0") {
data.forEach((el) => {
el.picIndexPath = `http://www.gs1cn.org/img/demo/${el.picIndexPath}`;
});
this.banner = data; this.banner = data;
console.log(this.banner, "this.banner"); console.log(this.banner, "this.banner");
} }
...@@ -1386,9 +1383,16 @@ export default { ...@@ -1386,9 +1383,16 @@ export default {
.banner { .banner {
height: 420px; height: 420px;
position: relative; position: relative;
background: #f26335; // background: #f26335;
.banner-item { .banner-item {
height: 100%; height: 100%;
position: relative;
.banner-tp{
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.container, .container,
.row { .row {
height: 100%; height: 100%;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
/> />
</svg> </svg>
<div> <div>
在地为下列市或直辖市或自治区的企业,办理条码申办及相关业务时,请联系以下编码分支机构: 在地为下列市或直辖市或自治区的企业,办理条码申办及相关业务时,请联系以下编码分支机构:
</div> </div>
</div> </div>
......
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