:root {
|
--el-color-white: #fff;
|
--blue: #324157;
|
--light-blue: #3A71A8;
|
--red: #C03639;
|
--pink: #E65D6E;
|
--green: #30B08F;
|
--tiffany: #4AB7BD;
|
--yellow: #FEC171;
|
--pan-green: #30B08F;
|
--menu-text: #bfcbd9;
|
--menu-active-text: #409EFF;
|
--sub-menu-active-text: #f4f4f5;
|
--menu-bg: #304156;
|
--menu-hover: #263445;
|
--sub-menu-bg: #1f2d3d;
|
--sub-menu-hover: #001528;
|
--side-bar-width: 210px;
|
}
|
#app .main-container {
|
min-height: 100%;
|
transition: margin-left 0.28s;
|
position: relative;
|
}
|
#app .sidebar-container {
|
transition: width 0.28s;
|
background-color: var(--menu-bg);
|
width: 100%;
|
height: 100%;
|
font-size: 0;
|
overflow: hidden;
|
}
|
#app .sidebar-container .horizontal-collapse-transition {
|
transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
|
}
|
#app .sidebar-container .scrollbar-wrapper {
|
overflow-x: hidden !important;
|
}
|
#app .sidebar-container .el-scrollbar__bar.is-vertical {
|
right: 0px;
|
}
|
#app .sidebar-container .el-scrollbar {
|
height: 100%;
|
}
|
#app .sidebar-container.has-logo .el-scrollbar {
|
height: calc(100% - 50px);
|
}
|
#app .sidebar-container .is-horizontal {
|
display: none;
|
}
|
#app .sidebar-container a.link {
|
display: inline-block;
|
width: 100%;
|
overflow: hidden;
|
}
|
#app .sidebar-container .svg-icon {
|
flex-shrink: 0;
|
margin-right: 16px;
|
}
|
#app .sidebar-container .sub-el-icon {
|
margin-right: 12px;
|
margin-left: -2px;
|
}
|
#app .sidebar-container .el-menu {
|
border: none;
|
height: 100%;
|
width: 100% !important;
|
}
|
#app .sidebar-container .submenu-title-noDropdown:hover,
|
#app .sidebar-container .el-sub-menu__title:hover {
|
background-color: var(--menu-hover) !important;
|
}
|
#app .sidebar-container .is-active > .el-sub-menu__title {
|
color: var(--sub-menu-active-text) !important;
|
}
|
#app .sidebar-container .nest-menu .el-sub-menu > .el-sub-menu__title,
|
#app .sidebar-container .el-sub-menu .el-menu-item {
|
min-width: var(--side-bar-width) !important;
|
background-color: var(--sub-menu-bg) !important;
|
}
|
#app .sidebar-container .nest-menu .el-sub-menu > .el-sub-menu__title:hover,
|
#app .sidebar-container .el-sub-menu .el-menu-item:hover {
|
background-color: var(--sub-menu-hover) !important;
|
}
|
#app .hideSidebar .submenu-title-noDropdown {
|
padding: 0 !important;
|
position: relative;
|
}
|
#app .hideSidebar .submenu-title-noDropdown .text-one-added {
|
display: none;
|
}
|
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
|
padding: 0 !important;
|
}
|
#app .hideSidebar .submenu-title-noDropdown .svg-icon {
|
margin-left: 20px;
|
}
|
#app .hideSidebar .submenu-title-noDropdown .sub-el-icon {
|
margin-left: 19px;
|
}
|
#app .hideSidebar .el-sub-menu {
|
overflow: hidden;
|
}
|
#app .hideSidebar .el-sub-menu > .el-sub-menu__title {
|
padding: 0 !important;
|
}
|
#app .hideSidebar .el-sub-menu > .el-sub-menu__title .svg-icon {
|
margin-left: 20px;
|
}
|
#app .hideSidebar .el-sub-menu > .el-sub-menu__title .sub-el-icon {
|
margin-left: 19px;
|
}
|
#app .hideSidebar .el-sub-menu > .el-sub-menu__title .el-sub-menu__icon-arrow {
|
display: none;
|
}
|
#app .hideSidebar .el-menu--collapse .el-sub-menu > .el-sub-menu__title > span {
|
height: 0;
|
width: 0;
|
overflow: hidden;
|
visibility: hidden;
|
display: inline-block;
|
}
|
#app .el-menu--collapse .el-menu .el-sub-menu {
|
min-width: var(--side-bar-width) !important;
|
}
|
#app .mobile .main-container {
|
margin-left: 0;
|
}
|
#app .mobile .sidebar-container {
|
transition: transform 0.28s;
|
}
|
#app .mobile.hideSidebar .sidebar-container {
|
pointer-events: none;
|
transition-duration: 0.3s;
|
transform: translate3d(calc(0% - var(--side-bar-width)), 0, 0);
|
}
|
#app .withoutAnimation .main-container,
|
#app .withoutAnimation .sidebar-container {
|
transition: none;
|
}
|
.el-menu--vertical > .el-menu .svg-icon {
|
margin-right: 16px;
|
}
|
.el-menu--vertical > .el-menu .sub-el-icon {
|
margin-right: 12px;
|
margin-left: -2px;
|
}
|
.el-menu--vertical .nest-menu .el-sub-menu > .el-sub-menu__title .text,
|
.el-menu--vertical .el-menu-item .text {
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.el-menu--vertical .nest-menu .el-sub-menu > .el-sub-menu__title:hover,
|
.el-menu--vertical .el-menu-item:hover {
|
background-color: var(--menu-hover) !important;
|
}
|
.el-menu--vertical > .el-menu--popup {
|
max-height: 100vh;
|
overflow-y: auto;
|
}
|
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
|
background: #d3dce6;
|
}
|
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
|
width: 6px;
|
}
|
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
|
background: #99a9bf;
|
border-radius: 20px;
|
}
|
body {
|
height: 100%;
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
text-rendering: optimizeLegibility;
|
margin: 0;
|
color: #ffffff;
|
}
|
label {
|
font-weight: 700;
|
}
|
html {
|
height: 100%;
|
box-sizing: border-box;
|
}
|
#app {
|
height: 100%;
|
}
|
*,
|
*:before,
|
*:after {
|
box-sizing: inherit;
|
}
|
.no-padding {
|
padding: 0px !important;
|
}
|
.padding-content {
|
padding: 4px 0;
|
}
|
a {
|
color: var(--ep-color-primary);
|
}
|
code {
|
border-radius: 2px;
|
padding: 2px 4px;
|
background-color: var(--ep-color-primary-light-9);
|
color: var(--ep-color-primary);
|
}
|
a:focus,
|
a:active {
|
outline: none;
|
}
|
a,
|
a:focus,
|
a:hover {
|
cursor: pointer;
|
color: inherit;
|
text-decoration: none;
|
}
|
div:focus {
|
outline: none;
|
}
|
.fr {
|
float: right;
|
}
|
.fl {
|
float: left;
|
}
|
.pr-5 {
|
padding-right: 5px;
|
}
|
.pl-5 {
|
padding-left: 5px;
|
}
|
.block {
|
display: block;
|
}
|
.pointer {
|
cursor: pointer;
|
}
|
.inlineBlock {
|
display: block;
|
}
|
.clearfix:after {
|
visibility: hidden;
|
display: block;
|
font-size: 0;
|
content: " ";
|
clear: both;
|
height: 0;
|
}
|
aside {
|
background: #eef1f6;
|
padding: 8px 24px;
|
margin-bottom: 20px;
|
border-radius: 2px;
|
display: block;
|
line-height: 32px;
|
font-size: 16px;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
color: #2c3e50;
|
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
}
|
aside a {
|
color: #337ab7;
|
cursor: pointer;
|
}
|
aside a:hover {
|
color: #20a0ff;
|
}
|
.app-container {
|
padding: 20px;
|
}
|
.components-container {
|
margin: 30px 50px;
|
position: relative;
|
}
|
.pagination-container {
|
margin-top: 30px;
|
}
|
.text-center {
|
text-align: center;
|
}
|
.sub-navbar {
|
height: 50px;
|
line-height: 50px;
|
position: relative;
|
width: 100%;
|
text-align: right;
|
padding-right: 20px;
|
transition: 600ms ease position;
|
background: linear-gradient(90deg, #20b6f9 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%);
|
}
|
.sub-navbar .subtitle {
|
font-size: 20px;
|
color: #fff;
|
}
|
.sub-navbar.draft {
|
background: #d0d0d0;
|
}
|
.sub-navbar.deleted {
|
background: #d0d0d0;
|
}
|
.link-type,
|
.link-type:focus {
|
color: #337ab7;
|
cursor: pointer;
|
}
|
.link-type:hover,
|
.link-type:focus:hover {
|
color: #20a0ff;
|
}
|
.filter-container {
|
padding-bottom: 10px;
|
}
|
.filter-container .filter-item {
|
display: inline-block;
|
vertical-align: middle;
|
margin-bottom: 10px;
|
}
|
.multiselect {
|
line-height: 16px;
|
}
|
.multiselect--active {
|
z-index: 1000 !important;
|
}
|
.e-chart-root {
|
position: relative;
|
height: 100%;
|
/* export chart wrapper css */
|
}
|
.e-chart-root.full-screen .e-chart-container {
|
position: fixed;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
background-image: url("@/assets/images/dw_bg.jpg");
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
z-index: 9999;
|
}
|
.e-chart-root .e-chart {
|
height: 100%;
|
}
|
.e-chart-root .e-chart-container {
|
position: absolute;
|
top: 0;
|
left: 0;
|
right: 0;
|
bottom: 0;
|
box-sizing: border-box;
|
}
|
.e-chart-root .export-chart-wrapper {
|
position: relative;
|
width: 0;
|
height: 0;
|
overflow: hidden;
|
}
|
.e-chart-root .export-chart {
|
position: absolute;
|
width: 600px;
|
height: 400px;
|
}
|
ul,
|
ol {
|
list-style: none;
|
margin: 0;
|
padding: 0;
|
}
|
::-webkit-scrollbar {
|
width: 4px;
|
height: 8px;
|
}
|
::-webkit-scrollbar-thumb {
|
border-radius: 8px;
|
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
|
background: #02b0bd;
|
}
|
::-webkit-scrollbar-track {
|
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
|
border-radius: 8px;
|
background: #003d64;
|
}
|
.el-drawer {
|
background: #0D2B4D;
|
}
|