|
@@ -555,7 +555,7 @@ export default {
|
|
|
this.$set(this, `videoData`, res.data.videodata);
|
|
|
this.$nextTick(() => {
|
|
|
var mySwiper = new Swiper('.swiper-container', {
|
|
|
- slidesPerView: 7,
|
|
|
+ slidesPerView: 8,
|
|
|
centeredSlides: true,
|
|
|
centeredSlidesBounds: true,
|
|
|
// 如果需要前进后退按钮
|
|
@@ -739,7 +739,7 @@ export default {
|
|
|
height: 39px;
|
|
|
line-height: 39px;
|
|
|
text-align: center;
|
|
|
- margin: 0 5px;
|
|
|
+ // margin: 0 5px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.videodata:hover {
|
|
@@ -752,7 +752,7 @@ export default {
|
|
|
height: 39px;
|
|
|
line-height: 39px;
|
|
|
text-align: center;
|
|
|
- margin: 0 5px;
|
|
|
+ // margin: 0 5px;
|
|
|
font-weight: bold;
|
|
|
color: #fff;
|
|
|
background: #409eff;
|