@import 'variables'; @import 'mixin'; .filter-search{ @include btn_blue_style; &:hover{ @include btn_blue_hover; } } .filter-refresh{ @include btn_white_style; &:hover{ @include btn_white_hover; } } .head-archives{ padding: 0 0 20px 0; .archives-crud{ float: left; } .archives-recycle{ float: left; } .head-search{ float: left; margin-left: 10px; margin-bottom: 0 !important; .filter-item{ margin-right: 5px !important; } } .archives-handler-btn{ float: right; } } .packing-head{ display: flex; justify-content: space-between; .el-input__inner { padding-left: 90px; } } .container-main{ .left-tree-item{ margin-bottom: 20px; min-height: calc(100vh/2 - 105px); &:last-child{ margin-bottom: 0; } } .tree-title{ height: 40px; line-height: 40px; text-align: center; color: $mainColor; background-color: #02255F; } } .archives-warp{ margin-bottom: 20px; } .archives-top{ display: flex; justify-content: right; margin-bottom: 10px; .el-checkbox .el-checkbox__label{ color: #fff; } } .archives-right-list{ position: relative; } .archives-fixed-top{ position: absolute; right: 0; top: 6px; 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; // padding: 0 12px; margin: 0 auto; border-radius: 3px; color: #A6ADB6; border: 1px solid #E6E8ED; background-color: #F3F5F9; } .row-physical{ // color: #A6ADB6; // border: 1px solid #E6E8ED; // background-color: #F3F5F9; &.state-active{ color: #0348F3 !important; border-color: #90B0F9 !important; background-color: #EEF5FE !important; } } .row-packing{ // color: $arcPurple; // border-color: $arcPurple; &.state-active{ color: #018BFF !important; border-color: #9BD1FF !important; background-color: #DCEDFD !important; } } .row-warehousing{ // color: $arcYellow; // border-color: $arcYellow; &.state-active{ color: #FF8329!important; border-color: #FEBD98 !important; background-color: #FFF3E5 !important; } } .row-lending{ // color: $arcRed; // border-color: $arcRed; &.state-active{ color: #FD7359 !important; border-color: #FBC0B5 !important; background-color: #FCECE9 !important; } } .row-binding{ // color: $arcGreen; // border-color: $arcGreen; &.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 - 434px) !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-dialog{ .el-dialog{ width: 940px; .el-dialog__body{ padding: 20px 0 30px 0; } } } .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{ display: block; width: 66px; height: 28px; line-height: 28px; padding: 0; color: #fff; border-radius: 2px; margin: 0 auto; &::before{ margin-right: 5px; } } .file-down{ padding: 0 !important; background-color: $mainColor; border-color: $mainColor; } .packing-handle-btn{ background-color: $arcPurple; border-color: $arcPurple; } .packing-recall-btn{ background-color: $arcRed; border-color: $arcRed; } .selct-data-head{ color: #fff; line-height: 30px; } // 绑定标签 .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: 32px; width: 2px; height: 45px; // background-color: #0348F3; border-left: 2px solid #0348F3; opacity: 0.3; z-index: 1; } &:last-child::before{ display: none; } &.step-active{ &::before{ opacity: 0.3; } } &.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; // background-color: #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%; // width: 40px; // height: 40px; // border-radius: 50%; // color: #0348F3; // border: 2px solid #0348F3; // background-color: #fff; // box-shadow: inset 0px 0px 8px 1px #0348F3; margin: -20px 0 0 -20px; 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.2); -webkit-transform: scale(1.2); opacity: 0.5; } 100% { transform: scale(1.5); -webkit-transform: scale(1.5); 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; // font-weight: bold; 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: 2vh !important; } .el-dialog__body{ padding: 0; } .dialog-footer{ margin: 20px auto 0 auto; padding-bottom: 20px; } .packing-head{ border-bottom: 1px solid $mainColor; .head-search{ margin-bottom: 0; } } } .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{ padding: 0 30px; height: 40px; line-height: 40px; font-size: 16px; font-weight: normal; color: #fff; } .el-table{ overflow-x: hidden; overflow-y: auto; border: 2px solid #02255f; border-top: none; .el-table__body-wrapper{ background-color: $boxBg; } } } .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{ background-color: #02255F; color: #13439E; border-color: #02255F; } } .crud-opts { display: inline-block; } .iconfont::before { margin-right: 5px; } .cell-lend { display: inline-block; height: 26px; line-height: 26px; border-radius: 13px; text-align: center; } .no-lend { color: $arcRed; border: 1px solid $arcRed; } .wait-lend{ color: $arcYellow; border: 1px solid $arcYellow; } .have-lend { color: #fff; background-color: $arcRed; } .other-lend { color: $arcRed; border: 1px solid $arcRed; position: relative; &::after { content: ''; display: block; height: 2px; width: 20px; background-color: $arcRed; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } } .has-return{ color: #fff; border: 1px solid $arcGreen; background-color: $arcGreen; } .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; } //出入库 .dpflex { display: flex; justify-content: space-between; } .orange-btn { width: 76px; height: 30px; background-color: $arcYellow; border: none; &.el-button.is-disabled, &.el-button.is-disabled:hover { background-color: #7E4021; color: #666; } } .green-btn { width: 106px; height: 30px; background-color: $arcGreen; border: none; &.el-button.is-disabled, &.el-button.is-disabled:hover { background-color: #0D5649; color: #666; } } // 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; // background: #FFFFFF; // box-shadow: -7px 0px 7px 0px rgba(0,0,0,0.07); // border: 1px solid #E6E8ED; // border-radius: 2px; // transform: perspective(0.5em) rotateY(-5deg); z-index: 999; cursor: pointer; // &::before{ // position: absolute; // left: 6px; // top: 50%; // font-family: "iconfont" !important; // font-style: normal; // -webkit-font-smoothing: antialiased; // -moz-osx-font-smoothing: grayscale; // font-size: 12px; // text-align: center; // content: "\e60e"; // color: #A6ADB6; // transform: rotateY(5deg) translateY(-50%) scale(0.9); // } } .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; // height: 40px; 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; // width: 360px; height: 32px; justify-content: flex-end; .vue-treeselect{ font-size: 12px; margin-right: 10px !important; .vue-treeselect__control{ height: 33px !important; } } } .mangement-fixed-top{ // padding: 0 20px 10px 20px; 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; }