From f3793037f0e56530d9ec79dc48feebf086543fb3 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 25 十月 2024 11:40:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/plt-web/plt-web-ui/src/styles/login.scss | 18 +++++++-----------
1 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/Source/plt-web/plt-web-ui/src/styles/login.scss b/Source/plt-web/plt-web-ui/src/styles/login.scss
index 3760c17..7954937 100644
--- a/Source/plt-web/plt-web-ui/src/styles/login.scss
+++ b/Source/plt-web/plt-web-ui/src/styles/login.scss
@@ -5,15 +5,15 @@
width: 100%;
height: 100%;
margin: 0 auto;
- background-size: 100% 100%;
+
}
.login-weaper {
- margin: 0 auto;
+ margin: -100px auto 0;
width: 500px;
- border-radius: 20px;
- background-color: rgba(256, 256, 256, 0.6);
- box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.3);
+ background: url("../../public/img/login-border.png") center ;
+ background-size: 100% 100%;
+ //box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.3);
.el-input-group__append {
border: none;
}
@@ -77,7 +77,7 @@
}
.login-title {
- color: #333;
+ color:white;
margin-bottom: 40px;
font-weight: 500;
font-size: 22px;
@@ -101,15 +101,11 @@
width: 100%;
height: 45px;
border: 1px solid #409EFF;
- background: none;
font-size: 18px;
letter-spacing: 2px;
font-weight: 300;
- color: #409EFF;
- cursor: pointer;
margin-top: 30px;
font-family: "neo";
- transition: 0.25s;
}
.login-form {
@@ -134,7 +130,7 @@
background: transparent;
border: none;
border-radius: 0;
- color: #333;
+ color: white;
border-bottom: 1px solid rgb(235, 237, 242);
}
--
Gitblit v1.9.3