Commit d7f8e067 by 刘泽奇

213

parent 3b199f05
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -180,6 +180,8 @@ li {
height: 80px;
background: #32b6e7;
color: #fff;
font-size: 18px;
box-shadow: 0 1px 8px 0 #d3d3d3;
}
.brandreg-swiper .brandreg-swiper-content-button-enter {
......@@ -208,6 +210,7 @@ li {
box-sizing: border-box;
padding-left: 100px;
align-items: center;
font-size: 16px;
height: 70px;
background: #2F3353;
color: #fff;
......
......@@ -32,7 +32,7 @@
</div>
</div>
<div class="brandreg">
<div style="width: 1200px;margin: 30px auto 0;">
<div style="width: 1200px;margin: 30px auto ;">
<div class="brand" style="width:100%;">
<div style="width:1200px;margin:0 auto">
<div style="width:1200px">
......@@ -48,7 +48,7 @@
</div>
</div>
<!-- 轮播部分 -->
<div class="brandreg-swiper" @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-wrapper">
<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