From abfae0a0b1f20472cf02cea43afcfa977b6191d5 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 09 Aug 2024 15:59:35 +0800
Subject: [PATCH] 登录页面样式,首页主题样式修改
---
src/styles/login.scss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/styles/login.scss b/src/styles/login.scss
index 66e6446..98100e4 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -5,7 +5,8 @@
width: 100%;
height: 100%;
margin: 0 auto;
- background-image: url("/img/bg/bg.jpg");
+ background-color: #469BC0;
+ // background-image: url("/img/bg/bg.jpg");
background-size: 100% 100%;
}
@@ -32,7 +33,7 @@
border-bottom-left-radius: 5px;
justify-content: center;
flex-direction: column;
- background-color: #8b9aac;
+ background-color: #5A9CF8 !important;
color: #fff;
float: left;
width: 50%;
--
Gitblit v1.9.3