diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue
index afb164a..1202bbd 100644
--- a/pages/goods/detail.vue
+++ b/pages/goods/detail.vue
@@ -201,14 +201,14 @@
-
+
-
+
+ -->
@@ -1736,7 +1736,7 @@
border-radius: 6rpx 6rpx 6rpx 6rpx;
opacity: 1;
margin: 20rpx 18rpx 0rpx 18rpx;
- padding: 24rpx 0 0 36rpx;
+ padding: 24rpx 0 0 18rpx;
.aboutHead {
display: flex;
@@ -1768,26 +1768,22 @@
.goodsList {
display: flex;
flex-wrap: wrap;
- margin-top: 30rpx;
padding-bottom: 20rpx;
overflow: hidden;
.goodsItem {
+ width: 216rpx;
margin-right: 18rpx;
.img {
- width: 204rpx;
- height: 168rpx;
+ width: 216rpx;
+ height: 180rpx;
background: #FBFBFB;
border-radius: 6rpx 6rpx 6rpx 6rpx;
- opacity: 1;
- display: flex;
- justify-content: center;
- align-items: center;
.goodsImg {
- width: 190rpx;
- height: 144rpx;
+ width: 216rpx;
+ height: 168rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
opacity: 1;
}