From 4fd03d0b8da2184392564fdda172fb9626249793 Mon Sep 17 00:00:00 2001 From: king <2229249788@qq.com> Date: Wed, 23 Aug 2023 17:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=92=8C=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/MyButton.tsx | 1 + src/pages/business/videoInfo/videoInfo.tsx | 9 +- src/pages/home/components/curRecommended.tsx | 1 + src/pages/home/components/feature.tsx | 4 +- .../home/components/feature_recommended.tsx | 30 ++++--- src/pages/home/home.config.ts | 6 +- src/pages/home/home.module.scss | 26 +++--- src/pages/home/home.tsx | 12 +-- src/pages/login/login.tsx | 2 +- src/pages/preview/brand/info/info.tsx | 85 ++++++++++++++++++ src/pages/preview/health/health.tsx | 10 +-- src/pages/preview/illness/list/list.tsx | 35 ++++---- src/pages/preview/profession/profession.tsx | 6 +- .../preview/videoFull/videoFull.module.scss | 8 ++ src/pages/preview/videoFull/videoFull.tsx | 59 ++++++++---- src/static/img/brandTop.png | Bin 0 -> 3310 bytes src/static/img/healthTop.png | Bin 0 -> 4945 bytes src/static/img/illnessTop.png | Bin 0 -> 4954 bytes src/static/img/professionTop.png | Bin 0 -> 4701 bytes 19 files changed, 204 insertions(+), 90 deletions(-) create mode 100644 src/static/img/brandTop.png create mode 100644 src/static/img/healthTop.png create mode 100644 src/static/img/illnessTop.png create mode 100644 src/static/img/professionTop.png diff --git a/src/components/button/MyButton.tsx b/src/components/button/MyButton.tsx index ce167c3..3db9d48 100644 --- a/src/components/button/MyButton.tsx +++ b/src/components/button/MyButton.tsx @@ -55,6 +55,7 @@ const MyButton: FC = (props) => {