diff --git a/components/diy_seckill/diy_seckill.wxml b/components/diy_seckill/diy_seckill.wxml index b07f9fb..f5e479f 100644 --- a/components/diy_seckill/diy_seckill.wxml +++ b/components/diy_seckill/diy_seckill.wxml @@ -22,9 +22,13 @@ 即将开始 - + 火热进行 + + 已抢光 + + @@ -80,12 +84,16 @@ 正在预热 - + 我要抢 + + 已抢光 + + diff --git a/components/diy_seckill/diy_seckill.wxss b/components/diy_seckill/diy_seckill.wxss index 9719c82..a47415c 100644 --- a/components/diy_seckill/diy_seckill.wxss +++ b/components/diy_seckill/diy_seckill.wxss @@ -283,4 +283,6 @@ swiper { .money{ display: flex; align-items: center; -} \ No newline at end of file +} + +.sp .sp_top .s_top_kill.gray{background-color:#bdbdc1;color: #fff;font-weight: normal} \ No newline at end of file