zhu-jiang-yi-yuan-bigscreen
Version:
南方医科大学珠江医院大屏端
28 lines (22 loc) • 590 B
text/less
@import '../../../../index.less';
@import '~antd/es/style/themes/default.less';
@prefix: ~'@{bigscreen-prefix}-outpatient-summarize-year';
.@{prefix} {
.ant-col {
.col-style();
}
.yu-yue-lv {
text-align: center;
margin-top: calc(43.66/@bigscreen-base-height * 100vh);
.value {
font-family: 'DS-DIGIB-BOLD';
color: @digi-color;
font-size: calc(60/@bigscreen-base-width * 100vw);
}
.onvalue {
.no-wrap();
font-size: calc(30/@bigscreen-base-width * 100vw);
margin-left: calc(30/@bigscreen-base-width * 100vw);
}
}
}