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