zhu-jiang-yi-yuan-mobile
Version:
南方医科大学珠江医院移动端
47 lines (38 loc) • 758 B
text/less
@import '../../index.less';
@import '~antd/es/style/themes/default.less';
@prefix: ~'@{mobile-prefix}-shou-shu';
.@{prefix} {
.shou-shu-shi {
.ant-row {
.ant-col {
border-right: @border-width-base dashed @border-color-base;
text-align: center;
&:last-child {
border-right: unset;
}
span {
display: block;
}
}
}
}
.ma-zui {
.ant-col {
padding: 5px;
background: #F2F6F7;
border-right: 4px solid white;
&:last-child {
border-right: unset;
}
span {
display: block;
&:first-child {
font-size: 10px;
}
&.value {
text-align: center;
}
}
}
}
}