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