charge_rule.acss 784 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* required by usingComponents */
  2. /* pages/charge_rule/charge_rule.wxss */
  3. page{
  4. background: #ffffff;
  5. }
  6. .box {
  7. /* width: 100%; */
  8. display: flex;
  9. flex-direction: column;
  10. /* align-items: center; */
  11. padding: 0 50rpx;
  12. }
  13. .tip {
  14. font-size: 30rpx;
  15. text-align: center;
  16. color: #A3A3A3;
  17. margin: 50rpx 0;
  18. }
  19. .rules-title {
  20. font-size: 34rpx;
  21. font-weight: 600;
  22. display: flex;
  23. margin: 30rpx 0;
  24. }
  25. .rules-title .left {
  26. flex: 1;
  27. }
  28. .rules-title .right {
  29. flex: 1;
  30. text-align: right;
  31. }
  32. .rules-text {
  33. font-size: 28rpx;
  34. color: #A3A3A3;
  35. line-height: 40rpx;
  36. margin-bottom: 30rpx;
  37. }
  38. .row{
  39. padding: 5rpx 0;
  40. }
  41. .row .rl{
  42. width: 70%;
  43. display: inline-block;
  44. color: #555;
  45. }
  46. .row .rr{
  47. width: 30%;
  48. text-align: right;
  49. display: inline-block;
  50. color: #555;
  51. }