Commit 62627b8b by 刘泽奇

123

parent cfadf981
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -151,8 +151,9 @@ li { ...@@ -151,8 +151,9 @@ li {
} }
.brandreg-swiper .swiper-container { .brandreg-swiper .swiper-container {
width: 1200px; width: 1203px;
height: 380px; height: 380px;
padding-left: 3px ;
} }
.brandreg-swiper .swiper-wrapper { .brandreg-swiper .swiper-wrapper {
...@@ -181,7 +182,6 @@ li { ...@@ -181,7 +182,6 @@ li {
background: #32b6e7; background: #32b6e7;
color: #fff; color: #fff;
font-size: 18px; font-size: 18px;
box-shadow: 0 1px 8px 0 #d3d3d3;
} }
.brandreg-swiper .brandreg-swiper-content-button-enter { .brandreg-swiper .brandreg-swiper-content-button-enter {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</div> </div>
</div> </div>
<div class="brandreg"> <div class="brandreg">
<div style="width: 1200px;margin: 30px auto ;"> <div style="width:1200px;margin: 30px auto ;">
<div class="brand" style="width:100%;"> <div class="brand" style="width:100%;">
<div style="width:1200px;margin:0 auto"> <div style="width:1200px;margin:0 auto">
<div style="width:1200px"> <div style="width:1200px">
...@@ -48,7 +48,8 @@ ...@@ -48,7 +48,8 @@
</div> </div>
</div> </div>
<!-- 轮播部分 --> <!-- 轮播部分 -->
<div class="brandreg-swiper swiper-no-swiping" @mouseenter="dataList.length>3 ? showArrows = true : showArrows=false"> <div class="brandreg-swiper swiper-no-swiping"
@mouseenter="dataList.length>3 ? showArrows = true : showArrows=false">
<div class="swiper-container"> <div class="swiper-container">
<div class="swiper-wrapper"> <div class="swiper-wrapper">
<div class="swiper-slide" v-for="(item, index) in dataList" <div class="swiper-slide" v-for="(item, index) in dataList"
......
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