From 4bcea0029d8b5e596f18cef6e633975c26c2fa60 Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Sun, 8 May 2022 18:40:31 +0800 Subject: [PATCH 01/10] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E9=A1=B5=E5=B0=BE,=E9=A1=B5=E5=A4=B4=E7=BD=AE?= =?UTF-8?q?=E9=A1=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/global.scss | 1 + layouts/default.vue | 5 +- layouts/module/footer/index.vue | 83 +++++++ layouts/module/header/HeaderInfoBar.vue | 20 +- layouts/module/header/index.vue | 234 ++++++++++++++------ pages/index/module/Banner.vue | 33 ++- static/images/layout/footer-1.png | Bin 0 -> 4025 bytes static/images/layout/footer-2.png | Bin 0 -> 3082 bytes static/images/layout/footer-3.png | Bin 0 -> 3686 bytes static/images/layout/footer-4.png | Bin 0 -> 3766 bytes static/images/layout/icon-login-sticky.png | Bin 0 -> 215 bytes static/images/layout/icon-search-sticky.png | Bin 0 -> 1157 bytes static/images/layout/icon-shop-sticky.png | Bin 0 -> 846 bytes static/images/layout/logo-sticky.png | Bin 0 -> 6675 bytes 14 files changed, 298 insertions(+), 78 deletions(-) create mode 100644 layouts/module/footer/index.vue create mode 100644 static/images/layout/footer-1.png create mode 100644 static/images/layout/footer-2.png create mode 100644 static/images/layout/footer-3.png create mode 100644 static/images/layout/footer-4.png create mode 100644 static/images/layout/icon-login-sticky.png create mode 100644 static/images/layout/icon-search-sticky.png create mode 100644 static/images/layout/icon-shop-sticky.png create mode 100644 static/images/layout/logo-sticky.png diff --git a/assets/scss/global.scss b/assets/scss/global.scss index f23d7c0..3a48ed2 100644 --- a/assets/scss/global.scss +++ b/assets/scss/global.scss @@ -1,5 +1,6 @@ @import './flex.scss'; +@import './util.scss'; * { -webkit-box-sizing: border-box; box-sizing: border-box; diff --git a/layouts/default.vue b/layouts/default.vue index ba34c1a..9bb1cfd 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -9,15 +9,16 @@
- +
diff --git a/layouts/module/header/HeaderInfoBar.vue b/layouts/module/header/HeaderInfoBar.vue index 12de5bc..a62300b 100644 --- a/layouts/module/header/HeaderInfoBar.vue +++ b/layouts/module/header/HeaderInfoBar.vue @@ -6,12 +6,11 @@