Commit 1c4ef89b by hank

banner

parent ef9fe291
<template> <template>
<div id="app1"> <div id="app1">
<div style=" height: 4.133333rem;"> <div style=" height: 4.133333rem;">
<swipe :auto="5000" style="hieght: auto;"> <swipe :auto="0" style="hieght: auto;">
<swipe-item class="swiper-demo-img" > <!-- <swipe-item class="swiper-demo-img" >
<a :href="signHref"> <a :href="signHref">
<img style="width: 100%;" :src="banner_list[0]" > <img style="width: 100%;" :src="banner_list[0]" >
</a> </a>
</swipe-item> </swipe-item> -->
<swipe-item class="swiper-demo-img"> <swipe-item class="swiper-demo-img">
<div class="topBox5686" > <div class="topBox5686" >
<div class="activityButton" @click="activityOnoff"></div> <!-- <div class="activityButton" @click="activityOnoff"></div> -->
</div> </div>
</swipe-item> </swipe-item>
</swipe> </swipe>
...@@ -921,7 +921,7 @@ export default { ...@@ -921,7 +921,7 @@ export default {
.topBox5686 { .topBox5686 {
// height: 400px; // height: 400px;
height: 310px; height: 310px;
background: url("~@/pages/index/assets/images/indexBanner.jpg") no-repeat; background: url("~@/pages/index/assets/images/banner.jpg") no-repeat;
background-size: 100% auto; background-size: 100% auto;
position: relative; position: relative;
......
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 sign in to comment