payLists.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. page {
  2. padding-bottom: 240rpx;
  3. }
  4. .swiper-wrap {
  5. display: flex;
  6. flex-direction: column;
  7. height: calc(82vh - var(--window-top));
  8. width: 100%;
  9. .swiper-box {
  10. flex: 1;
  11. }
  12. /deep/ .uni-swiper-slides {
  13. bottom: 20rpx;
  14. }
  15. }
  16. .page-box {
  17. margin: 25rpx 40rpx;
  18. .pay {
  19. overflow: hidden;
  20. margin-bottom: 20rpx;
  21. background-color: #fff;
  22. border-radius: 15rpx;
  23. .pay-top {
  24. margin-bottom: 20rpx;
  25. padding: 25rpx 40rpx;
  26. border-bottom: 1px solid #dfdfdf;
  27. .car {
  28. font-size: 32rpx;
  29. font-weight: 600;
  30. color: #3a3a3a;
  31. line-height: 45rpx;
  32. letter-spacing: 1px;
  33. }
  34. .addr {
  35. color: #858585;
  36. font-size: 26rpx;
  37. line-height: 37rpx;
  38. }
  39. .pay-top-right {
  40. padding: 0 15rpx;
  41. height: 50rpx;
  42. line-height: 48rpx;
  43. border-radius: 5rpx;
  44. border: 1px solid #fa6400;
  45. color: #fa6400;
  46. }
  47. }
  48. .pay-center {
  49. padding: 0 40rpx 25rpx;
  50. border-bottom: 1px solid #dfdfdf;
  51. .pay-center-item {
  52. margin-bottom: 9rpx;
  53. font-size: 26rpx;
  54. font-weight: 400;
  55. color: #595959;
  56. line-height: 37rpx;
  57. letter-spacing: 1px;
  58. }
  59. }
  60. .u-cell_title {
  61. color: '#008CFF';
  62. }
  63. }
  64. }
  65. .bottom {
  66. background-color: #ffffff;
  67. height: 240rpx;
  68. width: 100%;
  69. position: fixed;
  70. z-index: 1000;
  71. bottom: 0;
  72. }
  73. .bottom-total {
  74. font-size: 32rpx;
  75. border-radius: 6rpx;
  76. width: 710rpx;
  77. text-align: center;
  78. padding-top: 16rpx;
  79. background-color: #e4f3ff;
  80. height: 72rpx;
  81. margin: 40rpx 20rpx;
  82. .total {
  83. color: #3397fa;
  84. }
  85. }
  86. .button-wrap {
  87. height: 120rpx;
  88. .button {
  89. position: fixed;
  90. left: 20rpx;
  91. bottom: 10rpx;
  92. right: 20rpx;
  93. z-index: 999;
  94. }
  95. }
  96. .pay-tips {
  97. width: calc(100% - 34rpx);
  98. margin: 23rpx auto;
  99. border-top: solid 1px #979797;
  100. padding: 38rpx 0;
  101. color: #5f5f5f;
  102. text {
  103. color: #3397fa;
  104. padding: 0 10rpx;
  105. }
  106. }
  107. .pay-way {
  108. display: flex;
  109. justify-content: space-between;
  110. width: calc(100% - 34rpx);
  111. border-top: solid 1px #979797;
  112. margin: 23rpx auto;
  113. padding: 38rpx 86rpx;
  114. .pay-way-item {
  115. text-align: center;
  116. font-size: 30rpx;
  117. color: #5f5f5f;
  118. image {
  119. width: 143rpx;
  120. height: 143rpx;
  121. }
  122. }
  123. }
  124. .pay-way-close-btn {
  125. width: calc(100% - 34rpx);
  126. margin: 0 auto 68rpx;
  127. border: none;
  128. background-color: #3397fa;
  129. color: #fff;
  130. border-radius: 10rpx;
  131. }