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..f71ad359 100644 --- a/buyer/src/assets/styles/global.scss +++ b/buyer/src/assets/styles/global.scss @@ -10,20 +10,28 @@ $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; $dark_sub_background_color: #1d1d1d; //稍微浅一点的 $dark_content_color: #d5d5d5; + +.wes-2 { + /* 适用于webkit内核和移动端 */ + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; +} /***** 封装一些方法可用于 黑暗主题 ,明亮主题 *****/ // 背景颜色 @@ -283,10 +291,24 @@ 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; +} +.width_1200_auto { + width: 1184px; + margin: 0 auto; - - +} diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue index fd9ed409..fe987258 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..be9422ce --- /dev/null +++ b/buyer/src/components/fixed/index.vue @@ -0,0 +1,117 @@ + + + + + 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 @@