diff --git a/components/diy_seckill/diy_seckill.wxml b/components/diy_seckill/diy_seckill.wxml
index fb094aa..cc5860f 100644
--- a/components/diy_seckill/diy_seckill.wxml
+++ b/components/diy_seckill/diy_seckill.wxml
@@ -41,7 +41,7 @@
¥{{aitem.market_price}}
- 已秒 10件,
+ 已秒 10件
还剩余20件
@@ -79,10 +79,10 @@
{{aitem.goods_name}}
-
- 已秒 10件,
+
+ 已秒 10件
还剩余20件
-
+
@@ -100,6 +100,225 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{aitem.djs.day}}天{{aitem.djs.hou}}:{{aitem.djs.min}}:{{aitem.djs.sec}}
+
+
+ {{aitem.goods_name}}
+
+ 已秒 10件
+ 剩20件
+
+
+
+
+ ¥{{aitem.price}}
+ ¥{{aitem.market_price}}
+
+
+
+
+ {{object.button_content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{aitem.djs.day}}天{{aitem.djs.hou}}:{{aitem.djs.min}}:{{aitem.djs.sec}}
+
+
+
+
+ {{aitem.goods_name}}
+
+ 已秒 10件
+ 剩20件
+
+
+
+
+ ¥{{aitem.price}}
+ ¥{{aitem.market_price}}
+
+
+
+
+ {{object.button_content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 距结束时间
+ {{aitem.djs.day}}天{{aitem.djs.hou}}:{{aitem.djs.min}}:{{aitem.djs.sec}}
+
+
+ {{aitem.goods_name}}
+
+
+
+ ¥{{aitem.price}}
+ ¥{{aitem.market_price}}
+
+
+ 已秒 10件
+ 还剩余20件
+
+
+
+
+ {{object.button_content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{aitem.djs.day}}天{{aitem.djs.hou}}:{{aitem.djs.min}}:{{aitem.djs.sec}}
+
+
+ {{aitem.goods_name}}
+
+ 已秒 10件
+ 还剩余20件
+
+
+
+
+ ¥{{aitem.price}}
+ ¥{{aitem.market_price}}
+
+
+
+
+ {{object.button_content}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{aitem.djs.day}}天{{aitem.djs.hou}}:{{aitem.djs.min}}:{{aitem.djs.sec}}
+
+
+ {{aitem.goods_name}}
+
+ 已秒 10件
+ 还剩余20件
+
+
+
+
+ ¥{{aitem.price}}
+ ¥{{aitem.market_price}}
+
+
+
+
+ {{object.button_content}}
+
+
+
+
+
+
+
+
+
+
diff --git a/components/diy_seckill/diy_seckill.wxss b/components/diy_seckill/diy_seckill.wxss
index df00e70..0aea913 100644
--- a/components/diy_seckill/diy_seckill.wxss
+++ b/components/diy_seckill/diy_seckill.wxss
@@ -292,6 +292,7 @@ swiper {
.ellipsis-2 {
+ height: 75rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
@@ -327,14 +328,15 @@ swiper {
}
.new_item1_goods_name{
padding: 10rpx;
- font-size: 28rpx;
-
+ font-size: 26rpx;
+ width: 100%;
}
.new_item1_price{
display: flex;
- padding: 10rpx;
+ padding: 0 10rpx;
align-items: center;
justify-content: space-between;
+ font-size: 26rpx;
}
.clor{
color: rgba(196, 24, 45, 1);