From 78eb84b2b80cf2a74c36d130e2252eff388b1efc Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 27 Dec 2023 23:37:33 +0800 Subject: [PATCH] nav detail update --- src/assets/css/home-style.css | 12 ++- src/components/detail/HotRecomment.vue | 112 +++++++++----------- src/components/detail/NavDetail.vue | 8 +- src/components/detail/NewRecomment.vue | 119 ++++++++++------------ src/components/detail/RandomRecomment.vue | 73 +------------ src/components/home/NavList.vue | 4 +- src/components/home/SearchInput.vue | 20 ++-- 7 files changed, 129 insertions(+), 219 deletions(-) diff --git a/src/assets/css/home-style.css b/src/assets/css/home-style.css index 30c5e8d..5eebe24 100644 --- a/src/assets/css/home-style.css +++ b/src/assets/css/home-style.css @@ -978,14 +978,20 @@ body.light-mode .video-bg:before { /** 总推荐标签 **/ .RecAll{ display:flex; - height:300px; flex-direction: row; + height:330px; + width: 330px; + overflow-y: scroll; + flex-wrap: wrap; } /** 单列推荐标签 **/ .SingleLabel{ margin-top:2px; - width:210px; + width:330px; + display: flex; + flex-direction: row; + flex-wrap: wrap; height: 100%; border-radius:10px; } @@ -996,7 +1002,7 @@ body.light-mode .video-bg:before { font-size:13px; margin-top:8px; margin-left:5px; - width:155px; + width:330px; height:30px; border-radius:10px; color: var(--theme-color); diff --git a/src/components/detail/HotRecomment.vue b/src/components/detail/HotRecomment.vue index e759c55..1af2259 100644 --- a/src/components/detail/HotRecomment.vue +++ b/src/components/detail/HotRecomment.vue @@ -8,70 +8,14 @@
-
- - -
- - 弱智吧 -
-
-
- - -
- - 弱智吧 -
-
-
- - -
- - 弱智吧 -
-
-
- - -
- - 弱智吧 -
-
-
-
-
- - -
- - 弱智吧 -
-
-
- - -
- - 弱智吧 -
-
-
- - -
- - 弱智吧 -
-
-
- - -
- - 弱智吧 +
+
+ +
+ 图标 +
+
+ {{item.name}}
@@ -80,14 +24,17 @@