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;