@aplus-frontend/ui
Version:
115 lines (114 loc) • 3.39 kB
CSS
.reset-component {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
}
.reset-scrollbar ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.reset-scrollbar ::-webkit-scrollbar-thumb {
background-color: var(--ap-scrollbar-thumb-color-base);
background-clip: content-box;
border: 1px solid transparent;
border-radius: 4px;
}
.reset-scrollbar ::-webkit-scrollbar-track,
.reset-scrollbar ::-webkit-scrollbar-corner {
background-color: var(--ap-table-header-bg, #f2f6f9);
}
.reset-scrollbar ::-webkit-scrollbar-thumb:hover,
.reset-scrollbar ::-webkit-scrollbar-thumb:active {
background-color: var(--ap-scrollbar-thumb-color-hover);
}
.clear-fix::before {
display: table;
content: '';
}
.clear-fix::after {
display: table;
clear: both;
content: '';
}
.common-style {
box-sizing: border-box;
font-size: 12px;
font-family: inherit;
}
.common-style::before,
.common-style::after {
box-sizing: border-box;
}
.aplus-ap-upload-multiple-file .multiple-file-context {
display: flex;
align-items: center;
}
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
display: flex;
align-items: center;
padding: 7px 12px;
transition: all 0.3s;
border: 1px solid #dee4ed;
border-radius: 4px;
color: #182948;
}
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn:hover {
border-color: #0070ff;
color: #0070ff;
}
.aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
padding-left: 16px;
color: #8896b0;
font-size: 12px;
}
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
background: #f5f9fa;
}
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover .ant-upload-list-item-actions .ant-upload-list-item-action:focus {
opacity: 1;
}
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item .ant-upload-list-item-actions .ant-upload-list-item-action:focus {
opacity: 0;
}
.aplus-ap-upload-multiple-file .ant-upload-text-icon {
color: #abb7cc;
}
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-list-item-name,
.aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item-error .ant-upload-icon .anticon,
.aplus-ap-upload-multiple-file .ant-upload-list-item-error .ant-upload-text-icon {
color: #ff4d4f;
}
.aplus-ap-upload-multiple-file .ant-upload-list-item-done {
color: #0070ff;
}
.aplus-ap-upload-multiple-file .ant-upload-list-item-undefined {
color: #0070ff;
}
.aplus-ap-upload-multiple-file-admin .multiple-file-context .file-btn {
border: 1px solid #d9d9d9;
color: #333333;
}
.aplus-ap-upload-multiple-file-admin .multiple-file-context .file-btn:hover {
border-color: #34b77c;
color: #34b77c;
}
.aplus-ap-upload-multiple-file-admin .multiple-file-context .sub-title {
color: #999999;
}
.aplus-ap-upload-multiple-file-admin .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
background: #fafafa;
}
.aplus-ap-upload-multiple-file-admin .ant-upload-text-icon {
color: #bfbfbf;
}
.aplus-ap-upload-multiple-file-admin .ant-upload-list-item-done {
color: #1890ff;
}
.aplus-ap-upload-multiple-file-admin .ant-upload-list-item-undefined {
color: #1890ff;
}