From ed3e96e8f028e4d3e324c3c5edf8361cbae4affb Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 10 Jan 2019 14:32:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=90=E9=95=BF=E5=80=BC=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/czdetail/czdetail.wxml | 3 ++- pages/czdetail/czdetail.wxss | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/czdetail/czdetail.wxml b/pages/czdetail/czdetail.wxml index 6dc1630..85f7f33 100644 --- a/pages/czdetail/czdetail.wxml +++ b/pages/czdetail/czdetail.wxml @@ -20,7 +20,8 @@ {{item.createDate}} - +{{item.scoreAmount}}分 + 重置为{{item.scoreAmount}}分 + +{{item.scoreAmount}}分 {{item.scoreAmount}}分 diff --git a/pages/czdetail/czdetail.wxss b/pages/czdetail/czdetail.wxss index 0db4b49..0bf9d0c 100644 --- a/pages/czdetail/czdetail.wxss +++ b/pages/czdetail/czdetail.wxss @@ -78,14 +78,16 @@ .content>view:nth-of-type(2n+1) { float: left; - width: 68%; + width: 60%; + height: 145rpx; overflow: hidden; } .content>view:nth-of-type(2n) { - width: 30%; + width: 38%; float: right; text-align: right; + height: 145rpx; line-height: 145rpx; overflow: hidden; }