index.css 232 B

1234567891011121314151617
  1. .list-item {
  2. margin: 10px 0px;
  3. }
  4. .process_text {
  5. font-size: 36px;
  6. font-family: Microsoft YaHei;
  7. font-weight: 400;
  8. color: #FF9C00;
  9. line-height: 24px;
  10. }
  11. .color-primary{
  12. color: #FF9C00;
  13. }
  14. .slot_text{
  15. font-size: 9px;
  16. }