@aplus-frontend/ui
Version:
142 lines (141 loc) • 3.18 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-search-form-sorter-content {
width: 560px;
}
.aplus-search-form-sorter-header {
padding: 16px 16px 0px;
}
.aplus-search-form-sorter-header-title {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
color: var(--ap-text-color-2);
font-size: 14px;
font-weight: 700;
display: inline-block;
padding-bottom: 4px;
}
.aplus-search-form-sorter-header-desc {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
color: var(--ap-text-color-3);
}
.aplus-search-form-sorter-header-action-wrapper {
padding: 8px;
margin: -8px;
cursor: pointer;
}
.aplus-search-form-sorter-header-reset-btn {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
color: var(--ap-color-link);
}
.aplus-search-form-sorter-sorter-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: -4px;
margin-right: -4px;
row-gap: 8px;
}
.aplus-search-form-sorter-sorter-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-inline: 4px;
}
.aplus-search-form-sorter-sorter-item > div {
border: 1px solid var(--ap-color-bg);
border-radius: 4px;
padding: 8px;
display: flex;
align-items: center;
background-color: #fff;
}
.aplus-search-form-sorter-sorter-item > div:hover {
border-color: var(--ap-color-primary);
cursor: pointer;
}
.aplus-search-form-sorter-sorter-item > div:hover .aplus-search-form-sorter-sorter-item-holder {
color: var(--ap-color-primary) ;
}
.aplus-search-form-sorter-sorter-item--hidden {
display: none;
}
.aplus-search-form-sorter-sorter-item-text {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #182948;
font-size: 12px;
font-family: inherit;
line-height: 18px;
list-style: none;
padding-left: 4px;
color: var(--ap-text-color-2);
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}