diff --git a/components/badge/badge.vue b/components/badge/badge.vue
index 3afd3a0c..7f8d5a88 100644
--- a/components/badge/badge.vue
+++ b/components/badge/badge.vue
@@ -45,7 +45,7 @@
background-color: #FF3B30;
border-radius: 40rpx;
color: #fff;
- font-size: 10px;
+ font-size: 20rpx;
padding: 2rpx 2rpx;
box-shadow: 0 0 10rpx rgb(0 0 0 / 30%);
}
diff --git a/components/diy/footer.vue b/components/diy/footer.vue
index 3fc366dc..86c50200 100644
--- a/components/diy/footer.vue
+++ b/components/diy/footer.vue
@@ -15,7 +15,7 @@
{{ item.name }}
-
+
@@ -188,6 +188,10 @@
}
}
}
+ .badge-icon {
+ margin-top: -76rpx;
+ margin-right: -76rpx;
+ }
}
}
diff --git a/pages/goods-category/goods-category.css b/pages/goods-category/goods-category.css
index 355e55e9..883da51a 100644
--- a/pages/goods-category/goods-category.css
+++ b/pages/goods-category/goods-category.css
@@ -275,6 +275,10 @@
box-shadow: 0rpx 4rpx 8rpx 0px rgba(0, 0, 0, 0.16);
line-height: 84rpx;
height: 84rpx;
+}
+.botton-nav .btn {
+ height: 70rpx;
+ line-height: 70rpx;
}
.botton-nav .cart .badge-icon {
top: -20rpx;
diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue
index e6326daa..25c84b5c 100644
--- a/pages/goods-category/goods-category.vue
+++ b/pages/goods-category/goods-category.vue
@@ -342,7 +342,7 @@
{{ (cart || null) == null ? 0 : cart.total_price || 0 }}
-
+