You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
380 lines
6.1 KiB
380 lines
6.1 KiB
@import "./default/index.scss"; |
|
|
|
@font-face { |
|
font-family: youshe; |
|
src: url('font/YouSheBiaoTiHei.ttf'); |
|
} |
|
|
|
[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-button--primary.action-btn { |
|
color: $--color-primary !important; |
|
font-size: 14px !important; |
|
background-color: #fff !important; |
|
border-radius: 4px !important; |
|
} |
|
|
|
.el-button--info.action-btn { |
|
color: #fff !important; |
|
font-size: 14px !important; |
|
background-color: $--color-primary !important; |
|
border-radius: 4px !important; |
|
border: none; |
|
} |
|
|
|
.el-input { |
|
.el-input__inner { |
|
border-color: rgba(0, 0, 0, 0.15); |
|
} |
|
} |
|
|
|
.p-title { |
|
padding-left: 5px; |
|
margin-bottom: 24px; |
|
line-height: 1; |
|
font-size: 14px; |
|
color: #585858; |
|
border-left: 3px solid $--color-primary; |
|
} |
|
|
|
.page { |
|
position: relative; |
|
padding: 24px; |
|
background-color: #fff; |
|
border-radius: 8px; |
|
|
|
.tool { |
|
display: flex; |
|
justify-content: space-between; |
|
margin-bottom: 24px; |
|
|
|
.filter { |
|
display: inline-flex; |
|
//flex-wrap: wrap; |
|
align-items: center; |
|
flex: 1; |
|
|
|
li { |
|
display: inline-flex; |
|
align-items: center; |
|
margin-right: 30px; |
|
|
|
label { |
|
margin-right: 6px; |
|
font-size: 14px; |
|
line-height: 14px; |
|
color: rgba(0, 0, 0, .65); |
|
white-space: nowrap; |
|
} |
|
} |
|
} |
|
|
|
.el-button--primary { |
|
@extend .action-btn; |
|
} |
|
|
|
.el-button--info { |
|
@extend .action-btn; |
|
} |
|
|
|
&.mul { |
|
margin-bottom: 0; |
|
|
|
.filter { |
|
width: 100vw; |
|
|
|
li { |
|
margin-bottom: 24px; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
.pagination { |
|
margin: 20px 0; |
|
text-align: center; |
|
|
|
button, .number { |
|
color: rgba(0, 0, 0, .65) !important; |
|
background-color: transparent !important; |
|
border: 1px solid rgba(0, 0, 0, 0.15) !important; |
|
border-radius: 4px !important; |
|
} |
|
|
|
button i { |
|
color: #333; |
|
} |
|
|
|
.active { |
|
color: #fff !important; |
|
background-color: $--color-primary !important; |
|
} |
|
} |
|
|
|
.el-table { |
|
border-radius: 8px; |
|
border: 1px solid rgba(0, 0, 0, 0.06); |
|
border-bottom: 0; |
|
|
|
.cell { |
|
font-size: 12px; |
|
line-height: 35px; |
|
} |
|
|
|
th { |
|
background: $--color-primary !important; |
|
|
|
.cell { |
|
color: #fff; |
|
font-size: 14px; |
|
font-weight: normal; |
|
} |
|
} |
|
} |
|
|
|
.tabs { |
|
display: flex; |
|
align-items: center; |
|
padding: 0 24px; |
|
border-bottom: 1px solid rgba(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); |
|
|
|
.el-button { |
|
font-size: 14px; |
|
border-radius: 4px; |
|
border-color: rgba(0, 0, 0, 0.15); |
|
} |
|
} |
|
} |
|
} |
|
|
|
.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: .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; |
|
} |
|
} |
|
} |