Commit 64b3f733 authored by guoyou's avatar guoyou

banner设置

parent 6572cfa3
...@@ -41,7 +41,9 @@ export default { ...@@ -41,7 +41,9 @@ export default {
let t = this let t = this
let title = this.list let title = this.list
t.swiper = new Swiper('.swiper-container', { t.swiper = new Swiper('.swiper-container', {
// autoplay: true, autoplay: {
delay: 10000,//1秒切换一次
},
effect: 'fade', effect: 'fade',
pagination: { pagination: {
el: '.swiper-pagination', el: '.swiper-pagination',
......
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
<div style="color: #FFB74B;font-size: 14px;margin-bottom:11px">滴房车App</div> <div style="color: #FFB74B;font-size: 14px;margin-bottom:11px">滴房车App</div>
</div> </div>
<div style="margin-top:8px;" class="scan-notice-c"> <div style="margin-top:8px;" class="scan-notice-c">
<div>安卓用户微信扫码</div> <div>微信扫码可马上下单</div>
<div>可马上下单</div> <!-- <div>可马上下单</div> -->
<!-- <h6 style="font-size:12px;font-weight:400">安卓用户微信扫码可马上下单</h6> --> <!-- <h6 style="font-size:12px;font-weight:400">安卓用户微信扫码可马上下单</h6> -->
</div> </div>
</div> </div>
......
...@@ -80,8 +80,8 @@ ...@@ -80,8 +80,8 @@
<div style="color: #FFB74B;font-size: 14px;margin-bottom:11px">滴房车App</div> <div style="color: #FFB74B;font-size: 14px;margin-bottom:11px">滴房车App</div>
</div> </div>
<div style="margin-top:8px" class="scan-notice-c"> <div style="margin-top:8px" class="scan-notice-c">
<div style="font-size:12px">安卓用户微信扫码</div> <div>微信扫码可马上下单</div>
<div style="font-size:12px">可马上下单</div> <!-- <div style="font-size:12px">可马上下单</div> -->
<!-- <h6 style="font-size:12px;font-weight:400">安卓用户微信扫码可马上下单</h6> --> <!-- <h6 style="font-size:12px;font-weight:400">安卓用户微信扫码可马上下单</h6> -->
</div> </div>
</div> </div>
......
...@@ -111,8 +111,8 @@ ...@@ -111,8 +111,8 @@
<div style="color: #FFB74B;font-size: 14px;">滴房车App</div> <div style="color: #FFB74B;font-size: 14px;">滴房车App</div>
</div> </div>
<div v-if="isShowScan" class="scan-notice"> <div v-if="isShowScan" class="scan-notice">
<div>安卓用户微信扫码</div> <div>微信扫码可马上下单</div>
<div>可马上下单</div> <!-- <div></div> -->
</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