From 0b082dfcd1103f36259c2331bf8525ac0fff2e5c Mon Sep 17 00:00:00 2001 From: huangjinming Date: Mon, 27 Feb 2023 10:15:50 +0800 Subject: [PATCH] newcebg --- src/components/home/FooterBar.vue | 4 +- src/components/home/GameGallerp.vue | 2 +- src/components/home/GameIntroduction.vue | 14 ++++++- src/components/home/HeroSwiper.vue | 14 +++---- src/components/home/NavBar.vue | 35 ++++++++++++---- src/components/home/WhatCebg.vue | 52 +++++++++++++++--------- src/components/home/loginButton.vue | 48 ++++++++++++++++++++++ 7 files changed, 130 insertions(+), 39 deletions(-) create mode 100644 src/components/home/loginButton.vue 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 @@ + +
+ +
@@ -38,6 +42,7 @@ import TabBar from "./TabBar.vue"; import HeroCard from "./HeroCard.vue"; import WeaponCard from "./WeaponCard.vue"; import ChipCard from "./ChipCard.vue"; +import loginButton from "./loginButton.vue"; import { ref, computed } from "vue"; const listred = [ @@ -57,11 +62,13 @@ const getTabIcon = (index) => function handactiveTab(index) { activeTab.value = index; } + + + \ No newline at end of file