mirror of
https://github.com/PlayEdu/backend
synced 2025-06-29 19:02:44 +08:00
安装less
This commit is contained in:
parent
4fa5daa326
commit
94ee5b9f0a
@ -2,18 +2,13 @@
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.left-menu {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.right-cont {
|
||||
width: calc(100% - 200px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.right-top {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
@ -26,3 +21,5 @@
|
||||
overflow-y: auto;
|
||||
background-color: #f1f2f9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,16 +3,12 @@
|
||||
float: left;
|
||||
height: 100%;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.login-box {
|
||||
width: 1200px;
|
||||
height: 500px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 150px;
|
||||
}
|
||||
|
||||
.captcha {
|
||||
width: 120px;
|
||||
height: 48px;
|
||||
@ -20,3 +16,5 @@
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user