|
|
@import 'variables'; @import 'mixin';
.filter-search, .filter-rfid{ @include btn_blue_style; &:hover{ @include btn_blue_hover; } &:focus{ @include btn_blue_style; } } .filter-refresh{ @include btn_white_style; &:hover{ @include btn_white_hover; } &:focus{ @include btn_white_style; } }
.packing-head{ display: flex; justify-content: space-between; align-items: center; .el-input__inner { padding-left: 100px; border-radius: 3px; } } .container-main{ .left-tree-item{ margin-bottom: 20px; min-height: calc(100vh/2 - 105px); &:last-child{ margin-bottom: 0; } } }
.crud-opts{ justify-content: space-between; }
// 库房可删
.archives-handler-btn{ .el-button{ padding: 0 13px 0 3px; span{ margin-left: 5px; } &.packing-btn{ border-color: $arcPurple; background-color: $arcPurple; &.is-disabled{ border-color:#2B1D70; background-color: #2B1D70; } } &.part-btn{ border-color: $arcCyan; background-color: $arcCyan; &.is-disabled{ border-color:#075E6C; background-color: #075E6C; } } // &.warehousing-btn{
// border-color: $arcYellow;
// background-color: $arcYellow;
// &.is-disabled{
// border-color:#7E4021;
// background-color: #7E4021;
// }
// }
&.lending-btn{ border-color: $arcRed; background-color: $arcRed; &.is-disabled{ border-color:#7A2831; background-color: #7A2831; } } &.binding-btn{ border-color: $arcGreen; background-color: $arcGreen; &.is-disabled{ border-color:#0D5649; background-color: #0D5649; } } &.is-disabled{ color: #666; } } .iconfont{ line-height: 30px; } }
.archives-table, .base-info{ td.el-table__cell .row-state{ display: block; width: 48px; height: 26px; line-height: 24px; margin: 0 auto; border-radius: 3px; color: #A6ADB6; border: 1px solid #E6E8ED; background-color: #F3F5F9; } .row-open{ &.state-active{ color: #563be1 !important; border-color: #b5a7fa !important; background-color: #ebe7ff !important; } } .row-physical{ &.state-active{ color: #0348F3 !important; border-color: #90B0F9 !important; background-color: #EEF5FE !important; } } .row-packing{ &.state-active{ color: #018BFF !important; border-color: #9BD1FF !important; background-color: #DCEDFD !important; } } .row-warehousing{ &.state-active{ color: #FF8329!important; border-color: #FEBD98 !important; background-color: #FFF3E5 !important; } } .row-lending{ &.state-active{ color: #FD7359 !important; border-color: #FBC0B5 !important; background-color: #FCECE9 !important; } } .row-binding{ &.state-active{ color: #2ECAAC !important; border-color: #B1EBDF !important; background-color: #E8F8F5 !important; } } .is-scrolling-left, .is-scrolling-middle, .is-scrolling-right{ max-height: calc(100vh - 352px) !important; } } .base-info .row-state{ width: 68px; height: 26px; line-height: 24px; text-align: center; margin-top: -6px; border-width: 1px; border-style: solid; border-radius: 26px; }
// 上传附件
.upload-file{ position: relative; z-index: 1001; .upload-curd{ display: flex; flex-direction: row; margin: 0 32px 20px 32px; } .upload-demo{ position: relative; margin-right: 10px; .el-upload-list{ display: none; position: absolute; left: 0; bottom: 0; } } } .screenshot{ display: block; margin: 0 auto; object-fit: cover; } .file-down, .packing-handle-btn, .packing-recall-btn, .handOver-btn{ display: block; width: 64px; height: 28px; line-height: 26px; padding: 0; border-radius: 3px; margin: 0 auto; &::before{ margin-right: 5px; } } .file-down{ padding: 0 !important; @include btn_blue_style; &:hover{ @include btn_blue_hover; } &:focus{ @include btn_blue_style; } } .packing-handle-btn{ background-color: transparent !important; border-color: #41A4FF !important; color: #41A4FF !important; } .packing-recall-btn{ background-color: transparent !important; border-color: #FD7359 !important; color: #FD7359 !important; }
// 绑定标签
.bindingDialog{ .el-dialog{ width: 720px; } .el-dialog__body{ padding: 35px 35px 58px 35px; } } .rebinding { display: flex; justify-content: space-between; padding: 50px 65px 35px 65px; span{ display: block; width: 60px; line-height: 36px; color: #3A99FD; } .el-input { .el-input__inner{ font-size: 14px; height: 36px; line-height: 36px; color: #fff; border: 1px solid #3A99FD; background-color: transparent; } } }
.binding-flow{ .step-item{ position: relative; display: flex; justify-content: space-between; margin-bottom: 10px; z-index: 1; &::before{ content: ""; position: absolute; left: 15px; top: -48px; width: 2px; height: 45px; border-left: 2px solid #0348F3; opacity: 0.3; z-index: 1; } &:first-child::before{ display: none; } &.step-active{ &::before{ opacity: 1; } } &.step-loading{ &::before{ opacity: 1; border-left: 2px dashed #0348F3; } } } .step-left-num{ position: relative; display: block; width: 30px; height: 30px; line-height: 28px; border-radius: 50%; font-size: 16px; text-align: center; color: #0348F3; border: 2px solid #0348F3; opacity: 0.3; z-index: 4; &.step-active{ color: #fff; background-color:#0348F3; opacity: 1; } &.step-loading{ color: #0348F3; border: 2px solid #0348F3; background-color: #fff; &::before, &::after{ content: ""; position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #0348F3; z-index: 1; } &::before{ animation: halo 2s linear 0.5s infinite; } &::after{ animation: halo 2s linear 1.5s infinite; } } } // 晕开效果
@keyframes halo { 0% { transform: scale(1); -webkit-transform: scale(1); opacity: 0.0; } 25% { transform: scale(1); -webkit-transform: scale(1); opacity: 0.1; } 50% { transform: scale(1); -webkit-transform: scale(1); opacity: 0.3; } 75% { transform: scale(1.3); -webkit-transform: scale(1.3); opacity: 0.5; } 100% { transform: scale(1.6); -webkit-transform: scale(1.6); opacity: 0.0; } } .step-right-cont{ flex: 1; margin-left: 12px; .step-title{ font-size: 16px; line-height: 30px; color: #0348F3; span{ padding-left: 10px; color: #0C0E1E; } } .step-tip{ padding: 0 10px; height: 40px; line-height: 40px; color: #A6ADB6; background-color: #EDEFF3; border-radius: 4px; &.tip-active{ color: #545B65; } &.tip-error{ color: #ED4A41; } } } }
// 分卷装盒
.partPackingDialog{ .el-dialog{ width: 950px !important; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); margin-top: 0 !important; } .dialog-footer{ margin: 20px auto 0 auto; padding-bottom: 20px; } .packing-head{ margin-bottom: 20px; .head-search{ margin-bottom: 0; } } }
.selct-data-head{ color: #545B65; line-height: 30px; span{ display: inline-block; padding: 0 2px; color: #0C0E1E; } }
.part-packing-cont{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; } .part-packing-item{ width: calc(100%/2 - 10px); .part-packing-title{ position: relative; padding: 0 12px; height: 40px; line-height: 40px; font-size: 16px; font-weight: normal; color: #0C0E1E; &::before{ content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 14px; margin-top: -7px; background-color: #0348F3; } } .el-table{ overflow-x: hidden; overflow-y: auto; border-top: none; } }
.upload-btn{ position: relative; margin-right: 10px; overflow: hidden; #upFile{ position: absolute; left: 0; top: 0; opacity: 0; height: 34px; } }
// 借阅管理
.el-dialog .el-dialog__body{ .el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus{ color: #b4c8fb; border-color: #b4c8fb; background-color: #f2f5fe; } }
.crud-opts { display: inline-block; }
.iconfont::before { margin-right: 5px; }
.clear { border-radius: 13px; width: 80px; height: 26px; line-height: 26px; display: inline-block; text-align: center; }
.no-clear .clear { color: $arcYellow; border: 1px solid $arcYellow; }
.have-clear .clear { color: $arcGreen; border: 1px solid $arcGreen; }
.fail-clear .clear { color: $arcRed; border: 1px solid $arcRed; } .other-clear .clear { color: $arcCyan; border: 1px solid $arcCyan; } .error-clear-bg .clear{ color: #fff; background-color: $arcRed; } .have-clear-bg .clear{ color: #fff; background-color: $arcGreen; } .no-clear-bg .clear{ color: #fff; background-color: $arcYellow; }
//3D库房
.iframe_box { width: 100%; height: calc(100vh - 285px); }
.warehouse { display: flex; max-height: calc(100vh - 184px); overflow: hidden;
.warehouse-left { flex: 1; }
.warehouse-right { width: 458px; max-height: calc(100vh - 192px); } }
.warehose-el-table .el-table__header-wrapper { box-shadow: inset 0px 0px 6px 1px $mainColor; background: none !important; }
.warehose-el-table .el-table__header .el-table__cell { padding: 0; height: 30px; background: transparent; .cell { font-size: 14px; } }
.light-blue { background-color: #011E4F !important; }
// 20230712 抽屉
.el-drawer__wrapper { position: absolute; top: -22px; right: -22px; height: calc(100vh - 138px); } [data-theme=dark] .el-drawer__wrapper { position: absolute; top: -42px; right: -22px; height: calc(100vh - 159px); }
.management-drawer.el-drawer__wrapper { height: calc(100vh - 118px); } [data-theme=dark] .management-drawer.el-drawer__wrapper { height: calc(100vh - 159px); }
.el-drawer{ overflow: visible; } [data-theme=dark] .el-drawer{ background-color: #031435; border: 1px solid #113d72; }
.el-drawer.rtl{ top: 0; box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.08); border: 1px solid #E6E8ED; }
[data-theme=dark] .el-drawer.rtl{ border: 1px solid #113d72; }
.el-drawer__body{ position: relative; overflow: visible; padding-top: 57px; }
[data-theme=dark] .el-drawer__body{ padding-top: 40px; }
.anjuan-drawer .el-drawer__body{ padding-top: 23px; }
[data-theme=dark] .anjuan-drawer .el-drawer__body{ padding-top: 42px; }
[data-theme=dark] .anjuan-drawer .el-drawer.rtl { border-top: none; }
.management-drawer.el-drawer__wrapper { .el-drawer__body{ padding: 20px; } }
.closed-btn{ position: relative; position: absolute; left: -22px; top: 50%; display: block; width: 22px; height: 60px; margin-top: -30px; background: url("~@/assets/images/collect/zk.png") no-repeat; background-size: 22px 60px; z-index: 999; cursor: pointer; }
.collect-header{ display: flex; justify-content: space-between; height: 73px; padding: 20px 10px 0 20px; border-top: 1px solid #EDEFF3; h4{ flex: 1; padding-left: 62px; line-height: 40px; background: url("~@/assets/images/collect/xm.png") no-repeat left top; background-size: 47px 40px; font-size: 18px; font-weight: 500; color: #0C0E1E; &.is-anjuan{ background: url("~@/assets/images/collect/aj.png") no-repeat left -2px; background-size: 50px 39px; } &.is-juannei{ background: url("~@/assets/images/collect/jn.png") no-repeat left top; background-size: 46px 49px; } &.is-file{ background: url("~@/assets/images/collect/yw.png") no-repeat left -6px; background-size: 50px 46px; } } .head-search{ margin-right: 30px; .el-button{ margin-left: 10px; } &.is-recycle{ margin-right: 10px; } } }
[data-theme=dark] .collect-header{ border-top: none; h4{ color: #fff; } }
.collect-menu{ .el-menu.el-menu--horizontal{ border-bottom: none; background-color: transparent; } .el-submenu{ width: 76px; height: 32px; border-radius: 3px; border: 1px solid #0348F3; margin-right: 10px; .el-submenu__title{ display: flex; justify-content: center; align-items: center; padding: 0; height: 30px; line-height: 32px; font-weight: bold; color: #0348F3; border-bottom: none; i.iconfont{ color: #0348F3; margin-right: 0; } span{ display: block; } .el-submenu__icon-arrow { display: none; } &:focus, &:hover{ color: #0348F3; } } &.is-active{ .el-submenu__title{ border-bottom: none; color: #0348F3; } } } }
.el-menu--popup{ min-width: 120px; padding: 10px 0; border-radius: 3px; border: 1px solid #E6E8ED; .collect-submenu-group{ .el-menu-item{ padding: 0 18px !important; color: #0C0E1E; &:hover, &:focus, &.active-item{ background: #F5F9FC; color: #0348F3; } } .el-menu-item-group__title{ font-size: 14px; padding: 0 18px !important; line-height: 36px; color: #A6ADB6; } &.submenu-tree{ .el-menu-item{ padding: 0 18px 0 32px !important; } } } }
.collect-menu-item{ position: relative; .collect-submenu{ display: none; position: absolute; top: 40px; right: 0; width: 120px; height: 125px; background: #FFFFFF; box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.08); border-radius: 3px; border: 1px solid #E6E8ED; transform-origin: 95% 40%; transition: all 0.3s ease-in-out; } }
.fileUpload-dialog { .el-dialog{ width: 536px; } }
.collect-filter{ display: flex; height: 32px; justify-content: flex-end; .vue-treeselect{ font-size: 12px; margin-right: 10px !important; .vue-treeselect__control{ height: 33px !important; } } }
.mangement-fixed-top{ text-align: right; flex: 1; color: #545B65; }
.drag-tip { display: block; padding-left: 20px; padding-bottom: 10px; font-style: normal; font-weight: bold; font-size: 12px; }
.spk-a { display: inline-block; width: 10px; height: 10px; border-radius: 5px; background-color:#2FD490; box-shadow: 0px 3px 4px 0px rgba(17,243,189,0.35); vertical-align: middle; } .off-line { display: inline-block; width: 10px; height: 10px; border-radius: 5px; background-color: #ED4A41; box-shadow: 0px 3px 4px 0px rgba(252,122,122,0.35); vertical-align: middle; }
.device-child-btn{ width: auto !important; padding: 0 14px !important; line-height: 28px !important; font-weight: bold !important; color: #0348F3 !important; border-color: #0348F3 !important; }
.device-sulan-btn{ display: inline-block; padding: 0 7px; color: #FF8329; background-color: #FFF3E5; border: 1px solid #FEBD98; border-radius: 3px; cursor: pointer; }
.device-edit-btn{ display: inline-block; padding: 0 6px 0 10px; margin: 0 4px; text-align: center; color: #0348F3; background-color: #DCEDFD; border: 1px solid #9BD1FF; border-radius: 3px; cursor: pointer; }
.device-delt-btn{ display: inline-block; padding: 0 6px 0 10px; text-align: center; color: #ED4A41; background-color: #FCECE9; border: 1px solid #FBC0B5; border-radius: 3px; cursor: pointer; } .detail-tab{ position: relative; } .double-click-btn{ position: absolute; right: 0; top: 0; display: flex; justify-content: flex-start; align-items: center; line-height: 26px; span{ display: inline-block; font-size: 12px; color: #545B65; } i{ display: inline-block; color: #0348F3; } }
|