diff --git a/src/components/home/DameplaySwiperCard.vue b/src/components/home/DameplaySwiperCard.vue index 80d6d11..e14146d 100644 --- a/src/components/home/DameplaySwiperCard.vue +++ b/src/components/home/DameplaySwiperCard.vue @@ -153,5 +153,8 @@ const handSlideNext = () => { background: url("@/assets/img/home/game-swiper-card/bullet-active.png") no-repeat right center; } + :deep( .swiper-pagination-bullet) { + opacity: 1; + } } diff --git a/src/components/home/GameGallerp.vue b/src/components/home/GameGallerp.vue index 9ece45e..e9cb08e 100644 --- a/src/components/home/GameGallerp.vue +++ b/src/components/home/GameGallerp.vue @@ -190,6 +190,9 @@ function handleScroll() { margin: 59px auto; margin-bottom: 71px; } + .btn{ + padding-top: 30px; + } .btn { width: 100%; display: flex; @@ -240,7 +243,7 @@ function handleScroll() { // transform: scaleX(1, 1); // } .go-to-btn { - margin-top: 30px; + // padding-top: 30px; width: 196px; height: 62px; position: relative; @@ -248,9 +251,8 @@ function handleScroll() { color: #263641; cursor: pointer; background-image: url("@/assets/img/home/go-to-btn.png"); - background-position: center; background-repeat: no-repeat; - background-size: cover; + background-size: 100% 100%; // border: 1px solid #333; // overflow: hidden; transition: background-image 0.3s; diff --git a/src/components/home/GameIntroduction.vue b/src/components/home/GameIntroduction.vue index b335def..7e9a411 100644 --- a/src/components/home/GameIntroduction.vue +++ b/src/components/home/GameIntroduction.vue @@ -26,7 +26,7 @@ - +