charge_rule.acss 806 B

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