diff --git a/buyer/src/assets/iconfont/back.png b/buyer/src/assets/iconfont/back.png new file mode 100644 index 00000000..2f5f423b Binary files /dev/null and b/buyer/src/assets/iconfont/back.png differ diff --git a/buyer/src/assets/iconfont/carts.png b/buyer/src/assets/iconfont/carts.png new file mode 100644 index 00000000..37277e9a Binary files /dev/null and b/buyer/src/assets/iconfont/carts.png differ diff --git a/buyer/src/assets/iconfont/collage.png b/buyer/src/assets/iconfont/collage.png new file mode 100644 index 00000000..b024813f Binary files /dev/null and b/buyer/src/assets/iconfont/collage.png differ diff --git a/buyer/src/assets/iconfont/consumer.png b/buyer/src/assets/iconfont/consumer.png new file mode 100644 index 00000000..a0c57ff0 Binary files /dev/null and b/buyer/src/assets/iconfont/consumer.png differ diff --git a/buyer/src/assets/iconfont/feedback.png b/buyer/src/assets/iconfont/feedback.png new file mode 100644 index 00000000..afee1d0f Binary files /dev/null and b/buyer/src/assets/iconfont/feedback.png differ diff --git a/buyer/src/assets/iconfont/notice.png b/buyer/src/assets/iconfont/notice.png new file mode 100644 index 00000000..ace6f215 Binary files /dev/null and b/buyer/src/assets/iconfont/notice.png differ diff --git a/buyer/src/assets/iconfont/notification.png b/buyer/src/assets/iconfont/notification.png new file mode 100644 index 00000000..fd47e9c1 Binary files /dev/null and b/buyer/src/assets/iconfont/notification.png differ diff --git a/buyer/src/assets/iconfont/shop.png b/buyer/src/assets/iconfont/shop.png new file mode 100644 index 00000000..c9a1de12 Binary files /dev/null and b/buyer/src/assets/iconfont/shop.png differ diff --git a/buyer/src/assets/iconfont/story.png b/buyer/src/assets/iconfont/story.png new file mode 100644 index 00000000..5f646573 Binary files /dev/null and b/buyer/src/assets/iconfont/story.png differ diff --git a/buyer/src/assets/iconfont/support.png b/buyer/src/assets/iconfont/support.png new file mode 100644 index 00000000..c69c9207 Binary files /dev/null and b/buyer/src/assets/iconfont/support.png differ diff --git a/buyer/src/assets/iconfont/user.png b/buyer/src/assets/iconfont/user.png new file mode 100644 index 00000000..a332557b Binary files /dev/null and b/buyer/src/assets/iconfont/user.png differ diff --git a/buyer/src/assets/styles/global.scss b/buyer/src/assets/styles/global.scss index ccd8c15d..ccfd7297 100644 --- a/buyer/src/assets/styles/global.scss +++ b/buyer/src/assets/styles/global.scss @@ -10,14 +10,14 @@ $warning_color: #ff9900; $error_color: #ed3f14; $handle-btn-color: #438cde; -$theme_color: #e4393c; +$theme_color: #F31947; $border_color: #dddee1; $title_color: #8c8c8c; $light_title_color: #1c2438; $light_content_color: #495060; $light_sub_color: #80848f; -$light_background_color: #f8f8f9; +$light_background_color: #F5F5F7; $light_white_background_color: #fff; // 暗黑主题颜色 $dark_background_color: #141414; @@ -283,8 +283,18 @@ li { left: auto; } } - - +.flex{ + display: flex; +} +.flex-a-c{ + align-items: center; +} +.flex-j-sb{ + justify-content: space-between; +} +.flex-j-c{ + justify-content: center; +} diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue index e3c5fd54..92792288 100644 --- a/buyer/src/components/Search.vue +++ b/buyer/src/components/Search.vue @@ -1,6 +1,6 @@ @@ -40,6 +45,7 @@ diff --git a/buyer/src/components/fixed/index.vue b/buyer/src/components/fixed/index.vue new file mode 100644 index 00000000..642e86e6 --- /dev/null +++ b/buyer/src/components/fixed/index.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/buyer/src/components/footer/Footer.vue b/buyer/src/components/footer/Footer.vue index 5ff1aa92..923240d8 100644 --- a/buyer/src/components/footer/Footer.vue +++ b/buyer/src/components/footer/Footer.vue @@ -3,20 +3,20 @@