wetrade-design
Version:
一款多语言支持Vue3的UI框架
144 lines (143 loc) • 2.81 kB
CSS
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/** gray-sp */
/** blue-sp */
/** green-sp */
/** red-sp */
/** orange-sp */
/** 品牌橙 */
/** 日落黄 */
/** 柠檬黄 */
/** 新生绿 */
/** 绿色 */
/** 碧涛青 */
/** 海蔚蓝 */
/** 品牌蓝色 */
/** 宝石蓝 */
/** 星空紫 */
/** 罗兰紫 */
/** 青春紫 */
/** 品红 */
/** 红色 */
/** 灰色 */
/** 保留ant色板 */
/** 绿色 */
/** 品牌蓝 */
.wd-xAxis__flex {
display: flex;
justify-content: space-between;
}
.wd-xAxis .wd-xAxis__flex > .wd-xAxis__item {
flex: 1;
}
.wd-xAxis:not(.wd-xAxis__flex) .wd-xAxis__item {
position: absolute;
}
.wd-xAxis__box {
position: relative;
min-height: 18px;
}
.wd-xAxis__item {
font-size: 12px;
line-height: 18px;
color: #656B80;
}
.wd-xAxis__ellipsis {
overflow: hidden ;
}
.wd-xAxis__ellipsis span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
}
.wd-chart-legend {
position: relative;
height: 18px;
margin: 12px 0 0;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.wd-chart-legend__list {
text-align: center;
}
.wd-chart-legend__has-more {
display: inline-block;
width: calc(100% - 84px);
text-align: left;
}
.wd-chart-legend__item {
display: inline-flex;
align-items: center;
height: 18px;
padding-left: 2px;
margin: 0 12px;
font-size: 12px;
line-height: 18px;
color: #1E1E29;
vertical-align: top;
list-style: none;
}
.wd-chart-legend__item-symbol {
display: inline-block;
background: #C7CBD6;
width: 8px;
height: 8px;
margin: 0 9px 0 2px;
}
.wd-chart-legend-text {
display: inline-block;
line-height: 18px;
}
.wd-chart-legend__symbol-line {
width: 10px;
height: 3px;
margin: 1px 10px 0 1px;
}
.wd-chart-legend__symbol-circle {
width: 8px;
height: 8px;
border-radius: 50%;
}
.wd-chart-legend__no-selected {
color: #C7CBD6;
}
.wd-chart-legend__no-selected span:first-child {
background: #C7CBD6 ;
}
.wd-chart-legend__more-btns {
position: absolute;
top: 0;
right: 0;
float: right;
font-size: 12px;
line-height: 18px;
color: #656B80;
white-space: nowrap;
vertical-align: top;
}
.wd-chart-legend__icon-top,
.wd-chart-legend__icon-bottom {
display: inline-block;
font-size: 16px;
line-height: 18px;
color: #656B80;
vertical-align: top;
cursor: pointer;
}
.wd-chart-legend__icon-top {
margin-right: 2px;
}
.wd-chart-legend__icon-bottom {
margin-left: 2px;
}
.wd-chart-legend__disabled {
color: #C7CBD6;
}
.wd-barLineChart {
z-index: 1;
}