index.module.less 458 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .mr14 {
  2. margin-right: 14px;
  3. }
  4. .inlineFlex {
  5. display: inline-flex !important;
  6. }
  7. .w140 {
  8. width: 140px !important;
  9. }
  10. .w80 {
  11. width: 80px !important;
  12. }
  13. .w60 {
  14. width: 60px !important;
  15. }
  16. .red {
  17. color: red;
  18. }
  19. h3 {
  20. margin-bottom: 12px;
  21. padding-left: 13px;
  22. }
  23. .pl13 {
  24. padding-left: 13px;
  25. }
  26. .tips {
  27. font-size: 13px;
  28. color: #333;
  29. margin-bottom: 20px;
  30. background: #f7f7f7;
  31. padding: 6px 12px;
  32. border-radius: 4px;
  33. max-width: 650px;
  34. }