diff --git a/packages/client/src/pages/welcome.entrance.a.vue b/packages/client/src/pages/welcome.entrance.a.vue
index 91f492abd8..ae73e72064 100644
--- a/packages/client/src/pages/welcome.entrance.a.vue
+++ b/packages/client/src/pages/welcome.entrance.a.vue
@@ -8,107 +8,109 @@
:noTabCollapse="true"
:displayHomeButton="false"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- {{ i18n.ts.recentPosts }}
+
+
+
+
-
-
-
+
-
-
-
- {{ i18n.ts.popularPosts }}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ i18n.ts.recentPosts }}
+
+
+
+
+
+
+
+
+ {{ i18n.ts.popularPosts }}
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -266,25 +268,31 @@ const popularPostsPagination = {
#visitor-view {
margin-top: -55px;
padding-top: 55px;
+ .swiper {
+ margin-top: -55px;
+ padding-top: 55px;
+ }
+ @media (min-width: 1100px) {
+ .swiper {
+ mask: linear-gradient(to bottom, black 70%, transparent 97%);
+ -webkit-mask: linear-gradient(to bottom, black 70%, transparent 97%);
+ padding-block: calc(2.5vw + 55px) 30vh;
+ margin-top: -55px;
+ max-height: 100vh;
+ box-sizing: border-box;
+ overflow: hidden auto !important;
+ }
+ &::before {
+ content: "";
+ position: fixed;
+ inset: 0;
+ background-repeat: no-repeat;
+ background-size: cover;
+ background-position: center;
+ opacity: .5;
+ // filter: blur(4px);
+ background-image: v-bind("wallpaper");
+ }
+ }
}
-// :deep(.swiper-wrapper) {
-// mask: linear-gradient(to bottom, black 70%, transparent 95%);
-// padding-block: calc(2.5vw + 55px) 30vh;
-// margin-top: -55px;
-// max-height: 100vh;
-// box-sizing: border-box;
-// overflow: hidden auto !important;
-// }
-// &::before {
-// content: "";
-// position: fixed;
-// inset: 0;
-// background-repeat: no-repeat;
-// background-size: cover;
-// background-position: center;
-// opacity: .5;
-// filter: blur(4px);
-// background-image: v-bind("wallpaper");
-// }
-// }
diff --git a/packages/client/src/ui/visitor.vue b/packages/client/src/ui/visitor.vue
index 32fb9bf219..3f83b88ba6 100644
--- a/packages/client/src/ui/visitor.vue
+++ b/packages/client/src/ui/visitor.vue
@@ -6,7 +6,7 @@
v-if="!isDesktop && mainRouter.currentRoute.value.name !== 'index'"
/>
-