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 @@