调整C端样式

This commit is contained in:
red-deng-deng 2021-11-29 20:24:57 +08:00
parent 5ef1222c2c
commit 2d43f0c828
2 changed files with 5 additions and 6 deletions

View File

@ -15,6 +15,7 @@
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/homepage.css?v=1">
<link rel="stylesheet" href="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/css/loading.css">
<script src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/js/api.js?v=1"></script>
<!-- <link rel="stylesheet" href="./homepage.css"> -->
</head>
<style scoped>
* {
@ -63,7 +64,6 @@
<!-- 顶部banner -->
<div class="topBanner">
<img :src="topImg" alt="">
<h2>权益兑换</h2>
</div>
<!-- //轮播 -->
<div class="saleNull" v-if="!goodsNum">
@ -104,7 +104,6 @@
<div id="list" v-if="layout=='1'">
<div class="topBanner">
<img :src="topImg" alt="">
<h2>权益兑换</h2>
</div>
<div class="saleNull" v-if="!goodsNum">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/saleNull.png" alt="">
@ -126,7 +125,7 @@
<div id="matrix" v-if="layout=='3'">
<div class="topBanner">
<img :src="topImg" alt="">
<h2>权益兑换</h2>
</div>
<div class="saleNull" v-if="!goodsNum">
<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/saleNull.png" alt="">
@ -210,7 +209,7 @@
data() {
return {
swiperDataList: [], //轮播
layout: 1,
layout: 3,
maskshow: false,
proname: '黄金爱奇艺',
promtshow: false,
@ -299,7 +298,7 @@
setTimeout(() => {
window.location.href = "./index.html?id=" + sessionStorage.getItem('linkId');
sessionStorage.clear();
}, 5000);
}, 3000);
}
}
}).catch(err => {

View File

@ -73,7 +73,7 @@
height: 0.25rem;
z-index: 2;
margin-left: -0.9rem;
background-color: #f3f5f7;
background-color: transparent;
border: none;
outline: none;
font-size: 0.14rem;