chargeStandard.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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-rules {
  55. display: flex;
  56. flex-direction: row;
  57. justify-content: space-between;
  58. padding: 25rpx 0;
  59. border-bottom: solid 2rpx #979797;
  60. view:first-child {
  61. color: #2A2A2A;
  62. font-weight: 400;
  63. }
  64. view.charge-rules-right {
  65. width: 70%;
  66. view {
  67. display: flex;
  68. flex-direction: row;
  69. justify-content: space-between;
  70. font-size: 24rpx;
  71. font-weight: 400;
  72. color: #6E6E6E;
  73. line-height: 40rpx;
  74. }
  75. }
  76. }
  77. .charge-instructions {
  78. background-color: #fff;
  79. border-radius: 25rpx;
  80. padding: 40rpx;
  81. .charge-instructions-title {
  82. line-height: 40rpx;
  83. font-size: 32rpx;
  84. color: #2e2e2e;
  85. margin-bottom: 30rpx;
  86. }
  87. .charge-instructions-item {
  88. text-indent: -1.5em;
  89. margin-left: 1.5em;
  90. line-height: 40rpx;
  91. font-size: 24rpx;
  92. color: #757575;
  93. }
  94. }
  95. .charge-telphone {
  96. margin-top: 30rpx;
  97. font-size: 24rpx;
  98. font-weight: 400;
  99. color: #757575;
  100. line-height: 40rpx;
  101. }
  102. }