@import './default/index.scss'; @font-face { font-family: PingFang; src: url('font/PingFang-Regular.otf'); } @font-face { font-family: PingFangSC-Medium; src: url('font/PingFangSC-Medium.otf'); } @font-face { font-family: PingFangSC-Semibold; src: url('font/PingFangTC-Semibold.ttf'); } @font-face { font-family: SFProDisplay-Bold; src: url('font/SF-Pro-Display-Bold.otf'); } @font-face { font-family: SFProDisplay; src: url('font/SF-Pro-Display-Regular.otf'); } @font-face { font-family: toppan; src: url('font/toppan.otf'); } @font-face { font-family: ProximaNova; src: url('font/ProximaNova-Regular.otf'); } [v-cloak] { display: none; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb { width: 5px; border-radius: 6px; background: #d7d7d7; } .flex-between { display: flex; justify-content: space-between; align-items: center; } .el-input { .el-input__inner { border-color: #dcdee0; border-radius: 2px; } } .search-wrap { display: flex; .el-select { width: 140px; } .keyword .el-input__inner { border-left: 0; } .el-input__inner { border-radius: 0; } } .page-name { font-size: 16px; font-weight: 600; color: #333; &.mb { margin-bottom: 16px; } } .page { position: relative; padding: 25px; background-color: #fff; .tool { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; .filter { display: inline-flex; align-items: center; flex: 1; li { display: inline-flex; align-items: center; margin-right: 30px; & > label { margin-right: 20px; font-size: 14px; line-height: 20px; color: #333; white-space: nowrap; } } } .setting { margin-right: 10px; .icon { cursor: pointer; } } &.mul { margin-bottom: 0; .filter { width: 100vw; li { margin-bottom: 24px; } } } } .filter-radio { .el-radio { margin-right: 0; } .el-radio__input { display: none !important; } } .aline { margin-bottom: 20px; border-bottom: 1px dashed #c2c2c2; } } .actions, .btns, .el-dialog__footer { .el-button { width: 80px; padding: 8px 0; font-size: 14px; border-radius: 2px; &.lg { width: 100px; } } } .input-form { &.model { height: calc(100vh - 200px); padding-right: 20px; overflow: auto; .el-form-item__label { padding-right: 20px; } .lg .el-form-item__label { padding-right: 43px; } } .item-line { display: flex; .el-form-item:not(:last-child) { margin-right: 200px; } } .line { margin-bottom: 24px; border-bottom: 1px dashed #c2c2c2; } .el-form-item--small.el-form-item { margin-bottom: 24px; } .el-input, .el-select { width: 300px; } .el-select .el-input { width: auto; } .el-textarea { width: 700px; } .auto, .auto .el-input { width: auto; } .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { font-size: 18px; vertical-align: -4px; color: #f5222d; } } .btns { position: absolute; bottom: 0; left: 0; width: 100%; padding: 14px 0; text-align: center; background-color: #fff; box-shadow: 4px -2px 6px 0px rgba(198, 198, 198, 0.35); } .pagination { margin: 20px 0; text-align: center; button, .number { color: rgba(0, 0, 0, 0.65) !important; background-color: transparent !important; border: 1px solid #dcdee0 !important; border-radius: 4px !important; } button i { color: #333; } .active { color: #fff !important; background-color: $--color-primary !important; } } .el-table { border-bottom: 0; th, td { height: 44px; padding: 0; } td { .cell { font-size: 12px; color: #333; font-family: PingFangSC-Regular, PingFang SC; } } th { background: #f7f7f7 !important; .cell { line-height: 26px; color: #323232; font-size: 12px; font-weight: 500; font-family: PingFangSC-Medium, PingFang SC; } } } .el-table th.is-leaf, .el-table td { border-bottom-color: #ebedf0; } .tabs { display: flex; align-items: center; padding: 0 24px; border-bottom: 1px solid rgba(0, 0, 0, 0.06); .item { position: relative; padding: 20px 0; margin-right: 40px; font-size: 16px; color: rgba(0, 0, 0, 0.65); cursor: pointer; &:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; border-bottom: 3px solid transparent; border-radius: 2px; } &.active { font-weight: 500; color: rgba(0, 0, 0, 0.85); } &.active:after { border-bottom-color: $--color-primary; } } } .el-message { padding: 11px 20px; top: 1.2rem !important; .el-message__icon { font-size: 16px; } .el-message__content { font-size: 14px; color: rgba(0, 0, 0, 0.65); } .el-icon-close { font-size: 14px; color: #92998d; } .el-message--success { border: 1px solid #b7eb8f; background: #f6ffed; .el-message__icon { color: #00c700; } } .el-message--warning { border: 1px solid #ffe58f; background: #fffbe6; .el-message__icon { color: #ffa900; } } } .el-message-box { padding-bottom: 24px; .el-message-box__header { padding: 32px 32px 12px 50px; span { font-size: 16px; color: rgba(0, 0, 0, 0.85); font-weight: 500; } } .el-message-box__status { top: -30px; } .el-message-box__status + .el-message-box__message { font-size: 14px; color: rgba(0, 0, 0, 0.65); } .el-message-box__btns { padding-right: 32px; &.el-icon-warning { color: #ffa900; } } &:not(.normal) { .el-button--primary { color: #606266; background: #fff; border-color: #dcdfe6; &:hover { color: $--color-primary; border-color: #efbdbb; background-color: #fae9e8; } } } } .el-dialog__wrapper { .el-dialog { border-radius: 4px; .el-dialog__header { border-bottom: 1px solid rgba(0, 0, 0, 0.06); .el-dialog__title { font-size: 16px; color: rgba(0, 0, 0, 0.85); } } .el-dialog__footer { padding: 10px 16px; border-top: 1px solid rgba(0, 0, 0, 0.06); } } } .upload-wrap { position: relative; display: flex; justify-content: center; align-items: center; padding: 34px 0; .el-button { span { display: flex; align-items: center; color: rgba(0, 0, 0, 0.65); font-size: 14px; img { margin-right: 8px; } } } & > .el-button { margin-right: 32px; } .el-upload-list { position: absolute; bottom: 0; left: 0; width: 100%; max-width: 400px; } .link { position: absolute; bottom: -20px; left: 0; width: 100%; text-align: center; } &.lg { padding-bottom: 50px; } } .el-tooltip__popper { width: 300px; } @media (max-width: 1600px) { .el-table { .el-switch__label--right.is-active { left: 8px; } } } .el-upload-list { width: 100%; max-width: 400px; } .el-switch__label span { font-size: 12px; } .el-tooltip__popper.is-dark { padding: 18px 20px; color: #606266; line-height: 1.8; background-color: #fff; border: 0.0625rem solid #ebeef5; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 4px; } .el-tooltip__popper[x-placement^='top'] { .popper__arrow { border-top-color: #fff; &:after { border-top-color: #fff; } } } .tox-notifications-container { display: none; } .mce-content-body:not([dir='rtl']) blockquote { border-left: 0; background-color: #ccc; } .tox-tinymce-aux { z-index: 2500 !important; }