From 6dd68fe1c00e5f5c93a78ca34ed4c2cc7f65c93e Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 22 Mar 2019 20:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B8=B8=E6=88=8Ficon?= =?UTF-8?q?=E7=9A=84border-radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/recent-game.wpy | 2 +- src/style/game-cell.wxss | 1 + src/style/game-info.wxss | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/recent-game.wpy b/src/components/recent-game.wpy index 47f59cf..fc2e257 100644 --- a/src/components/recent-game.wpy +++ b/src/components/recent-game.wpy @@ -13,7 +13,7 @@ .recent-game .one-game{ width: 138rpx; height: 138rpx; - border-radius:10rpx; + border-radius:6rpx; overflow:hidden; display: inline-block; margin-left:10rpx; diff --git a/src/style/game-cell.wxss b/src/style/game-cell.wxss index fd240f9..7609d1c 100644 --- a/src/style/game-cell.wxss +++ b/src/style/game-cell.wxss @@ -19,6 +19,7 @@ height: 100%; max-width: 100%; max-height: 100%; + border-radius: 6rpx; } .content-view { flex:1; diff --git a/src/style/game-info.wxss b/src/style/game-info.wxss index 0d81626..576853c 100644 --- a/src/style/game-info.wxss +++ b/src/style/game-info.wxss @@ -7,7 +7,7 @@ .top-game-icon { width: 130rpx; height: 130rpx; - border-radius: 10rpx; + border-radius: 6rpx; overflow: hidden; } .top-game-icon image {