首页样式更新

This commit is contained in:
dengxin
2024-02-05 17:03:57 +08:00
parent 534fcf9d2e
commit 8b02a6e13a
5 changed files with 41 additions and 45 deletions

View File

@@ -46,6 +46,19 @@
justify-content: center;
align-items: center;
background-color: #f4f6fa;
.login-page-title {
height: 50px;
font-size: 28px;
padding: 30px 0 15px 250px;
display: flex;
align-items: center;
img {
width: 50px;
height: 50px;
margin-right: 10px;
}
}
.login-wrapper-small {
width: 100%;
background-image: linear-gradient(0deg, #006dd9 0%, #74b2ec 99%);
@@ -61,8 +74,8 @@
align-items: center;
flex-direction: row;
.login-left {
width: 30vw;
height: 30vw;
width: 35vw;
height: 35vw;
flex-shrink: 0;
position: relative;
.title {
@@ -92,9 +105,11 @@
// margin-left: 500px;
flex-shrink: 0;
.login-title {
width: 80%;
margin: 0 auto;
color: #23a8ff;
font-size: 22px;
text-align: center;
font-size: 20px;
text-align: start;
font-weight: bold;
}
.login-form {