123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548 |
- .work-layout{
- /* 清除滑条样式 */
- &::-webkit-scrollbar,*::-webkit-scrollbar {
- width: 0;
- height: 0;
- background: none;
- }
-
- /*chrome--------------------------------------------start*/
- &::-webkit-scrollbar,*::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
-
- /* Track */
- &::-webkit-scrollbar-track,*::-webkit-scrollbar-track {
- background: rgba(255, 255, 255, 0);
- border-radius: 6px;
- }
-
- /* Handle */
- &::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{
- background: #394154;
- border-radius: 6px;
- }
- &::-webkit-scrollbar-corner,*::-webkit-scrollbar-corner{
- display: none;
- }
- /* Handle on hover */
- &::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover {
- background: #394154;
- }
-
- /*chrome--------------------------------------------end*/
- /*IE--------------------------------------------start*/
- * {
- /*三角箭头的颜色*/
- scrollbar-arrow-color: #c0c4cc;
- /*滚动条滑块按钮的颜色*/
- scrollbar-face-color: #A2A2A3;
- /*滚动条整体颜色*/
- scrollbar-highlight-color: #A2A2A3;
- /*滚动条阴影*/
- scrollbar-shadow-color: #A2A2A3;
- /*滚动条轨道颜色*/
- scrollbar-track-color: #f4f4f5;
- /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
- scrollbar-3dlight-color: #A2A2A3;
- /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
- scrollbar-darkshadow-color: #A2A2A3;
- /*滚动条基准颜色*/
- scrollbar-base-color: #f4f4f5;
- }
- /*IE--------------------------------------------end*/
- }
- .el-dialog__body,.el-drawer__body,.el-popper{
- /* 清除滑条样式 */
- &::-webkit-scrollbar,*::-webkit-scrollbar {
- width: 0;
- height: 0;
- background: none;
- }
-
- /*chrome--------------------------------------------start*/
- &::-webkit-scrollbar,*::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
-
- /* Track */
- &::-webkit-scrollbar-track,*::-webkit-scrollbar-track {
- background: rgba(255, 255, 255, 0);
- border-radius: 6px;
- }
-
- /* Handle */
- &::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{
- background: #394154;
- border-radius: 6px;
- }
- &::-webkit-scrollbar-corner,*::-webkit-scrollbar-corner{
- display: none;
- }
- /* Handle on hover */
- &::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover {
- background: #394154;
- }
-
- /*chrome--------------------------------------------end*/
- /*IE--------------------------------------------start*/
- * {
- /*三角箭头的颜色*/
- scrollbar-arrow-color: #c0c4cc;
- /*滚动条滑块按钮的颜色*/
- scrollbar-face-color: #A2A2A3;
- /*滚动条整体颜色*/
- scrollbar-highlight-color: #A2A2A3;
- /*滚动条阴影*/
- scrollbar-shadow-color: #A2A2A3;
- /*滚动条轨道颜色*/
- scrollbar-track-color: #f4f4f5;
- /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
- scrollbar-3dlight-color: #A2A2A3;
- /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
- scrollbar-darkshadow-color: #A2A2A3;
- /*滚动条基准颜色*/
- scrollbar-base-color: #f4f4f5;
- }
- /*IE--------------------------------------------end*/
- }
- .hui-ellipsis {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .el-switch {
- .el-switch__core {
- background: rgba(255, 255, 255, 0.2);
- border-color: rgba(255, 255, 255, 0.2);
- }
- }
- .el-switch.is-checked .el-switch__core {
- background: $--color-primary;
- }
- .hui-no-tips{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .hui-flex {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- .hui-flex-box {
- flex: 1;
- height: 0;
- overflow-y: auto;
- }
- .hui-dialog-submit {
- text-align: right;
- padding: 0 20px 20px 20px;
- }
- }
- .hui-dialog {
- .hui-dialog-content {
- padding: 20px;
- overflow-y: auto;
- }
- }
- .hui-content {
- .hui-content-title {
- display: flex;
- height: 48px;
- border-bottom: 1px solid #374156;
- padding: 0 20px;
- .hui-title-item {
- padding: 0 14px;
- cursor: pointer;
- position: relative;
- height: 48px;
- line-height: 48px;
- }
- .hui-title-item.active,
- .hui-title-item:hover {
- color: $--color-primary;
- }
- .hui-title-item.active::before,
- .hui-title-item:hover::before {
- content: '';
- background: $--color-primary;
- height: 2px;
- left: 14px;
- right: 14px;
- bottom: 0;
- position: absolute;
- }
- }
-
- .hui-nav{
- height: 48px;
- border-bottom: 1px solid #374156;
- padding: 0 20px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .el-page-header__content{
- color: $--color-common;
- font-size: 16px;
- }
-
- }
-
- .hui-content-insert {
- padding-bottom: 12px;
- }
-
- .hui-content-select{
- display: flex;
- padding-bottom: 10px;
-
- .select-item{
- display: flex;
- flex: 1;
- }
-
- .select-input{
- width: 240px;
- }
- }
-
- .hui-table {
- padding: 12px 20px;
-
- .cell{
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
-
- .tr-center{
- display: flex;
- align-items: center;
-
- .label{
- margin-right: 8px;
- }
- }
-
- .hui-table-operation {
- .table-operation {
- padding-left: 10px;
- }
- .table-operation:first-child {
- padding-left: 0;
- }
- }
- .hui-table-tag {
- display: flex;
- align-items: center;
- }
- .hui-table-user {
- display: flex;
- align-items: center;
- .hui-table-avatar {
- width: 32px;
- height: 32px;
- overflow: hidden;
- border-radius: 50%;
- margin-right: 8px;
- }
- }
- .el-table__expand-icon {
- .el-icon-arrow-right {
- font-family: 'iconfont' !important;
- color: $--color-common;
- font-size: 8px;
- position: relative;
- top: -2px;
- }
- .el-icon-arrow-right::before {
- content: '\e738';
- }
- }
- }
- .hui-content-pagination {
- padding-top: 12px;
- text-align: right;
- }
- .hui-table-box-foot {
- display: flex;
- padding-top: 12px;
- justify-content: space-between;
- align-items: flex-start;
- .tips {
- font-size: 12px;
- }
- }
- .el-pagination__sizes .el-input .el-input__inner{
- height: 32px;
- line-height: 32px;
- }
- }
- .no-tips-box{
- text-align: center;
- }
- .no-tips {
- opacity: 0.4;
- }
- .no-empty {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .hui-detail {
- padding: 20px;
- .hui-detail-title {
- margin-bottom: 8px;
- font-weight: 500;
- }
- .hui-detail-content {
- background: rgba(50, 56, 68, 0.2);
- border-radius: 8px;
- margin-bottom: 20px;
- padding: 8px 0;
- .hui-detail-item {
- display: flex;
- padding: 8px 16px;
- align-items: center;
- .hui-detail-label {
- opacity: 0.4;
- width: 56px;
- margin-right: 14px;
- }
- .hui-detail-value {
- flex: 1;
- width: 0;
- min-height: 20px;
- line-height: 20px;
- }
- &.hui-detail-item-top{
- align-items: start;
- }
- }
- }
- .hui-detail-image {
- padding: 12px;
- }
- .hui-detail-document {
- padding: 12px;
- }
- .hui-detail-cc {
- padding: 16px;
- .hui-detail-item {
- padding: 0;
- }
- .hui-detail-label {
- line-height: 28px;
- width: 42px !important;
- }
- }
- }
- .hui-drawer-submit {
- border-top: 1px solid rgba(55, 65, 86, 0.6);
- text-align: right;
- padding: 12px 24px;
- }
- .el-form {
- .hui-textarea {
- width: 100% !important;
- padding: 0 !important;
- }
- .hui-document {
- padding: 0 !important;
- }
- }
- .el-tree {
- background: transparent !important;
- .el-tree-node__content {
- height: 32px;
- color: $--color-common;
- overflow: hidden;
- }
- .el-tree-node__content:hover,
- .el-tree-node:focus>.el-tree-node__content {
- background: rgba(255, 255, 255, 0.05);
- }
- .el-tree-node__label {
- font-size: 12px;
- position: relative;
- left: -10px;
- }
- .el-icon-caret-right {
- font-family: 'iconfont' !important;
- font-size: 8px;
- margin: 0;
- }
- .el-icon-caret-right::before {
- content: '\e738';
- }
- .el-tree-node__content>.el-tree-node__expand-icon {
- padding: 16px;
- }
- .tree-node {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- position: relative;
- left: -10px;
- .tree-node-label {
- font-size: 12px;
- }
- .btn .el-button {
- padding: 5px 10px;
- }
- }
- }
- .input-message.el-message-box {
- .el-message-box__content {
- padding-bottom: 6px;
- }
- }
- .el-picker-panel.el-date-picker.el-popper {
- background: $--color-background;
- box-shadow: none;
- border: none;
- color: $--color-common;
-
- .el-scrollbar__wrap {
- overflow-y: auto;
- }
- .el-scrollbar__bar {
- display: none !important;
- }
-
- .el-date-picker__header-label,
- .el-picker-panel__icon-btn,
- .el-date-table th {
- color: $--color-common;
- border-color: $--color-border;
- }
- }
- .el-picker-panel.time-select {
- background: $--color-background;
- border: none;
- .time-select-item {
- color: $--color-common;
- }
- .el-picker-panel__content.el-scrollbar__wrap {
- overflow-y: auto;
- }
- .el-scrollbar__bar {
- display: none !important;
- }
- .time-select-item:hover {
- background: $--color-background-hover;
- color: $--color-common;
- font-weight: 400;
- }
- .time-select-item.selected {
- color: $--color-primary;
- font-weight: 400;
- }
- }
- .el-picker-panel{
- .el-picker-panel__footer{
- background: $--color-background;
- border-color: $--color-border;
- }
-
- .el-date-picker__time-header{
- border-color: $--color-border;
- }
-
- .el-time-panel.el-popper{
- background: $--color-background;
- border-color: $--color-border;
- }
-
- .el-time-spinner__item{
- color: $--color-common;
- }
-
- .el-time-spinner__item.active:not(.disabled),.el-time-panel__btn{
- color: $--color-primary;
- }
-
- .el-time-spinner__item:hover:not(.disabled):not(.active){
- background: $--color-background-hover;
- }
-
- .el-time-panel__content::after, .el-time-panel__content::before,.el-time-panel__footer{
- border-color: #636363;
- }
-
- .el-button.is-plain:hover, .el-button.is-plain:focus{
- background: transparent;
- }
- }
- .hui-state {
- display: flex;
- align-items: center;
- .hui-state-bage {
- width: 8px;
- height: 8px;
- border-radius: 50%;
- margin-right: 6px;
- }
- .hui-state-label {
- color: rgba(255, 255, 255, 0.65);
- }
- .hui-state-success {
- background: $--color-green;
- }
- .hui-state-error {
- background: $--color-red;
- }
- .hui-state-info {
- background: $--color-orange;
- }
- .hui-state-primary {
- background: $--color-primary;
- }
-
- .hui-state-common{
- background: #FFC073;
- }
-
- .hui-state-major{
- background: #F04243;
- }
-
- .hui-state-urgent{
- background: #A20001;
- }
- }
- .hui-switch {
- position: relative;
- display: inline-block;
- width: 40px;
- height: 20px;
-
- input {
- opacity: 0;
- width: 0;
- height: 0;
- }
-
- .slider {
- position: absolute;
- cursor: pointer;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(255, 255, 255, 0.2);
- -webkit-transition: .4s;
- transition: .4s;
- border: 1px solid #DCDFE6;
- }
-
- .slider:before {
- position: absolute;
- content: "";
- height: 16px;
- width: 16px;
- left: 1px;
- bottom: 1px;
- background-color: white;
- -webkit-transition: .4s;
- transition: .4s;
- }
-
- input:checked+.slider {
- background-color: rgb(19, 206, 102);
- }
-
- input:checked+.slider:before {
- -webkit-transform: translateX(20px);
- -ms-transform: translateX(20px);
- transform: translateX(20px);
- }
-
- .slider.round {
- border-radius: 20px;
- }
-
- .slider.round:before {
- border-radius: 50%;
- }
- }
- .box-background {
- background: $--box-background;
- }
- .yui-tree-box {
- display: flex;
- background: $--background;
- width: 100%;
- height: 100%;
- .hui-left-tree {
- width: 250px;
- box-sizing: border-box;
- height: 100%;
- display: flex;
- flex-direction: column;
- background: $--box-background;
- .hui-left-tree-title {
- height: 42px;
- border-radius: 2px;
- display: flex;
- align-items: center;
- padding: 0 12px;
- border-bottom: 1px solid $--color-border;
- }
- .hui-left-tree-content {
- flex: 1;
- height: 0;
- overflow-y: auto;
- .collapse-title {
- flex: 1;
- width: 0;
- display: flex;
- align-items: center;
- }
- }
- .hui-left-tree-sub {
- font-weight: 600;
- margin-left: 8px;
- flex: 1;
- width: 0;
- }
- }
- .project-list {
- .project-list-item {
- height: 32px;
- display: flex;
- align-items: center;
- padding: 0 15px;
- cursor: pointer;
- border-bottom: 1px solid rgba(65, 71, 87, 0.8);
- box-sizing: border-box;
- .huifont-shuzhuangcaidantubiao {
- font-size: 22px;
- }
- .project-item-name {
- margin-left: 2px;
- font-size: 12px;
- }
- }
- .project-list-item:hover,
- .project-list-item.active {
- background: #262C38;
- }
- }
- .hui-tree-content {
- width: 0;
- flex: 1;
- height: 100%;
- padding-left: 10px;
- }
- .el-collapse {
- border: none;
- .el-collapse-item__header {
- background: #1E2430;
- color: $--color-common !important;
- border-color: $--color-border;
- height: 32px;
- line-height: 32px;
- font-size: 12px;
- padding: 0 14px;
- .el-collapse-name {
- flex: 1;
- width: 0;
- overflow: hidden;
- }
- .iconfont {
- color: $--color-common !important;
- margin-right: 6px;
- }
- .huifont-bumen {
- font-size: 16px;
- }
- .huifont-shuzhuangcaidantubiao,
- .huifont-moxingguanli {
- font-size: 18px;
- }
- }
- .el-collapse-item__wrap {
- background: #151c26;
- border: none;
- }
- .el-collapse-item__header.is-active,
- .el-collapse-item__header:hover,
- .el-collapse-item__header:focus {
- color: $--color-common;
- background: #262C38;
- }
- .el-icon-arrow-right {
- font-family: 'iconfont' !important;
- font-size: 9px;
- margin: 0;
- }
- .el-icon-arrow-right::before {
- content: '\e738';
- }
- .el-collapse-item__content {
- padding-bottom: 0;
- color: $--color-common;
- font-size: 12px;
- }
- }
- }
- .el-color-dropdown.el-color-picker__panel {
- background: $--color-background;
- border: none;
- .el-button.is-plain:hover,
- .el-button.is-plain:focus {
- background: transparent;
- }
- .el-color-dropdown__btns {
- height: 28px;
- line-height: 28px;
- }
- }
- .el-color-picker {
- .el-color-picker__trigger {
- border-color: $--input-border
- }
- }
- .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
- background-color: $--color-background-hover !important;
- }
- .el-dropdown-menu.el-popper {
- padding: 8px;
- background: $--color-background;
- border: none;
- .el-dropdown-menu__item {
- color: $--color-common;
- padding: 6px 40px 6px 16px;
- line-height: normal;
- border-radius: 4px;
- }
- .el-dropdown-menu__item:not(.is-disabled):hover,
- .el-dropdown-menu__item:focus {
- background: $--color-background-hover;
- color: $--color-common;
- }
- }
- .el-tabs--top .el-tabs__item.is-top:nth-child(2),
- .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
- .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
- .el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2) {
- padding-left: 0;
- }
- .el-tabs {
- .el-tabs__header {
- margin-bottom: 22px;
- }
- .el-tabs__item {
- color: $--color-common;
- box-shadow: none;
- height: 36px;
- line-height: 36px;
- transition: none;
- padding: 0 14px;
- }
- .el-tabs__item.is-active {
- color: $--color-primary;
- }
- .el-tabs__active-bar,
- .el-tabs__nav-wrap::after {
- height: 1px;
- }
- .el-tabs__nav-wrap::after {
- background-color: $--color-border;
- }
- }
- .hui-tag {
- display: inline-block;
- border: 1px solid $--color-primary;
- padding: 0 5px;
- border-radius: 2px;
- color: $--color-primary;
- overflow: hidden;
- position: relative;
- font-size: 12px;
- line-height: 18px;
- box-sizing: border-box;
- }
- .hui-tag::before {
- content: '';
- width: 100%;
- height: 100%;
- background: $--color-primary;
- opacity: 0.1;
- position: absolute;
- left: 0;
- top: 0;
- }
- .hui-tag.hui-tag-success {
- border-color: $--color-green;
- color: $--color-green;
- }
- .hui-tag.hui-tag-success::before {
- background: $--color-green;
- }
- .hui-tag.hui-tag-warning {
- border-color: $--color-orange;
- color: $--color-orange;
- }
- .hui-tag.hui-tag-warning::before {
- background: $--color-orange;
- }
- .hui-tag.hui-tag-error {
- border-color: $--color-red;
- color: $--color-red;
- }
- .hui-tag.hui-tag-error::before {
- background: $--color-red;
- }
- .hui-tag.hui-tag-info {
- border-color: $--color-common;
- color: $--color-common;
- }
- .hui-tag.hui-tag-info::before {
- background: $--color-common;
- }
- .hui-alert {
- width: 100%;
- .hui-alert-box {
- width: 275px;
- height: 26px;
- border-radius: 2px;
- border: 1px solid rgba(51, 113, 255, 0.4);
- position: relative;
- overflow: hidden;
- display: flex;
- align-items: center;
- color: $--color-primary;
- font-size: 12px;
- padding: 0 10px;
- margin: 0 auto;
- span {
- margin-left: 5px;
- flex: 1;
- width: 0;
- overflow: hidden;
- }
- }
- .hui-alert-box::before {
- content: '';
- position: absolute;
- background: $--color-primary;
- opacity: 0.11;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- }
- }
- .hui-chart-title {
- background-image: url(./assets/image/common/chart-title.png);
- background-size: contain;
- background-repeat: no-repeat;
- line-height: 32px;
- font-weight: 600;
- padding-left: 15px;
- color: #D2E4FF;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- .select{
- width: 96px;
- }
- .year-picker{
- width: 170px;
- }
- }
- .hui-chart-tip {
- width: 100px;
- font-size: 12px;
- .hui-tip-title {
- font-size: 20px;
- font-family: 'YouSheBiaoTiHei';
- color: #FFFFFF;
- line-height: 26px;
- text-shadow: 0px 0px 8px rgba(51, 113, 255, 0.6);
- margin-bottom: 10px;
- }
- .hui-tip-box {
- width: 100%;
- padding: 8px 14px;
- background: linear-gradient(270deg, rgba(0, 4, 10, 0) 0%, rgba(0, 4, 10, 0.18) 100%);
- border-left: 2px solid rgba(97, 133, 214, 0.48);
- }
- .hui-tip-item {
- display: flex;
- align-items: center;
- line-height: 17px;
- padding: 8px 0;
- }
- .hui-tip-dage {
- width: 8px;
- height: 8px;
- margin-right: 5px;
- border-radius: 8px;
- }
- .hui-tip-name {
- flex: 1;
- width: 0;
- overflow: hidden;
- }
- .cyan {
- background: $--color-cyan;
- }
- .blue {
- background: $--color-blue2;
- }
- .red {
- background: $--color-red;
- }
- .orange {
- background: $--color-orange1;
- }
- .gray {
- background: $--color-gray;
- }
- }
- .alarm-table-box {
- .alarm-title {
- padding: 20px 20px 0 20px;
- }
-
- .alarm-table {
- padding: 0 20px;
- margin-bottom: 20px;
- .alarm-tr {
- background-color: rgba(97, 133, 214, 0.05);
- margin-bottom: 4px;
- }
- .alarm-tr:last-child {
- margin-bottom: 0;
- }
- }
- .alarm-tr {
- height: 36px;
- display: flex;
- align-items: center;
- font-size: 12px;
- padding: 0 12px;
-
- .tr-100 {
- width: 100px;
- }
- .tr-flex {
- flex: 1;
- width: 0;
- }
- .tr-130 {
- width: 130px;
- }
- .tr-50 {
- width: 50px;
- }
- .tr-80 {
- width: 80px;
- }
-
- .tr-center{
- text-align: center;
- }
-
- .tr-150 {
- width: 150px;
- }
- }
-
- .alarm-tr>span{
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- }
- .hui-test-alarm {
- width: 100%;
- height: 306px;
- display: flex;
- .test-box {
- width: 280px;
- .test-item {
- height: 94px;
- background: #141A24;
- display: flex;
- align-items: center;
- padding-left: 24px;
- color: #D2E4FF;
- margin-bottom: 12px;
- }
- .test-item:last-child {
- margin-bottom: 0;
- }
- .test-label {
- flex: 1;
- width: 0;
- overflow: hidden;
- }
- .test-value {
- font-size: 24px;
- margin-top: 5px;
- }
- .test-icon {
- width: 56px;
- height: 56px;
- background: #3371FF;
- border-radius: 20px;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 16px;
- i {
- font-size: 32px;
- color: #e6e6e6;
- }
- }
- .green {
- background: $--color-green;
- }
- .gray {
- background: #AFB9CC;
- }
-
- .purple {
- background: #9D60FB;
- }
-
- .red {
- background: $--color-red;
- }
- }
- .alarm-table-box{
- flex: 1;
- width: 0;
- background: #141A24;
- height: 100%;
- margin-left: 12px;
- }
- }
- .color-primary {
- color: $--color-primary;
- }
- .color-cyan{
- color: $--color-cyan;
- }
- .color-green{
- color: $--color-green;
- }
- .color-purple {
- color: #9D60FB;
- }
- .color-red {
- color: $--color-red;
- }
- .color-gray {
- color: $--color-gray;
- }
- .color-blue {
- color: $--color-blue2;
- }
- .color-orange {
- color: $--color-orange1;
- }
- .color-yellow {
- color: $--color-yellow;
- }
- .color-font{
- color: $--color-font;
- }
- .color-common{
- color: $--color-common;
- }
- .color-orange1{
- color:#FFC073;
- }
- .legend-box {
- display: flex;
- align-items: center;
- justify-content: center;
- position: absolute;
-
- .legend-item {
- display: flex;
- align-items: center;
- margin-right: 20px;
- }
- .legend-page {
- width: 8px;
- height: 8px;
- margin-right: 4px;
- }
- .legend-name {
- font-size: 12px;
- }
- }
- .hui-operation {
- width: 100%;
- display: flex;
- .operation-item {
- flex: 1;
- height: 88px;
- background: #1E2430;
- border-radius: 8px;
- padding: 20px 15px;
- margin-right: 10px;
- }
- .operation-test {
- width: 100%;
- height: 6px;
- background: #283040;
- border-radius: 6px;
- position: relative;
- z-index: 9;
- }
- .test-number {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- border-radius: 6px;
- }
- .operation-label {
- display: flex;
- justify-content: space-between;
- margin-bottom: 14px;
- .label {
- opacity: 0.7;
- }
- .number {
- font-size: 20px;
- }
- }
- }
- .tank-label {
- display: flex;
- align-items: center;
- padding: 16px 20px;
- background: #1E2430;
- border-radius: 8px;
- margin-top: 16px;
- .tank-icon {
- width: 36px;
- height: 36px;
- background: #37B6BA;
- border-radius: 12px;
- text-align: center;
- line-height: 36px;
- margin-right: 8px;
- i {
- font-size: 20px;
- color: #fff;
- }
- }
- .label {
- flex: 1;
- width: 0;
- }
- .number {
- font-size: 20px;
- margin-right: 6px;
- }
- .unit {
- opacity: 0.6;
- }
- }
- .bim-box {
- flex: 1;
- height: 0;
- background: rgba(0, 4, 10, 0.3);
- margin-top: 12px;
- }
- .combination-select{
- display: flex;
- align-items: center;
- .el-select{
- width: 96px;
- margin-right: 8px;
- }
- .el-range-editor--mini.el-input__inner {
- height: 21px;
- padding: 0 7px;
- width: 210px;
- .el-range-input{
- width: 70px;
- color:$--color-common;
- text-align: center;
- }
- .el-range__close-icon{
- width: 20px;
- }
- }
-
- .el-range-editor--mini.el-input__inner .el-range-separator {
- color: #607182;
- width: 22px;
- line-height: 18px;
- }
-
- .el-range-editor--mini .el-range-input::placeholder {
- color: #607182;
- }
- }
- .el-picker-panel.el-date-range-picker.el-popper {
- color: $--color-common;
- border: none;
- background: $--color-background;
- .el-date-range-picker__content.is-left,
- .el-date-table th {
- border-color: $--color-border;
- }
- .el-date-table td.in-range div,
- .el-date-table td.in-range div:hover,
- .el-date-table.is-week-mode .el-date-table__row.current div,
- .el-date-table.is-week-mode .el-date-table__row:hover div {
- background: $--color-background-hover;
- }
- .el-date-table td.next-month,
- .el-date-table td.prev-month {
- color: #636363;
- }
- }
- //dialog
- .document-dialog{
- .pdf-iframe {
- border: none;
- padding: 0;
- margin: 0;
- }
- .el-dialog {
- background: #fff !important;
- height: 80vh;
- margin-top: 10vh !important;
- display: flex;
- flex-direction: column;
-
- .el-dialog__header {
- padding: 15px 20px;
- border-bottom: 1px solid #CECFD3;
-
- .el-icon-close {
- font-family: "iconfont" !important;
- font-size: 18px;
- color: #CACACA;
- }
-
- .el-icon-close::before {
- content: "\e72f";
- }
- }
-
- .el-dialog__title {
- color: #222222;
- font-size: 16px;
- font-weight: 500;
- }
-
- .el-dialog__body {
- padding: 0;
- flex: 1;
- height: 0;
- color: #222222;
- }
-
- .el-button--medium{
- padding: 8px 16px;
- }
-
- .el-button--default{
- color: #666666;
- border: 1px solid rgba(0,0,0,0.15);
- }
-
- .hui-dialog-submit{
- border-top: 1px solid #CECFD3;
- padding: 15px 20px;
- }
- }
- }
- .el-alert.is-light {
- background-color: #141C27 !important;
- border: none !important;
- border-radius: 2px;
- .el-alert__icon {
- margin-right: 8px;
- font-family: "iconfont" !important;
- font-size: 16px;
- }
- .el-alert__content {
- color: $--color-common !important;
- line-height: 22px;
- }
- }
- .el-alert--success {
- .el-icon-success {
- color: $--color-green;
- }
- .el-icon-success::before {
- content: '\e73c';
- }
- }
- .el-alert--success {
- .el-icon-success {
- color: $--color-green;
- }
- .el-icon-success::before {
- content: '\e73c';
- }
- }
- .el-alert--error {
- .el-icon-error {
- color: $--color-red;
- margin-top: 2px;
- }
- .el-icon-error::before {
- content: '\e73a';
- }
- }
- .el-alert--warning {
- .el-icon-warning {
- color: $--color-orange;
- margin-top: 1px;
- }
- .el-icon-warning::before {
- content: '\e73b';
- }
- }
- .custom-tree-node{
- width: 100%;
- display: flex;
- align-items: center;
- padding-right: 10px;
-
- .label{
- flex: 1;
- width: 0;
- overflow: hidden;
- font-size: 12px;
- }
-
- .iconfont{
- font-size: 19px;
- }
-
- .el-icon-place{
- font-size: 16px;
- }
-
- .el-icon-more{
- color: $--color-common;
- }
-
- .active{
- color: $--color-primary;
- }
- }
- .el-notification{
- background: #3b3f49 !important;
- border: none !important;
- .el-notification__title,
- .el-notification__content{
- color: $--color-common;
- }
- }
|