mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 18:04:13 +00:00
126 lines
1.8 KiB
CSS
126 lines
1.8 KiB
CSS
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.menu-column {
|
|
width: 80px;
|
|
height: 100vh;
|
|
float: left;
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
overflow: hidden;
|
|
}
|
|
|
|
.left-column {
|
|
width: calc(50% - 80px);
|
|
height: 100vh;
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.right-column {
|
|
width: 50%;
|
|
height: 100vh;
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.left-column-hotel {
|
|
width: 50%;
|
|
height: 100vh;
|
|
float: left;
|
|
}
|
|
|
|
.right-column-hotel {
|
|
width: 50%;
|
|
height: 100vh;
|
|
float: left;
|
|
}
|
|
|
|
.chart-container {
|
|
margin: 8px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.has-background {
|
|
background-color: rgba(255, 255, 255, 0.15);
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.float_bottom {
|
|
float: bottom;
|
|
}
|
|
|
|
.full_width {
|
|
width: 100%;
|
|
}
|
|
|
|
.double-pie {
|
|
width: calc(100% - 20px);
|
|
height: calc(32% - 12px);
|
|
}
|
|
|
|
.nav-item {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.nav-item a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.nav-item a:hover {
|
|
text-decoration: none;
|
|
color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
|
|
.nav-item a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.link-icon {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.divide-bar {
|
|
margin: 10px 10px 0 10px ;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
|
|
.nav-title {
|
|
color: #8cc5ff;
|
|
font-style: italic;
|
|
}
|
|
|
|
.chart-img {
|
|
width: calc(100% - 20px);
|
|
height: calc(50% - 12px);
|
|
}
|
|
|
|
.el-table--border, .el-table--group{
|
|
border: none !important;
|
|
}
|
|
|
|
.el-table__header-wrapper th:nth-last-of-type(2) {
|
|
border-right: none !important;
|
|
}
|
|
|
|
el-table--border td:nth-last-of-type(1) {
|
|
border-right: none !important;
|
|
}
|
|
|
|
.el-table--border::after, .el-table--group::after {
|
|
width: 0 !important;
|
|
}
|
|
|
|
.el-table--border::before, .el-table--group::before {
|
|
width: 0 !important;
|
|
}
|