From 1e9af3e387fcf7273520abca7d2edcc450f02989 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 18 八月 2023 15:06:43 +0800
Subject: [PATCH] 首页更改(暂未处理完)

---
 Source/UBCS-WEB/src/styles/login.scss |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/styles/login.scss b/Source/UBCS-WEB/src/styles/login.scss
index e6a7b13..5cf658d 100644
--- a/Source/UBCS-WEB/src/styles/login.scss
+++ b/Source/UBCS-WEB/src/styles/login.scss
@@ -54,7 +54,15 @@
   font-size: 18px;
   overflow: hidden;
 }
-
+.image-container{
+  background-color: #e5e5e5; /* 璁剧疆鑳屾櫙鑹� */
+  display: inline-block; /* 浣垮鍣ㄤ笌鍥剧墖澶у皬鐩稿尮閰� */
+}
+.background-image{
+  display: block; /* 涓哄浘鐗囧垱寤哄潡绾у厓绱� */
+  width: 100%; /* 璁剧疆鍥剧墖瀹藉害 */
+  height: auto; /* 璁剧疆鍥剧墖楂樺害鑷�傚簲 */
+}
 .login-left .title {
   text-align: center;
   color: #fff;

--
Gitblit v1.9.3