chargeStandard.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .charge {
  2. padding: 40rpx;
  3. .charge-type {
  4. display: flex;
  5. justify-content: space-between;
  6. border-bottom: solid 1rpx #979797;
  7. line-height: 80rpx;
  8. text {
  9. &:first-child {
  10. color: #2A2A2A;
  11. font-size: 28rpx;
  12. font-weight: 500;
  13. }
  14. &:last-child {
  15. color: #6E6E6E;
  16. font-size: 24rpx;
  17. font-weight: 400;
  18. }
  19. }
  20. }
  21. .charge-rules {
  22. display: flex;
  23. flex-direction: row;
  24. justify-content: space-between;
  25. padding: 25rpx 0;
  26. border-bottom: solid 2rpx #979797;
  27. view:first-child {
  28. color: #2A2A2A;
  29. font-weight: 400;
  30. }
  31. view.charge-rules-right {
  32. width: 70%;
  33. view {
  34. display: flex;
  35. flex-direction: row;
  36. justify-content: space-between;
  37. font-size: 24rpx;
  38. font-weight: 400;
  39. color: #6E6E6E;
  40. line-height: 40rpx;
  41. }
  42. }
  43. }
  44. .charge-instructions {
  45. margin-top: 38rpx;
  46. .charge-instructions-item,
  47. .charge-instructions-title {
  48. text-indent: -1.5em;
  49. margin-left: 1.5em;
  50. line-height: 40rpx;
  51. font-size: 24rpx;
  52. color: #757575;
  53. }
  54. }
  55. .charge-telphone {
  56. margin-top: 38rpx;
  57. font-size: 24rpx;
  58. font-weight: 400;
  59. color: #757575;
  60. line-height: 40rpx;
  61. }
  62. }