Commit 61c5907d by 林家欣

fix: 修改H5下页脚排版

parent 61663c60
......@@ -56,6 +56,33 @@ export default {
</script>
<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 lang="scss" scoped>
.foot {
......
......@@ -17,11 +17,11 @@
><img src="../../assets/image/home/more-arrow.png" alt="" />
</button>
</div>
<div class="col-5 carousel-caption-right d-lg-block">
<img :src="el.picIndexPath" alt="" />
</div>
</div>
</div>
<div class="banner-tp d-lg-block">
<img :src="el.picIndexPath" alt="" />
</div>
</div>
</div>
<template #prevArrow>
......@@ -960,9 +960,6 @@ export default {
const homeBigImagesRes = await this.$api.home.homeBigImages();
const { returnCode, data } = homeBigImagesRes;
if (returnCode === "0") {
data.forEach((el) => {
el.picIndexPath = `http://www.gs1cn.org/img/demo/${el.picIndexPath}`;
});
this.banner = data;
console.log(this.banner, "this.banner");
}
......@@ -1386,9 +1383,16 @@ export default {
.banner {
height: 420px;
position: relative;
background: #f26335;
// background: #f26335;
.banner-item {
height: 100%;
position: relative;
.banner-tp{
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.container,
.row {
height: 100%;
......
......@@ -17,7 +17,7 @@
/>
</svg>
<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