From 643458a55fb360cde85cc7f828ad990e7c8b520a Mon Sep 17 00:00:00 2001 From: mumuy Date: Mon, 25 Jul 2016 10:50:26 +0800 Subject: [PATCH] =?UTF-8?q?updated=20DEMO=E6=B7=BB=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E6=B3=A8=E6=8C=89=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++++ style/index.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/index.html b/index.html index c1cd966..31f44e3 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,10 @@

本计算器为开源软件,引用还请注明来源“passer-by.com制作”,直接引用脚本可以获取最新更新!

+
+ Follow @mumuy + Star +
@@ -127,5 +131,6 @@ $btns[3].disabled=false; } + diff --git a/style/index.css b/style/index.css index 496c094..c413f45 100644 --- a/style/index.css +++ b/style/index.css @@ -96,4 +96,9 @@ a:hover{ .mod-panel .about p{ line-height: 24px; text-indent: 2em; +} +.mod-panel .buttons{ + padding: 0 20px; + margin-bottom: 20px; + text-align: center; } \ No newline at end of file