zhu-jiang-yi-yuan-mobile
Version:
南方医科大学珠江医院移动端
46 lines (36 loc) • 707 B
text/less
@import '../../index.less';
@import '~antd/es/style/themes/default.less';
@prefix: ~'@{mobile-prefix}-zhu-yuan';
.@{prefix} {
.wei-zhong {
.ant-row {
color: rgba(#000000, 0.5);
.ant-col {
padding: 10px;
border-right: 4px solid #fff;
border-radius: 4px;
&:last-child {
border: unset;
}
}
.bing-wei {
background: #FDF1F1;
.value {
color: #CC1E1E;
}
}
.bing-zhong {
background: #FAF2F5;
.value {
color: #CA3F81;
}
}
.si-wang {
background: #F2F6F7;
.value {
color: #4E5A65;
}
}
}
}
}