From e12ce1fedca4050f79e096b0971b719617104ae4 Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Thu, 17 Mar 2022 21:06:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?updated=20=E6=B7=BB=E5=8A=A0=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 59 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index ce7fbfc..36edf42 100644 --- a/index.html +++ b/index.html @@ -13,26 +13,53 @@ color:#999; } canvas{display:block;background: #000;} - .info{ - line-height: 30px; + .mod-game .info{ + padding: 10px 0; + margin-bottom: 5px; + line-height: 20px; text-align: center; - margin-bottom: 10px; + color: #666; } - p{ - line-height: 24px; + .mod-game .info p{ + line-height: 20px; + font-size: 14px; + color: #666; + } + .mod-game .intro{ + padding: 10px 15px; + background: #f8f8f8; + border-radius: 5px; + } + .mod-game .intro p{ + line-height: 22px; text-indent: 2em; font-size: 14px; + color: #666; } - .mod-botton{ + .mod-button{ height: 32px; padding: 15px 0; text-align: center; } + .mod-button span,.mod-button a{ + vertical-align: middle; + } + .mod-button .btn{ + display: inline-block; + padding: 0 12px; + line-height: 26px; + color: #24292f; + border: 1px solid #dddede; + text-decoration: none; + font-size: 13px; + color: #24292f; + border-radius: 2px; + } From e08eb3963a9e9f5c54efa6454d0ef8087f80de2b Mon Sep 17 00:00:00 2001 From: PASSER-BY Date: Thu, 17 Mar 2022 21:19:12 +0800 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 36edf42..e4babef 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@