antdv-eoi
Version:
An enterprise-class UI design language and Vue-based implementation
64 lines (63 loc) • 1.86 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 */
/************************* 全局灰度 *********************/
/*所有阴影*/
/************************* 全局主题色 *********************/
/************************* 全局不变的颜色 *********************/
/* group color */
/* standard */
/* light */
/* dark */
/* 状态色 */
/* -state- Functional Color */
/* 状态色边框 */
/************************* 自定义变量 *********************/
/************************* 修改ant-design-vue变量 *********************/
.ant-statistic {
box-sizing: border-box;
margin: 0;
padding: 0;
color: var(--color-neutrals-7, #8f8f8f);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.5715;
list-style: none;
font-feature-settings: 'tnum';
}
.ant-statistic-title {
margin-bottom: 4px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
}
.ant-statistic-content {
color: rgba(0, 0, 0, 0.85);
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';
}
.ant-statistic-content-value {
display: inline-block;
direction: ltr;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
display: inline-block;
}
.ant-statistic-content-prefix {
margin-right: 4px;
}
.ant-statistic-content-suffix {
margin-left: 4px;
}
.ant-statistic-rtl {
direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
margin-right: 0;
margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
margin-right: 4px;
margin-left: 0;
}