From 10964ea959757a6cc2871ae769bd4687595eac80 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 15 Dec 2023 17:58:01 +0800
Subject: [PATCH] 首页更换,部分菜单,操作栏调整,部分样式调整
---
src/styles/login.scss | 269 +++++++++++++++++++++++++++--------------------------
1 files changed, 139 insertions(+), 130 deletions(-)
diff --git a/src/styles/login.scss b/src/styles/login.scss
index 459b704..8d5c5db 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -1,184 +1,193 @@
.login-container {
- display: flex;
- align-items: center;
- position: relative;
- width: 100%;
- height: 100%;
- margin: 0 auto;
- background-color: #469BC0;
- // background-image: url("/img/bg/bg.jpg");
- background-size: 100% 100%;
+ display: flex;
+ align-items: center;
+ position: relative;
+ width: 100%;
+ height: 100%;
+ margin: 0 auto;
+ background-color: #469BC0;
+ // 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: 0 auto;
+ width: 1000px;
+ box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);
- .el-input-group__append {
- border: none;
- }
+ .el-input-group__append {
+ border: none;
+ }
}
.login-left,
.login-border {
- position: relative;
- min-height: 500px;
- align-items: center;
- display: flex;
+ position: relative;
+ min-height: 500px;
+ align-items: center;
+ display: flex;
}
.login-left {
- border-top-left-radius: 5px;
- border-bottom-left-radius: 5px;
- justify-content: center;
- flex-direction: column;
- background-color: #5A9CF8 !important;;
- color: #fff;
- float: left;
- width: 50%;
- position: relative;
+ border-top-left-radius: 5px;
+ border-bottom-left-radius: 5px;
+ justify-content: center;
+ flex-direction: column;
+ background-color: #5A9CF8 !important;
+ ;
+ color: #fff;
+ float: left;
+ width: 50%;
+ position: relative;
}
.login-left .img {
- width: 140px;
+ width: 140px;
}
.login-time {
- position: absolute;
- left: 25px;
- top: 25px;
- width: 100%;
- color: #fff;
- font-weight: 200;
- opacity: 0.9;
- font-size: 18px;
- overflow: hidden;
+ position: absolute;
+ left: 25px;
+ top: 25px;
+ width: 100%;
+ color: #fff;
+ font-weight: 200;
+ opacity: 0.9;
+ font-size: 18px;
+ overflow: hidden;
}
.login-left .title {
- text-align: center;
- color: #fff;
- font-weight: bold;
- font-size: 30px;
- letter-spacing: 2px;
+ text-align: center;
+ color: #fff;
+ font-weight: bold;
+ 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;
+ 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;
+ position: relative;
+
+ .img {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 180px;
+ }
}
.login-main {
- margin: 0 auto;
- width: 65%;
- box-sizing: border-box;
+ margin: 0 auto;
+ width: 65%;
+ box-sizing: border-box;
}
-.login-main > h3 {
- margin-bottom: 20px;
+.login-main>h3 {
+ margin-bottom: 20px;
}
-.login-main > p {
- color: #76838f;
+.login-main>p {
+ color: #76838f;
}
.login-title {
- color: #333;
- margin-bottom: 40px;
- font-weight: 500;
- font-size: 22px;
- text-align: center;
- letter-spacing: 4px;
+ color: #333;
+ margin-bottom: 40px;
+ font-weight: 500;
+ font-size: 22px;
+ text-align: center;
+ letter-spacing: 4px;
}
.login-menu {
- margin-top: 40px;
- width: 100%;
- text-align: center;
+ margin-top: 40px;
+ width: 100%;
+ text-align: center;
- a {
- color: #999;
- font-size: 12px;
- margin: 0px 8px;
- }
+ a {
+ color: #999;
+ font-size: 12px;
+ margin: 0px 8px;
+ }
}
.login-submit {
- 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;
+ 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 {
- margin: 10px 0;
+ margin: 10px 0;
- i {
- color: #333;
- }
-
- .el-form-item__content {
- width: 100%;
- }
-
- .el-form-item {
- margin-bottom: 12px;
- }
-
- .el-input {
- input {
- padding-bottom: 10px;
- text-indent: 5px;
- background: transparent;
- border: none;
- border-radius: 0;
- color: #333;
- border-bottom: 1px solid rgb(235, 237, 242);
+ i {
+ color: #333;
}
- .el-input__prefix {
- i {
- padding: 0 5px;
- font-size: 16px !important;
- }
+ .el-form-item__content {
+ width: 100%;
}
- }
+
+ .el-form-item {
+ margin-bottom: 12px;
+ }
+
+ .el-input {
+ input {
+ padding-bottom: 10px;
+ text-indent: 5px;
+ background: transparent;
+ border: none;
+ border-radius: 0;
+ color: #333;
+ border-bottom: 1px solid rgb(235, 237, 242);
+ }
+
+ .el-input__prefix {
+ i {
+ padding: 0 5px;
+ font-size: 16px !important;
+ }
+ }
+ }
}
.login-code {
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin: 0 0 0 10px;
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+ margin: 0 0 0 10px;
}
.login-code-img {
- margin-top: 2px;
- width: 100px;
- height: 38px;
- background-color: #fdfdfd;
- border: 1px solid #f0f0f0;
- color: #333;
- font-size: 14px;
- font-weight: bold;
- letter-spacing: 5px;
- line-height: 38px;
- text-indent: 5px;
- text-align: center;
- cursor:pointer!important;
-}
+ margin-top: 2px;
+ width: 100px;
+ height: 38px;
+ background-color: #fdfdfd;
+ border: 1px solid #f0f0f0;
+ color: #333;
+ font-size: 14px;
+ font-weight: bold;
+ letter-spacing: 5px;
+ line-height: 38px;
+ text-indent: 5px;
+ text-align: center;
+ cursor: pointer !important;
+}
\ No newline at end of file
--
Gitblit v1.9.3