diff --git a/components/article-card/article-card.vue b/components/article-card/article-card.vue
index 15b1897..4191eef 100644
--- a/components/article-card/article-card.vue
+++ b/components/article-card/article-card.vue
@@ -66,7 +66,7 @@
display: flex;
box-sizing: border-box;
margin: 0 24rpx;
- padding: 24rpx;
+ padding:22rpx 24rpx;
border-radius: 12rpx;
background-color: #ffff;
box-shadow: 0rpx 2rpx 24rpx rgba(0, 0, 0, 0.03);
diff --git a/components/category-mini-card/category-mini-card.vue b/components/category-mini-card/category-mini-card.vue
index ec935c4..0a01e26 100644
--- a/components/category-mini-card/category-mini-card.vue
+++ b/components/category-mini-card/category-mini-card.vue
@@ -43,7 +43,7 @@
top: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
+ background-color: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(3rpx);
}
diff --git a/pages/tabbar/category/category.vue b/pages/tabbar/category/category.vue
index fd6564c..29a195a 100644
--- a/pages/tabbar/category/category.vue
+++ b/pages/tabbar/category/category.vue
@@ -25,9 +25,6 @@
style="font-size: 24rpx;color: #ffffff;margin-top: 6rpx;">
共 {{ item.postCount }} 篇文章
-
- 共 {{ item.postCount }} 篇内容
-
@@ -442,6 +439,7 @@ export default {
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.15);
+ backdrop-filter: blur(3rpx);
z-index: 1;
}
}
diff --git a/pages/tabbar/gallery/gallery.vue b/pages/tabbar/gallery/gallery.vue
index 7d0c1df..ec1fc25 100644
--- a/pages/tabbar/gallery/gallery.vue
+++ b/pages/tabbar/gallery/gallery.vue
@@ -2,7 +2,7 @@
-