From 06a70b6f1f24c5105b1705e892867acf488ca5dd Mon Sep 17 00:00:00 2001 From: 田源 <tianyuan@vci-tech.com> Date: 星期三, 18 十二月 2024 15:28:18 +0800 Subject: [PATCH] UI定义-页签设计&&页面设计区域按钮权限 --- Source/plt-web/plt-web-ui/src/styles/login.scss | 32 ++++++++------------------------ 1 files changed, 8 insertions(+), 24 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 e6a7b13..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-image: url("/img/bg/bg.jpg"); - background-size: 100% 100%; + } .login-weaper { - margin: 0 auto; - width: 1000px; - box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4); - + margin: -100px auto 0; + width: 500px; + 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; } @@ -62,18 +62,6 @@ font-size: 30px; letter-spacing: 2px; } - -.login-border { - border-left: none; - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; - color: #fff; - background-color: #fff; - width: 50%; - float: left; - box-sizing: border-box; -} - .login-main { margin: 0 auto; width: 65%; @@ -89,7 +77,7 @@ } .login-title { - color: #333; + color:white; margin-bottom: 40px; font-weight: 500; font-size: 22px; @@ -113,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 { @@ -146,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