diff --git a/src/components/home/FooterBar.vue b/src/components/home/FooterBar.vue index c71d22b..d248088 100644 --- a/src/components/home/FooterBar.vue +++ b/src/components/home/FooterBar.vue @@ -289,13 +289,13 @@ function backTop() { .about-lable-child { display: flex; position: relative; - justify-content: space-evenly; + justify-content: space-between; // align-items: center; padding-bottom: 24px; margin-top: 40px; .child-item { - flex: 1; + // flex: 1; display: flex; // justify-content: space-between; // align-items: center; diff --git a/src/components/home/GameGallerp.vue b/src/components/home/GameGallerp.vue index 688880d..bb52cd7 100644 --- a/src/components/home/GameGallerp.vue +++ b/src/components/home/GameGallerp.vue @@ -157,7 +157,7 @@ function handleScroll() { .title { position: absolute; right: 0%; - top: -750px; + top: -342px; text-align: center; font-size: 190px; font-family: "Big John"; diff --git a/src/components/home/GameIntroduction.vue b/src/components/home/GameIntroduction.vue index 6098e38..60249b2 100644 --- a/src/components/home/GameIntroduction.vue +++ b/src/components/home/GameIntroduction.vue @@ -26,6 +26,10 @@ + +