| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778 |
- body{
- padding: 0;
- margin: 0;
- }
- .hide{
- display: none;
- }
- @media screen and (max-width: 800px) {
- .hide-800{
- display: none!important;
- }
- }
- @media screen and (max-width: 600px) {
- .hide-600{
- display: none!important;
- }
- }
- #ClCache{
- display: none;
- }
- .flx-center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .flx-justify-between {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .flx-align-center {
- display: flex;
- align-items: center;
- }
- /* clearfix */
- .clearfix::after {
- display: block;
- height: 0;
- overflow: hidden;
- clear: both;
- content: "";
- }
- /* 文字单行省略号 */
- .sle {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* 文字多行省略号 */
- .mle {
- display: -webkit-box;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- /* 文字多了自动換行 */
- .break-word {
- word-break: break-all;
- word-wrap: break-word;
- }
- /* fade-transform */
- .fade-transform-leave-active,
- .fade-transform-enter-active {
- transition: all 0.2s;
- }
- .fade-transform-enter-from {
- opacity: 0;
- transition: all 0.2s;
- transform: translateX(-30px);
- }
- .fade-transform-leave-to {
- opacity: 0;
- transition: all 0.2s;
- transform: translateX(30px);
- }
- /* breadcrumb-transform */
- .breadcrumb-enter-active {
- transition: all 0.2s;
- }
- .breadcrumb-enter-from,
- .breadcrumb-leave-active {
- opacity: 0;
- transform: translateX(10px);
- }
- /* scroll bar */
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: var(--el-border-color-darker);
- border-radius: 20px;
- }
- /* nprogress */
- #nprogress .bar {
- background: var(--el-color-primary) !important;
- }
- #nprogress .spinner-icon {
- border-top-color: var(--el-color-primary) !important;
- border-left-color: var(--el-color-primary) !important;
- }
- #nprogress .peg {
- box-shadow: 0 0 10px var(--el-color-primary), 0 0 5px var(--el-color-primary) !important;
- }
- .tool-bar-lf {
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- white-space: nowrap;
- }
- .collapse-icon {
- margin-right: 20px;
- font-size: 18px;
- cursor: pointer;
- position: relative;
- top: 2px;
- }
- .breadcrumb-box {
- display: flex;
- align-items: center;
- padding-right: 50px;
- overflow: hidden;
- mask-image: linear-gradient(90deg, #000000 0%, #000000 calc(100% - 50px), transparent);
- }
- .breadcrumb-box .el-breadcrumb {
- white-space: nowrap;
- }
- .breadcrumb-box .el-breadcrumb .el-breadcrumb__item {
- position: relative;
- float: none;
- display: inline-flex;
- align-items: center;
- }
- .breadcrumb-box .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner {
- display: inline-flex;
- }
- .breadcrumb-box .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner .breadcrumb-icon {
- margin-top: 2px;
- margin-right: 6px;
- font-size: 16px;
- }
- .breadcrumb-box .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__separator {
- position: relative;
- top: 1px;
- }
- .no-icon .el-breadcrumb .el-breadcrumb__item {
- top: -2px;
- }
- .no-icon .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__separator {
- top: 2px;
- }
- .header-ri{
- height: 100%;
- }
- .tool-bar-ri {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
- .tool-bar-ri .toolBar-icon,.tool-bar-ri > .toolBar-dropdown{
- display: flex;
- height: 100%;
- flex-direction: column;
- justify-content: center;
- cursor: pointer;
- }
- .tool-bar-ri > .toolBar-icon:hover,.tool-bar-ri > .toolBar-dropdown:hover{
- background: var(--el-fill-color-light);
- }
- .tool-bar-ri .toolBar-icon{
- padding: 0 15px;
- }
- .tool-bar-ri > .toolBar-dropdown > .icon-only{
- outline: none;
- height: 100%;
- padding: 0 15px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .tool-bar-ri .userinfo{
- padding: 0 15px;
- }
- .tool-bar-ri .userinfo .username {
- margin-right:15px;
- font-size: 15px;
- }
- .el-sub-menu .el-sub-menu__title:hover {
- color: var(--el-menu-hover-text-color) !important;
- background-color: transparent !important;
- }
- .el-menu--collapse .is-active .el-sub-menu__title {
- color: #ffffff !important;
- background-color: var(--el-color-primary) !important;
- }
- .el-menu-item:hover {
- color: var(--el-menu-hover-text-color);
- }
- .el-menu-item.is-active {
- color: var(--el-menu-active-color) !important;
- background-color: var(--el-menu-active-bg-color) !important;
- }
- .el-menu-item.is-active::before {
- position: absolute;
- top: 0;
- left:0;
- bottom: 0;
- width: 4px;
- content: "";
- background-color: var(--el-color-primary);
- }
- .vertical .el-menu-item.is-active::before,
- .classic .el-menu-item.is-active::before,
- .transverse .el-menu-item.is-active::before {
- left: 0;
- }
- .columns .el-menu-item.is-active::before {
- right: 0;
- }
- .classic #driver-highlighted-element-stage,
- .transverse #driver-highlighted-element-stage {
- background-color: #606266 !important;
- }
- .el-menu .fa{
- margin-right: 5px;
- width: var(--el-menu-icon-width);
- text-align: center;
- font-size: 16px;
- vertical-align: middle;
- }
- .tabs-box {
- background-color: var(--el-bg-color);
- }
- .tabs-box .tabs-menu {
- position: relative;
- width: 100%;
- }
- .tabs-box .tabs-menu .el-dropdown {
- position: absolute;
- top: 8px;
- right: 13px;
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header {
- box-sizing: border-box;
- background-color: #fff;
- height: 40px;
- padding: 0 10px;
- margin: 0;
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap {
- position: absolute;
- width: calc(100% - 110px);
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav {
- display: flex;
- border: none;
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item {
- display: flex;
- align-items: center;
- justify-content: center;
- color: #afafaf;
- border: 0;
- padding: 0;
- margin-right: 10px;
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item .tabs-icon {
- margin: 1.5px 4px 0 0;
- font-size: 15px;
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item .tabs-icon-remove {
- margin-left: 5px;
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item.is-active {
- color: var(--el-color-primary);
- }
- .tabs-box .tabs-menu .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item.is-active .menubox{
- border: 1px solid var(--el-color-primary);
- }
- .tabs-box .tabs-menu .menubox{
- border: 1px solid #afafaf;
- padding: 0 10px;
- height: 26px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- }
- .font-size-icon{
- cursor: pointer;
- font-size:20px;
- }
- .font-size-icon .icon-big{
- font-size:18px;
- }
- .font-size-icon .icon-small{
- font-size:10px;
- }
- .userinfo{
- cursor: pointer;
- display: flex;
- align-items: center;
- outline: none;
- }
- .userinfo .avatar {
- width: 40px;
- height: 40px;
- overflow: hidden;
- cursor: pointer;
- border-radius: 50%;
- }
- .userinfo img {
- width: 100%;
- height: 100%;
- }
- .el-main {
- box-sizing: border-box;
- padding: 10px 12px;
- overflow-x: hidden;
- background-color: var(--el-bg-color-page);
- }
- @media screen and (max-width: 600px) {
- .el-main{
- padding: 10px 0px;
- }
- }
- .el-main.expand{
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- background-color: var(--el-bg-color-page);
- }
- .el-main>.close-main-expand{
- position: fixed;
- top: -25px;
- right: -25px;
- z-index: 999;
- width: 52px;
- height: 52px;
- cursor: pointer;
- background-color: var(--el-color-info);
- border-radius: 50%;
- opacity: 0.7;
- }
- .el-main>.close-main-expand i{
- position: relative;
- top: 68%;
- left: 32%;
- font-size: 16px;
- color: #ffffff;
- transform: translate(-50%, -50%);
- }
- .el-footer {
- height: auto;
- padding: 0;
- }
- .footer {
- height: 30px;
- background-color: var(--el-bg-color);
- border-top: 1px solid var(--el-border-color-light);
- }
- .footer a {
- font-size: 14px;
- color: var(--el-text-color-secondary);
- text-decoration: none;
- letter-spacing: 0.5px;
- }
- #main-content iframe{
- width: 100%;
- height: 100%;
- }
- /*----弹出层layer----*/
- .layer-dialog{
- padding:0;
- }
- .layer-dialog .el-dialog__header{
- margin: 0;
- padding:0;
- }
- .layer-dialog .el-dialog__body{
- padding:0;
- }
- .layer-dialog .el-scrollbar__view{
- height:100%;
- }
- .layer-dialog .custom-dialog-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px;
- background-color: #f5f7fa;
- }
- .layer-dialog .custom-dialog-title {
- font-size: 18px;
- font-weight: bold;
- }
- .layer-dialog .custom-dialog-buttons {
- display: flex;
- align-items: center;
- }
- .layer-dialog .custom-dialog-buttons i {
- margin-left: 15px;
- cursor: pointer;
- }
- .dark .layer-dialog .custom-dialog-title,.dark .layer-dialog .custom-dialog-buttons i{
- color: #333;
- }
- .layer-dialog .custom-dialog-close:hover,
- .layer-dialog .custom-dialog-minimize:hover,
- .layer-dialog .custom-dialog-maximize:hover {
- color: #409eff;
- }
- .layer-dialog.is-fullscreen {
- --el-dialog-width: 98%;
- --el-dialog-margin-top: 20px;
- margin-bottom: 0;
- height: 95%;
- overflow: hidden;
- }
- /*主题设置*/
- .divider {
- margin-top: 15px;
- }
- .divider .el-icon {
- position: relative;
- top: 2px;
- right: 5px;
- font-size: 15px;
- }
- .theme-item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 14px 0;
- }
- .theme-item span {
- display: flex;
- align-items: center;
- font-size: 14px;
- }
- .theme-item span .el-icon {
- margin-left: 3px;
- font-size: 15px;
- color: var(--el-text-color-regular);
- cursor: pointer;
- }
- .layout-box {
- position: relative;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-around;
- padding: 10px 0 0;
- }
- .layout-box .layout-item {
- position: relative;
- box-sizing: border-box;
- width: 98px;
- height: 68px;
- padding: 6px;
- margin-bottom: 20px;
- cursor: pointer;
- border-radius: 5px;
- box-shadow: 0 0 5px 1px var(--el-border-color-lighter);
- transition: all 0.2s;
- }
- .layout-box .layout-item .layout-dark {
- background-color: var(--el-color-primary);
- border-radius: 3px;
- }
- .layout-box .layout-item .layout-light,.layout-box .layout-item .layout-light-top {
- background-color: var(--el-color-primary-light-5);
- border-radius: 3px;
- }
- .layout-box .layout-item .layout-content {
- background-color: var(--el-color-primary-light-8);
- border: 1px dashed var(--el-color-primary);
- border-radius: 3px;
- }
- .layout-box .layout-item .fa {
- position: absolute;
- right: 10px;
- bottom: 10px;
- color: var(--el-color-primary);
- transition: all 0.2s;
- }
- .layout-box .layout-item:hover {
- box-shadow: 0 0 5px 1px var(--el-border-color-darker);
- }
- .layout-box .is-active {
- box-shadow: 0 0 0 2px var(--el-color-primary) !important;
- }
- .layout-box .layout-vertical {
- display: flex;
- justify-content: space-between;
- }
- .layout-box .layout-vertical .layout-dark {
- width: 20%;
- }
- .layout-box .layout-vertical .layout-light-top {
- width: 20%;
- }
- .layout-box .layout-vertical .layout-container {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- width: 72%;
- }
- .layout-box .layout-vertical .layout-container .layout-light {
- height: 20%;
- }
- .layout-box .layout-vertical .layout-container .layout-content {
- height: 67%;
- }
- .layout-box .layout-classic {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .layout-box .layout-classic .layout-dark {
- height: 22%;
- }
- .layout-box .layout-classic .layout-container {
- display: flex;
- justify-content: space-between;
- height: 70%;
- }
- .layout-box .layout-classic .layout-container .layout-light {
- width: 20%;
- }
- .layout-box .layout-classic .layout-container .layout-dark {
- width: 20%;
- height: 100%;
- }
- .layout-box .layout-classic .layout-container .layout-content {
- width: 70%;
- }
- .layout-box .layout-transverse {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .layout-box .layout-transverse .layout-dark {
- height: 20%;
- }
- .layout-box .layout-transverse .layout-content {
- height: 67%;
- }
- .layout-box .layout-columns {
- display: flex;
- justify-content: space-between;
- }
- .layout-box .layout-columns .layout-dark {
- width: 14%;
- }
- .layout-box .layout-columns .layout-light {
- width: 17%;
- }
- .layout-box .layout-columns .layout-content {
- width: 55%;
- }
- .platform{
- outline: none;
- height: 100%;
- padding: 0 15px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .message-empty {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 260px;
- line-height: 45px;
- }
- .message-list {
- display: flex;
- flex-direction: column;
- }
- .message-list .message-item {
- display: flex;
- align-items: center;
- padding: 20px 0;
- border-bottom: 1px solid var(--el-border-color-light);
- }
- .message-list .message-item:last-child {
- border: none;
- }
- .message-list .message-item .message-icon {
- font-size: 35px;
- width: 20%;
- text-align: center;
- }
- .message-list .message-item .message-content {
- display: flex;
- flex-direction: column;
- width: 50%;
- }
- .message-list .message-item .message-tag {
- width: 30%;
- text-align: right;
- }
- .message-list .message-item .message-content .message-bottom{
- display: flex;
- justify-content: flex-start;
- }
- .message-list .message-item .message-content .message-title {
- margin-bottom: 5px;
- }
- .message-list .message-item .message-content .message-show {
- font-size: 12px;
- text-decoration: underline;
- margin-right: 10px;
- cursor: pointer;
- }
- .message-list .message-item .message-content .message-date {
- font-size: 12px;
- color: var(--el-text-color-secondary);
- }
- .toolBar-dropdown .fa-bell.hava-message {
- animation: shake 1s infinite linear;
- }
- @keyframes shake {
- 0% {
- transform: rotate(0deg);
- }
- 10% {
- transform: rotate(15deg);
- }
- 20% {
- transform: rotate(-10deg);
- }
- 30% {
- transform: rotate(10deg);
- }
- 40% {
- transform: rotate(-5deg);
- }
- 50% {
- transform: rotate(5deg);
- }
- 60% {
- transform: rotate(-2deg);
- }
- 70% {
- transform: rotate(2deg);
- }
- 80% {
- transform: rotate(-1deg);
- }
- 90% {
- transform: rotate(1deg);
- }
- 100% {
- transform: rotate(0deg);
- }
- }
- .dark .tool-bar-ri > .el-dropdown:hover,
- .dark .tool-bar-ri > .toolBar-dropdown:hover,
- .dark .tool-bar-ri > .toolBar-icon:hover,
- .dark .tool-bar-ri > .toolBar-userinfo:hover{
- background: #2a2a2a;
- }
- .dark .el-menu-item.is-active{
- color: #ffffff;
- background-color: #2a2a2a !important;
- }
- .dark .el-menu-item{
- color: #bdbdc0;
- }
- .dark .el-menu-item:hover{
- color: #ffffff !important;
- background-color: #2a2a2a !important;
- }
- .dark .el-sub-menu__title{
- color: #bdbdc0;
- }
- .dark .breadcrumb-box .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner .breadcrumb-title{
- color: #bdbdc0;
- }
- .dark .el-dropdown-menu__item:hover{
- background-color: #2a2a2a !important;
- }
- .dark .tabs-box .tabs-menu .el-tabs .el-tabs__header{
- background-color: #2a2a2a !important;
- }
|