From 9afb595b24138004879b62eee43ded425b497c58 Mon Sep 17 00:00:00 2001 From: 18516761980 <4761516tqsxp> Date: 星期二, 22 九月 2020 12:33:31 +0800 Subject: [PATCH] # --- src/main/webapp/views/login.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html index b14f0c2..a2af569 100644 --- a/src/main/webapp/views/login.html +++ b/src/main/webapp/views/login.html @@ -14,8 +14,8 @@ body.login-bg { color: #777; height: 100%; - background-image: linear-gradient(to right, #ff9569 0%, #e92758 100%); - /*background-image: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);*/ + /*background-image: linear-gradient(to right, #ff9569 0%, #e92758 100%);*/ + background-image: linear-gradient(-90deg, #a2e7f3 0%, #98baee 100%); /*background: -webkit-linear-gradient(red, blue); !* Safari 5.1 - 6.0 *!;*/ /*background-image: url("../static/image/login_bg.jpg");*/ /*background-repeat: no-repeat;*/ -- Gitblit v1.9.1