40 lines
1.1 KiB
CSS
40 lines
1.1 KiB
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 */
|
|
.ant-statistic {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
font-size: 14px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.5;
|
|
list-style: none;
|
|
font-feature-settings: 'tnum';
|
|
}
|
|
.ant-statistic-title {
|
|
margin-bottom: 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
}
|
|
.ant-statistic-content {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 24px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
}
|
|
.ant-statistic-content-value-decimal {
|
|
font-size: 16px;
|
|
}
|
|
.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;
|
|
font-size: 16px;
|
|
}
|