From 29593190cdd6f32fca8602d7e21b03e00eff7fc0 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Fri, 27 Dec 2019 18:38:25 +0800 Subject: [PATCH] 已抢光的设置 --- components/diy_seckill/diy_seckill.wxml | 12 ++++++++++-- components/diy_seckill/diy_seckill.wxss | 4 +++- 2 files changed, 13 insertions(+), 3 deletions(-) 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 -- libgit2 0.21.4