From 72fae3f38571f43899b58e8bbcdeacaaeb1f4b94 Mon Sep 17 00:00:00 2001 From: Zhang HaoYang <1304907854@qq.com> Date: Sun, 24 Dec 2023 01:23:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B0=E4=BB=A3=E6=B8=85=E6=B2=A1=E5=A4=B4?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/home-style.css | 4 +++- src/assets/img/messageButton.svg | 1 + src/components/detail/NavDetail.vue | 4 ++-- src/components/detail/UserComment.vue | 28 ++++++++++++++++++++++++--- src/components/home/HomePage.vue | 9 ++++++--- src/components/hotNews/NewsCard.vue | 16 ++++++++++----- 6 files changed, 48 insertions(+), 14 deletions(-) create mode 100644 src/assets/img/messageButton.svg diff --git a/src/assets/css/home-style.css b/src/assets/css/home-style.css index 24facce..23ce679 100644 --- a/src/assets/css/home-style.css +++ b/src/assets/css/home-style.css @@ -825,6 +825,7 @@ body.light-mode .video-bg:before { align-items: center; flex-wrap: wrap; width: calc(100% + 20px); + margin-top:20px; } .app-card { @@ -969,13 +970,13 @@ body.light-mode .video-bg:before { /** 总推荐标签 **/ .RecAll{ display:flex; + height:300px; flex-direction: row; } /** 单列推荐标签 **/ .SingleLabel{ margin-top:2px; -//background-color: rgba(217, 217, 217, 0.5); width:210px; height: 100%; border-radius:10px; @@ -1047,6 +1048,7 @@ body.light-mode .video-bg:before { .NavInfo{ font-weight:550; + height:200px!important; display: flex; flex-direction:column; } diff --git a/src/assets/img/messageButton.svg b/src/assets/img/messageButton.svg new file mode 100644 index 0000000..1313398 --- /dev/null +++ b/src/assets/img/messageButton.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/detail/NavDetail.vue b/src/components/detail/NavDetail.vue index 8c52559..8f9855c 100644 --- a/src/components/detail/NavDetail.vue +++ b/src/components/detail/NavDetail.vue @@ -1,5 +1,5 @@