jzxhAppletsUserPro.wxss 519 B

12345678910111213141516171819202122232425262728293031323334353637
  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. }