From 39c748ae4000239c5e4633b75d8acec7f059b0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Wed, 20 Mar 2019 16:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E5=80=92=E8=AE=A1=E6=97=B6?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/mySpellGroup/index.wxml | 6 +++--- pages/spellGroup/mySpellGroup/index.wxss | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pages/spellGroup/mySpellGroup/index.wxml b/pages/spellGroup/mySpellGroup/index.wxml index f6205a7..e716f53 100644 --- a/pages/spellGroup/mySpellGroup/index.wxml +++ b/pages/spellGroup/mySpellGroup/index.wxml @@ -23,9 +23,9 @@ {{spellData.nickName}}的团还差1人 - {{day}} - {{hour}}: - {{min}}: + {{day}} + {{hour}}: + {{min}}: {{sec}} diff --git a/pages/spellGroup/mySpellGroup/index.wxss b/pages/spellGroup/mySpellGroup/index.wxss index 5ae5910..657c3cd 100644 --- a/pages/spellGroup/mySpellGroup/index.wxss +++ b/pages/spellGroup/mySpellGroup/index.wxss @@ -102,10 +102,11 @@ color: #FF3535; } .status03{ - /* width: 160rpx; */ + width: 264rpx; float: left; padding-left: 10rpx; color: #F74812; + box-sizing: border-box; } .hh,.mm,.ss{ display: inline-block; @@ -117,10 +118,19 @@ width: 38rpx; background: #F74812; border-radius:10rpx; - margin: 46rpx 8rpx 0 0; + margin: 46rpx 0 0 0; text-align: center; line-height: 38rpx; } +.day-box{ + width: 40rpx; + text-align: center; +} +.mao{ + display: inline-block; + width: 20rpx; + text-align: center; +} .status04{ float: left; width: 146rpx;