You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
840 B
44 lines
840 B
body{
|
|
background-color: #F5F5F5 !important;
|
|
}
|
|
.appBodyBeiJing{
|
|
background-image: url("../image/bj1.png") !important;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
background-color: #ECEFF5;
|
|
}
|
|
.appBody{
|
|
width: 100%;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
.contentCenter{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.contentBetween{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.contentBetweens{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.el-drawer{
|
|
.el-drawer__header{
|
|
padding: 10px 5px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.el-drawer__body{
|
|
padding: 0px;
|
|
}
|
|
}
|
|
.el-overlay .el-drawer__header{
|
|
padding: 10px 5px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.el-overlay .el-drawer__body{
|
|
padding: 0px;
|
|
}
|