style.less 271 B

123456789101112131415
  1. .PositionLevelRateSet {
  2. padding: 16px;
  3. background: #FFFFFF;
  4. border-radius: 4px;
  5. .tableTitle {
  6. height: 16px;
  7. font-size: 16px;
  8. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  9. font-weight: 500;
  10. color: #17181A;
  11. line-height: 24px;
  12. }
  13. }