From fb124a3a5bdc4ab47615f7b106da38989c5c96d6 Mon Sep 17 00:00:00 2001 From: Van Date: Fri, 17 May 2019 13:50:15 +0800 Subject: [PATCH] :bug: --- static/css/playground.css | 2 +- static/css/sign.css | 21 ++++++++++++++++++++- static/css/wide.css | 2 +- views/index.html | 1 - views/login.html | 26 ++++++++++++-------------- views/playground/index.html | 1 - 6 files changed, 34 insertions(+), 19 deletions(-) diff --git a/static/css/playground.css b/static/css/playground.css index 2719a86..434d2e5 100644 --- a/static/css/playground.css +++ b/static/css/playground.css @@ -46,7 +46,7 @@ body{ .share-panel { position: absolute; z-index: 20; - width: 226px; + width: 190px; padding: 5px 0px; right: 0px; line-height: normal; diff --git a/static/css/sign.css b/static/css/sign.css index 0ec3383..00addb7 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -108,7 +108,7 @@ body { .btn { width: 100%; - color: #fff !important; + color: #fff; background-color: #2ebc4f; padding: 10px; border-radius: 3px; @@ -127,6 +127,25 @@ body { box-shadow: 0 0 0 0.2em rgba(40, 167, 69, .3); } +.btn.btn-white, +.btn.btn-red { + color: #333; + background-color: #fff; +} + +.btn.btn-red { + color: #d23f31; +} + +.btn.btn-white:hover { + background-color: #ddd; +} + +.btn.btn-red:hover { + color: #fff; + background-color: #d23f31; +} + .desc { color: #6a737d; font-size: 12px; diff --git a/static/css/wide.css b/static/css/wide.css index a189fed..86572a4 100644 --- a/static/css/wide.css +++ b/static/css/wide.css @@ -136,7 +136,7 @@ .share-panel { position: absolute; z-index: 20; - width: 226px; + width: 190px; padding: 5px 0; right: 0px; top: 21px; diff --git a/views/index.html b/views/index.html index cc58cf7..0b7880f 100644 --- a/views/index.html +++ b/views/index.html @@ -346,7 +346,6 @@ - diff --git a/views/login.html b/views/login.html index 93adc87..fc6b2af 100644 --- a/views/login.html +++ b/views/login.html @@ -32,20 +32,18 @@

Coding with Go on the Wide way.

-
- - - -
- -
-
+ + + +
+ +
diff --git a/views/playground/index.html b/views/playground/index.html index c2a1c96..20b5a38 100644 --- a/views/playground/index.html +++ b/views/playground/index.html @@ -54,7 +54,6 @@ -