@import 'variables'; @import 'mixin'; .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; height: 26px; line-height: 24px; padding: 0 14px; margin: 0 6px; border-width: 1px; border-style: solid; border-radius: 26px; } .row-packing{ color: $arcPurple; border-color: $arcPurple; &.state-active{ color: #fff; background-color: $arcPurple; } } .row-warehousing{ color: $arcYellow; border-color: $arcYellow; &.state-active{ color: #fff; background-color: $arcYellow; } } .row-lending{ color: $arcRed; border-color: $arcRed; &.state-active{ color: #fff; background-color: $arcRed; } } .row-binding{ color: $arcGreen; border-color: $arcGreen; &.state-active{ color: #fff; background-color: $arcGreen; } } .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: 10px; width: 1px; height: 100%; background-color: #3A99FD; z-index: 1; } &:last-child::before{ display: none; } } .step-left-num{ position: relative; display: block; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; font-size: 16px; text-align: center; color: #fff; border: 1px solid $mainColor; background-color: $boxBg; z-index: 4; &.step-active{ background-color: $mainColor; } &.step-loading{ &::before, &::after{ content: ""; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #13439E; box-shadow: inset 0px 0px 8px 1px #13439E; 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{ line-height: 30px; color: $mainColor; span{ padding-left: 10px; font-weight: bold; color: #fff; } } .step-tip{ padding: 0 10px; height: 40px; line-height: 40px; color: #13439E; background-color: #02255F; border-radius: 4px; &.tip-active{ color: $mainColor; } &.tip-error{ color: #EF3147; } } } } // 分卷装盒 .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; } } } // .item-content{ // max-height: calc(100vh - 410px); // overflow: hidden; // overflow-y: scroll; // } .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{ // background-color: #3A99FD; // border-color: #3A99FD; // } .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; } } // //其他 // .delMsg{ // color: #fff; // font-size: 16px; // }