payLists.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. page {
  2. padding-bottom: 240rpx;
  3. }
  4. .swiper-wrap{
  5. display: flex;
  6. flex-direction: column;
  7. height: calc(100vh - var(--window-top));
  8. width: 100%;
  9. .swiper-box {
  10. flex: 1;
  11. }
  12. }
  13. .page-box{
  14. margin: 25rpx 40rpx;
  15. .pay{
  16. overflow: hidden;
  17. margin-bottom: 20rpx;
  18. background-color: #fff;
  19. border-radius: 15rpx;
  20. .pay-top{
  21. margin-bottom: 20rpx;
  22. padding: 25rpx 40rpx;
  23. border-bottom: 1px solid #DFDFDF;
  24. .car{
  25. font-size: 32rpx;
  26. font-weight: 600;
  27. color: #3A3A3A;
  28. line-height: 45rpx;
  29. letter-spacing: 1px
  30. }
  31. .addr{
  32. color: #858585;
  33. font-size: 26rpx;
  34. line-height: 37rpx;
  35. }
  36. .pay-top-right{
  37. padding: 0 15rpx;
  38. height: 50rpx;
  39. line-height: 48rpx;
  40. border-radius: 5rpx;
  41. border: 1px solid #FA6400;
  42. color: #FA6400;
  43. }
  44. }
  45. .pay-center{
  46. padding: 0 40rpx 25rpx;
  47. border-bottom: 1px solid #DFDFDF;
  48. .pay-center-item{
  49. margin-bottom: 9rpx;
  50. font-size: 26rpx;
  51. font-weight: 400;
  52. color: #595959;
  53. line-height: 37rpx;
  54. letter-spacing: 1px;
  55. .pay-amount {
  56. color: #FA6400;
  57. }
  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: 60rpx 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. }