diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxml b/components/diy_goodsGroup/diy_goodsGroup.wxml
index 86cd51d..ce71705 100644
--- a/components/diy_goodsGroup/diy_goodsGroup.wxml
+++ b/components/diy_goodsGroup/diy_goodsGroup.wxml
@@ -149,7 +149,7 @@
-
@@ -285,7 +285,7 @@
-
@@ -422,7 +422,7 @@
-
diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxss b/components/diy_goodsGroup/diy_goodsGroup.wxss
index 0ead973..aeb3a85 100644
--- a/components/diy_goodsGroup/diy_goodsGroup.wxss
+++ b/components/diy_goodsGroup/diy_goodsGroup.wxss
@@ -145,6 +145,7 @@
height: 318rpx;
margin-top: 20rpx;
display: flex;
+ position: relative;
}
.zs_t_img_x {
@@ -236,7 +237,7 @@
height: 56rpx;
position: relative;
right: 56rpx;
- top: 234rpx;
+ top: 0rpx;
}
.zs_t1_x3 {
@@ -473,6 +474,13 @@
left: 0rpx;
top: 10rpx;
}
+.zs_t1_x4{
+ width: 56rpx;
+ height: 56rpx;
+ position: absolute;
+ right: 0rpx;
+ bottom: 10rpx;
+}
.zs_t2_3l {
width: 56rpx;
@@ -562,3 +570,5 @@
overflow: hidden;
white-space: nowrap;
}
+
+