@aplus-frontend/ui
Version:
145 lines (144 loc) • 3.33 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-single-file {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 200px;
overflow: hidden;
transition: all 0.3s;
border: 1px dashed #dee4ed;
border-radius: 4px;
background: #f2f6f9;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.aplus-ap-upload-single-file > div {
display: flex;
align-items: center;
justify-content: center;
}
.aplus-ap-upload-single-file .state-un {
flex-direction: column;
}
.aplus-ap-upload-single-file .state-un .state-un-icon {
display: block;
width: 56px;
}
.aplus-ap-upload-single-file .state-un .state-un-title {
margin-top: 10px;
color: #182948;
font-size: 14px;
line-height: 22px;
}
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
margin-top: 4px;
color: #abb7cc;
font-size: 12px;
line-height: 18px;
}
.aplus-ap-upload-single-file .state-ing {
display: flex;
align-items: center;
width: min(516px, 77.24%);
height: 96px;
padding: 0 24px;
border-radius: 4px;
background: #fff;
}
.aplus-ap-upload-single-file .state-ing .left {
flex-shrink: 0;
width: 48px;
margin-right: 16px;
}
.aplus-ap-upload-single-file .state-ing .left img {
display: block;
width: 100%;
}
.aplus-ap-upload-single-file .state-ing .center {
flex: 1;
}
.aplus-ap-upload-single-file .state-ing .center .center-title {
display: -webkit-box;
overflow: hidden;
font-size: 14px;
text-align: start;
text-overflow: ellipsis;
word-wrap: break-word;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.aplus-ap-upload-single-file .state-ing .center .center-progress .ant-progress-line {
margin-right: 0;
margin-bottom: 0;
}
.aplus-ap-upload-single-file .state-ing .right {
flex-shrink: 0;
margin-left: 24px;
color: #ff4d4f;
font-size: 20px;
cursor: pointer ;
}
.aplus-ap-upload-single-file-un {
cursor: pointer;
}
.aplus-ap-upload-single-file-un:hover {
border: 1px dashed #0070ff;
background: rgba(0, 112, 255, 0.1);
}
.aplus-ap-upload-single-file-admin {
border: 1px dashed #D9D9D9;
}
.aplus-ap-upload-single-file-admin .state-un .state-un-title {
color: #333;
}
.aplus-ap-upload-single-file-admin .state-un .state-un-subtitle {
color: #BFBFBF;
}