From bff1afa74256765477a0b34d66dc6e2c4b2b5fd2 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 25 Mar 2019 15:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=A0=8F=E4=BD=8D=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/recent-game.wpy | 33 +++++++++++--- src/pages/index.wpy | 78 +++++++++++++++++++++++++++++----- src/style/index.wxss | 2 +- 3 files changed, 96 insertions(+), 17 deletions(-) diff --git a/src/components/recent-game.wpy b/src/components/recent-game.wpy index fc2e257..93191ea 100644 --- a/src/components/recent-game.wpy +++ b/src/components/recent-game.wpy @@ -32,14 +32,27 @@ background-color:#EFEFF4; margin-bottom: 20rpx; } + .title-divider { + margin-left: 8px; + margin-right: 8px; + } + .selected { + color: green; + }