80 lines
1.2 KiB
CSS
80 lines
1.2 KiB
CSS
.flex-grow {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.el-menu {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 76px;
|
|
border-bottom: 6px solid #389F37;
|
|
}
|
|
|
|
.el-main {
|
|
--el-main-padding: 0px;
|
|
--el-main-height: 816px;
|
|
}
|
|
|
|
.el-footer {
|
|
--el-footer-padding: 0 0px;
|
|
--el-footer-height: 60px;
|
|
}
|
|
|
|
.el-menu,
|
|
.el-sub-menu {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.half-circle {
|
|
display: flex;
|
|
width: 25px;
|
|
height: 50px;
|
|
background-color: #ffffff;
|
|
border-radius: 0 100px 100px 0;
|
|
align-self: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.half-circle:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 25px;
|
|
color: #fff;
|
|
}
|
|
|
|
.icon:hover {
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.image {
|
|
width: 55px;
|
|
height: 50px
|
|
}
|
|
|
|
.image_font {
|
|
width: 118px;
|
|
height: 23px;
|
|
margin-left: 16px;
|
|
}
|
|
|
|
:deep(.el-menu-item) {
|
|
display: flex;
|
|
width: 200px;
|
|
height: 60px;
|
|
font-size: 20px;
|
|
color: #389F37;
|
|
padding-right: 35px;
|
|
padding-left: 0;
|
|
background-color: transparent;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.login_icon {
|
|
color: #389F37;
|
|
font-size: 16px;
|
|
} |