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