@aplus-frontend/ui
Version:
203 lines (202 loc) • 4.29 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-ladder {
position: relative;
width: inherit;
font-size: 12px;
line-height: 18px;
/** 自动溢出省略 */
/** Aplus端样式 */
/** Admin端样式 */
}
.aplus-ap-ladder__value-group-item {
display: flex;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 0;
}
.aplus-ap-ladder__value-group-value-end {
justify-content: flex-end;
}
.aplus-ap-ladder__value-group-label {
display: inline-block;
color: #8896B0;
word-break: break-all;
position: relative;
justify-content: center;
}
.aplus-ap-ladder__value-group-label-semicolon {
display: inline-block;
padding: 0 3px;
}
.aplus-ap-ladder__value-group-value {
color: #182948;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.aplus-ap-ladder__value-group-link {
cursor: pointer ;
color: #0070ff;
text-decoration: none ;
}
.aplus-ap-ladder__value-group-label-left {
text-align: left;
}
.aplus-ap-ladder__value-group-label-right {
text-align: right;
}
.aplus-ap-ladder__label-align-space-between {
justify-content: space-between;
}
.aplus-ap-ladder-base {
display: flex;
}
.aplus-ap-ladder--vertical {
flex-direction: column;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.aplus-ap-ladder--vertical > * {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 0;
}
.aplus-ap-ladder--horizontal {
flex-direction: row;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.aplus-ap-ladder--horizontal > * {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 0;
}
.aplus-ap-ladder__tooltip-item {
display: flex;
}
.aplus-ap-ladder__tooltip-label {
white-space: nowrap;
word-break: break-all;
}
.aplus-ap-ladder__tooltip-value {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.aplus-ap-ladder__cross-bar {
display: flex;
align-items: center;
}
.aplus-ap-ladder__ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
}
.aplus-ap-ladder__help-message {
display: flex;
align-items: center;
margin-left: 4px;
}
.aplus-ap-ladder__major {
line-height: 18px;
color: #182948;
}
.aplus-ap-ladder__minor {
line-height: 18px;
color: #8896B0;
}
.aplus-ap-ladder__label {
display: inline-block;
color: #8896B0;
word-break: break-all;
}
.aplus-ap-ladder__value {
color: #182948;
word-break: break-all;
}
.aplus-ap-ladder__unit {
color: #182948;
}
.aplus-ap-ladder__link,
.aplus-ap-ladder__link a {
cursor: pointer;
color: #0070ff;
text-decoration: none;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__value-group-label {
color: #999999;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__value-group-value {
color: #333333;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__major {
color: #333333;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__minor {
color: #999999;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__label {
color: #999999;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__value {
color: #333333;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__unit {
color: #333333;
}
.aplus-ap-ladder--admin .aplus-ap-ladder__link {
color: #34b77c;
}