From f641a7cd5dd9f15851c4aef8068e88f51053ecbe Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 19 Feb 2019 15:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B8=B8=E6=88=8F=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E6=B8=B8=E6=88=8F=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84margin-top?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/game-info.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/game-info.wxss b/src/style/game-info.wxss index a2c6df7..eda9073 100644 --- a/src/style/game-info.wxss +++ b/src/style/game-info.wxss @@ -36,7 +36,7 @@ } .more-game-info { border-bottom: 1px solid #eee; - margin-top:10rpx; + margin-top:35rpx; padding-bottom:10rpx; width: 100%; line-height:45rpx;