From 592da58158b53e480e35cdd73cc618078db5e3d6 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Mon, 6 Sep 2021 09:50:20 +0800 Subject: [PATCH] =?UTF-8?q?pda-button=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/button.css | 11 +++++++++++ src/main/resources/templates/login.ftl | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/button.css b/src/main/resources/static/css/button.css index 584f5a7..bd25f3e 100644 --- a/src/main/resources/static/css/button.css +++ b/src/main/resources/static/css/button.css @@ -33,4 +33,15 @@ position: relative; text-align: center; white-space: nowrap; +} + +.btn-primary { + color: #fff; + background-color: #17b3a3; + border-color: #17b3a3; +} +.btn-primary:hover { + color: #fff; + background-color: #17b3a3; + border-color: #17b3a3; } \ No newline at end of file diff --git a/src/main/resources/templates/login.ftl b/src/main/resources/templates/login.ftl index 97fe4c4..ed1f6db 100644 --- a/src/main/resources/templates/login.ftl +++ b/src/main/resources/templates/login.ftl @@ -18,7 +18,13 @@ h4.form-signin-heading{ text-align: center; } - + button{ + font-size: 18px; + width: 100%; + background-color: #17b3a3; + border-color: #17b3a3; + color: #FFF; + }