wetrade-design
Version:
一款多语言支持Vue3的UI框架
74 lines (73 loc) • 1.68 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-statistic {
box-sizing: border-box;
margin: 0;
padding: 0;
color: #1E1E29;
font-size: 14px;
font-variant: tabular-nums;
line-height: 18px;
list-style: none;
font-feature-settings: 'tnum';
}
.wd-statistic-title {
margin-bottom: 4px;
color: #575E73;
font-size: 14px;
}
.wd-statistic-content {
color: #1E1E29;
font-size: 24px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.wd-statistic-content-value {
display: inline-block;
direction: ltr;
}
.wd-statistic-content-prefix,
.wd-statistic-content-suffix {
display: inline-block;
}
.wd-statistic-content-prefix {
margin-right: 4px;
}
.wd-statistic-content-suffix {
margin-left: 4px;
}
.wd-statistic-rtl {
direction: rtl;
}
.wd-statistic-rtl .wd-statistic-content-prefix {
margin-right: 0;
margin-left: 4px;
}
.wd-statistic-rtl .wd-statistic-content-suffix {
margin-right: 4px;
margin-left: 0;
}