chargeStandard.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. .charge {
  2. background-color: #f6f6ff;
  3. padding-bottom: 20rpx;
  4. .charge-rules-container {
  5. margin-bottom: 20rpx;
  6. .charge-list {
  7. width: 100%;
  8. margin: 0 auto;
  9. padding: 33rpx 38rpx;
  10. display: flex;
  11. justify-content: space-between;
  12. background-color: #f6f6ff;
  13. .charge-list-item {
  14. width: 32%;
  15. margin-right: 2%;
  16. background-color: #fff;
  17. border-radius: 10rpx;
  18. padding: 29rpx;
  19. text-align: center;
  20. &:last-child {
  21. margin-right: 0;
  22. }
  23. view {
  24. &:first-child {
  25. color: #008cff;
  26. font-size: 30rpx;
  27. font-weight: 500;
  28. line-height: 42rpx;
  29. }
  30. &:last-child {
  31. color: #999999;
  32. font-size: 24rpx;
  33. font-weight: 400;
  34. margin-top: 7rpx;
  35. line-height: 33rpx;
  36. }
  37. }
  38. }
  39. }
  40. }
  41. .charge-rules-list {
  42. padding: 32rpx 40rpx;
  43. border-radius: 25rpx;
  44. background-color: #fff;
  45. }
  46. .charge-type {
  47. text {
  48. font-size: 32rpx;
  49. font-weight: 400;
  50. color: #2e2e2e;
  51. line-height: 40rpx;
  52. font-family: PingFangSC-Regular, PingFang SC;
  53. }
  54. }
  55. .charge-rule-list-header {
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: space-between;
  59. .charge-time {
  60. display: flex;
  61. flex-direction: row;
  62. font-size: 24rpx;
  63. line-height: 40rpx;
  64. color: #999999;
  65. // view:first-child {
  66. // margin-right: 40rpx;
  67. // }
  68. text {
  69. color: #008cff;
  70. margin-left: 10rpx;
  71. }
  72. }
  73. }
  74. .charge-rules-box {
  75. display: flex;
  76. flex-direction: row;
  77. justify-content: space-between;
  78. padding: 25rpx 0;
  79. border-bottom: solid 2rpx #eaeaea;
  80. view:first-child {
  81. color: #2a2a2a;
  82. font-weight: 400;
  83. }
  84. view.charge-rules-right {
  85. width: 70%;
  86. view {
  87. display: flex;
  88. flex-direction: row;
  89. justify-content: space-between;
  90. font-size: 24rpx;
  91. font-weight: 400;
  92. color: #6e6e6e;
  93. line-height: 40rpx;
  94. }
  95. }
  96. }
  97. .charge-instructions {
  98. background-color: #fff;
  99. border-radius: 25rpx;
  100. padding: 40rpx;
  101. .charge-instructions-title {
  102. line-height: 40rpx;
  103. font-size: 32rpx;
  104. color: #2e2e2e;
  105. margin-bottom: 30rpx;
  106. }
  107. .charge-instructions-item {
  108. text-indent: -1.5em;
  109. margin-left: 1.5em;
  110. line-height: 40rpx;
  111. font-size: 24rpx;
  112. color: #757575;
  113. }
  114. }
  115. .charge-telphone {
  116. margin-top: 30rpx;
  117. font-size: 24rpx;
  118. font-weight: 400;
  119. color: #757575;
  120. line-height: 40rpx;
  121. }
  122. }