chargeStandard.scss 2.2 KB

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