登录页面样式&检测计划样式修改

This commit is contained in:
zhujiyan
2024-08-23 16:51:49 +08:00
parent d0aaa24f90
commit 531ec04f8d
11 changed files with 170 additions and 262 deletions

View File

@@ -1,7 +1,8 @@
.login-container {
height: 100%;
min-height: 550px;
background-color: #eeeeee;
// background-color: #eeeeee;
background-color: #003078;
background-image: url("@/assets/images/login_bg.svg");
background-size: 100% 100%;
background-size: cover;
@@ -14,7 +15,7 @@
width: 96.5%;
height: 94%;
padding: 0 50px;
background-color: rgb(255 255 255 / 80%);
// background-color: rgb(255 255 255 / 80%);
border-radius: 10px;
.dark {
position: absolute;
@@ -40,14 +41,15 @@
align-items: center;
justify-content: center;
margin-bottom: 45px;
padding: 0 20px;
.login-icon {
width: 60px;
height: 52px;
height: auto;
}
.logo-text {
padding: 0 0 0 25px;
margin: 0;
font-size: 42px;
font-size: 32px;
font-weight: bold;
color: #34495e;
white-space: nowrap;