From 4ee55a85df6b5ef0e14832a02df4c76753717c50 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 04 Feb 2026 11:38:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/task-work-order/src/styles/login.scss |  147 +++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 113 insertions(+), 34 deletions(-)

diff --git a/applications/task-work-order/src/styles/login.scss b/applications/task-work-order/src/styles/login.scss
index 98100e4..d68c13a 100644
--- a/applications/task-work-order/src/styles/login.scss
+++ b/applications/task-work-order/src/styles/login.scss
@@ -5,15 +5,41 @@
   width: 100%;
   height: 100%;
   margin: 0 auto;
-  background-color: #469BC0;
-  // background-image: url("/img/bg/bg.jpg");
+  background-color: #0b1220;
+  overflow: hidden;
   background-size: 100% 100%;
+}
+
+.login-container::before,
+.login-container::after {
+  content: "";
+  position: absolute;
+  inset: -20%;
+  z-index: 0;
+  background: radial-gradient(60% 60% at 20% 30%, rgba(88, 176, 255, 0.35), transparent 60%),
+    radial-gradient(50% 50% at 80% 20%, rgba(124, 92, 255, 0.35), transparent 65%),
+    radial-gradient(50% 50% at 70% 80%, rgba(0, 212, 255, 0.35), transparent 65%),
+    linear-gradient(135deg, rgba(10, 21, 38, 0.95), rgba(13, 24, 43, 0.92));
+  filter: blur(10px);
+  animation: float-sheen 16s ease-in-out infinite;
+}
+
+.login-container::after {
+  inset: -30%;
+  opacity: 0.5;
+  background: conic-gradient(from 120deg, rgba(95, 228, 255, 0.25), rgba(128, 120, 255, 0.15), transparent 50%);
+  animation: float-sheen 24s ease-in-out infinite reverse;
 }
 
 .login-weaper {
   margin: 0 auto;
   width: 1000px;
-  box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
+  position: relative;
+  z-index: 1;
+  border-radius: 16px;
+  box-shadow: 0 30px 60px rgba(6, 12, 24, 0.55);
+  backdrop-filter: blur(10px);
+  animation: pop-in 0.7s ease-out;
 
   .el-input-group__append {
     border: none;
@@ -29,11 +55,12 @@
 }
 
 .login-left {
-  border-top-left-radius: 5px;
-  border-bottom-left-radius: 5px;
+  border-top-left-radius: 16px;
+  border-bottom-left-radius: 16px;
   justify-content: center;
   flex-direction: column;
-  background-color: #5A9CF8 !important;
+  background: linear-gradient(160deg, rgba(80, 160, 255, 0.95), rgba(73, 96, 255, 0.92)) !important;
+  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.12);
   color: #fff;
   float: left;
   width: 50%;
@@ -42,6 +69,7 @@
 
 .login-left .img {
   width: 140px;
+  filter: drop-shadow(0 8px 18px rgba(10, 22, 38, 0.35));
 }
 
 .login-time {
@@ -52,33 +80,37 @@
   color: #fff;
   font-weight: 200;
   opacity: 0.9;
-  font-size: 18px;
+  font-size: 16px;
   overflow: hidden;
+  letter-spacing: 1px;
 }
 
 .login-left .title {
   text-align: center;
   color: #fff;
   font-weight: bold;
-  font-size: 30px;
-  letter-spacing: 2px;
+  font-size: 32px;
+  letter-spacing: 3px;
+  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
 }
 
 .login-border {
   border-left: none;
-  border-top-right-radius: 5px;
-  border-bottom-right-radius: 5px;
+  border-top-right-radius: 16px;
+  border-bottom-right-radius: 16px;
   color: #fff;
-  background-color: #fff;
+  background: rgba(255, 255, 255, 0.92);
   width: 50%;
   float: left;
   box-sizing: border-box;
+  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
 }
 
 .login-main {
   margin: 0 auto;
   width: 65%;
   box-sizing: border-box;
+  padding: 40px 0;
 }
 
 .login-main > h3 {
@@ -90,12 +122,13 @@
 }
 
 .login-title {
-  color: #333;
-  margin-bottom: 40px;
-  font-weight: 500;
-  font-size: 22px;
+  color: #1a1f2b;
+  margin-bottom: 36px;
+  font-weight: 600;
+  font-size: 24px;
   text-align: center;
-  letter-spacing: 4px;
+  letter-spacing: 6px;
+  text-transform: uppercase;
 }
 
 .login-menu {
@@ -113,46 +146,49 @@
 .btn-submit {
   width: 100%;
   height: 45px;
-  border: 1px solid var(--el-color-primary);
-  background: none;
+  border: 1px solid rgba(78, 155, 255, 0.7);
+  background: linear-gradient(120deg, rgba(78, 155, 255, 0.15), rgba(95, 228, 255, 0.25));
   font-size: 18px;
   letter-spacing: 2px;
   font-weight: 300;
-  color: var(--el-color-primary);
+  color: #1a3f6e;
   cursor: pointer;
   margin-top: 30px;
   font-family: "neo";
   transition: 0.25s;
+  box-shadow: 0 12px 24px rgba(35, 93, 204, 0.2);
 }
 
 .login-submit {
   width: 60%;
   height: 45px;
-  border: 1px solid var(--el-color-primary);
-  background: none;
+  border: 1px solid rgba(78, 155, 255, 0.7);
+  background: linear-gradient(120deg, rgba(78, 155, 255, 0.15), rgba(95, 228, 255, 0.25));
   font-size: 18px;
   letter-spacing: 2px;
   font-weight: 300;
-  color: var(--el-color-primary);
+  color: #1a3f6e;
   cursor: pointer;
   margin-top: 30px;
   font-family: "neo";
   transition: 0.25s;
+  box-shadow: 0 12px 24px rgba(35, 93, 204, 0.2);
 }
 
 .register-submit {
   width: 36%;
   height: 45px;
-  border: 1px solid #EF2F63FF;
-  background: none;
+  border: 1px solid rgba(239, 47, 99, 0.7);
+  background: linear-gradient(120deg, rgba(239, 47, 99, 0.15), rgba(255, 120, 160, 0.25));
   font-size: 18px;
   letter-spacing: 2px;
   font-weight: 300;
-  color: #EF2F63FF;
+  color: #b31e4b;
   cursor: pointer;
   margin-top: 30px;
   font-family: "neo";
   transition: 0.25s;
+  box-shadow: 0 12px 24px rgba(239, 47, 99, 0.2);
 }
 
 .login-form {
@@ -177,8 +213,9 @@
       background: transparent;
       box-shadow: none;
       border-radius: 0;
-      color: #333;
-      border-bottom: 1px solid rgb(235, 237, 242);
+      color: #1a1f2b;
+      border-bottom: 1px solid rgba(78, 155, 255, 0.4);
+      transition: border-color 0.2s ease;
     }
 
     .el-input__prefix {
@@ -201,9 +238,9 @@
   margin-top: 2px;
   width: 100px;
   height: 38px;
-  background-color: #fdfdfd;
-  border: 1px solid #f0f0f0;
-  color: #333;
+  background-color: rgba(255, 255, 255, 0.85);
+  border: 1px solid rgba(78, 155, 255, 0.3);
+  color: #1a1f2b;
   font-size: 14px;
   font-weight: bold;
   letter-spacing: 5px;
@@ -217,9 +254,9 @@
   margin-top: 2px;
   width: 100px;
   height: 38px;
-  background-color: #fdfdfd;
-  border: 1px solid #f0f0f0;
-  color: #7c7979;
+  background-color: rgba(255, 255, 255, 0.85);
+  border: 1px solid rgba(78, 155, 255, 0.3);
+  color: #4b5563;
   font-size: 12px;
   letter-spacing: 1px;
   line-height: 38px;
@@ -227,3 +264,45 @@
   text-align: center;
   cursor: pointer !important;
 }
+
+.btn-submit:hover,
+.login-submit:hover {
+  border-color: rgba(78, 155, 255, 0.9);
+  background: linear-gradient(120deg, rgba(78, 155, 255, 0.35), rgba(95, 228, 255, 0.45));
+  color: #0e2d56;
+  transform: translateY(-1px);
+}
+
+.register-submit:hover {
+  border-color: rgba(239, 47, 99, 0.9);
+  background: linear-gradient(120deg, rgba(239, 47, 99, 0.3), rgba(255, 120, 160, 0.45));
+  color: #8f173a;
+  transform: translateY(-1px);
+}
+
+.el-input__wrapper.is-focus {
+  border-bottom-color: rgba(78, 155, 255, 0.9);
+}
+
+@keyframes float-sheen {
+  0% {
+    transform: translate3d(0, 0, 0) scale(1);
+  }
+  50% {
+    transform: translate3d(2%, -2%, 0) scale(1.02);
+  }
+  100% {
+    transform: translate3d(0, 0, 0) scale(1);
+  }
+}
+
+@keyframes pop-in {
+  0% {
+    opacity: 0;
+    transform: translateY(20px) scale(0.98);
+  }
+  100% {
+    opacity: 1;
+    transform: translateY(0) scale(1);
+  }
+}

--
Gitblit v1.9.3