dxkOrderXy.wxss 629 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. page {
  2. height: 100%;
  3. background-size: 100%;
  4. background: #f9f9f9;
  5. }
  6. .content-box-page {
  7. padding: 40rpx;
  8. }
  9. .rule-name {
  10. color: #646464;
  11. font-weight: 700;
  12. text-align: center;
  13. font-size: 24px;
  14. margin: 30px 0px 10px 0px;
  15. }
  16. .little-title {
  17. color: #646464;
  18. font-size: 16px;
  19. margin: 0px 0px 15px 0px;
  20. text-align: center;
  21. }
  22. .rule-title {
  23. color: #646464;
  24. font-weight: 700;
  25. margin-top: 25px;
  26. margin-bottom: 10px;
  27. }
  28. .rule-items {
  29. color: #636363;
  30. text-indent: 30px;
  31. line-height: 24px;
  32. }
  33. .rule-items2 {
  34. color: #636363;
  35. text-indent: 30px;
  36. line-height: 24px;
  37. color: black;font-weight: bold;
  38. }