Browse Source

修改 样式

test
chenJinxu 1 year ago
parent
commit
f7e623725b
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/login/login.scss

+ 4
- 4
src/views/login/login.scss View File

@@ -2,7 +2,7 @@
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
/* overflow: hidden; */
@include center();

.login-con {
@@ -15,13 +15,12 @@

.login-bg-img {
height: 800px;
width: 800px;
padding: 5%;
width: 100%;
@include center();

img {
height: 800px;
width: 800px;
width: 100%;
object-fit: contain;
}
}
@@ -38,6 +37,7 @@
.popup {
padding: 60px;
.login-text {
padding: 5px;
margin-top: 30px;
font-size: 48px;
}


Loading…
Cancel
Save