From 061985174b9927c524ecf8601cf3f02008d72130 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 2 Jun 2023 20:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=94=B6=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/globalVar.scss | 4 +++- src/components/Bottom.vue | 16 ++++++++++++++++ src/components/SubNavigation.vue | 15 +++++++++++++++ src/components/Swiper.vue | 4 ---- src/pages/Company.vue | 2 ++ src/pages/index.vue | 8 +++++++- 6 files changed, 43 insertions(+), 6 deletions(-) create mode 100644 src/components/Bottom.vue create mode 100644 src/components/SubNavigation.vue diff --git a/src/assets/scss/globalVar.scss b/src/assets/scss/globalVar.scss index 771137c..5142c71 100644 --- a/src/assets/scss/globalVar.scss +++ b/src/assets/scss/globalVar.scss @@ -1 +1,3 @@ -$bg-color: #1989fa; \ No newline at end of file +$bg-color: #1989fa; +$bottom-height: 38px; +$sub-header-height: 47px; diff --git a/src/components/Bottom.vue b/src/components/Bottom.vue new file mode 100644 index 0000000..fcdcd68 --- /dev/null +++ b/src/components/Bottom.vue @@ -0,0 +1,16 @@ + + + + + diff --git a/src/components/SubNavigation.vue b/src/components/SubNavigation.vue new file mode 100644 index 0000000..1b74c4a --- /dev/null +++ b/src/components/SubNavigation.vue @@ -0,0 +1,15 @@ + + + + + diff --git a/src/components/Swiper.vue b/src/components/Swiper.vue index afad721..0808ec8 100644 --- a/src/components/Swiper.vue +++ b/src/components/Swiper.vue @@ -21,12 +21,8 @@ - +