修改登录样式

This commit is contained in:
18500206848
2024-04-25 22:38:36 +08:00
parent 9ddc5e1c94
commit 87a76d60b6

View File

@@ -93,13 +93,13 @@
}
}
.login-border {
width: calc(50% - 304px);
width: calc(50% - 204px);
min-width: 350px;
// width: 500px!important;
// height: 300px;
// min-height: 600px;
box-sizing: border-box;
padding: 20px;
padding: 50px;
background-color: #fff;
border-radius: 4px;
// margin-left: 500px;
@@ -195,7 +195,7 @@
.login-submit {
width: 100%;
height: 50px;
height: 40px;
background: #23a8ff;
margin-top: 30px;
border-radius: 8px;