payLists.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. }
  56. }
  57. .u-cell_title{
  58. color: "#008CFF" ;
  59. }
  60. }
  61. }
  62. .bottom{
  63. background-color: #FFFFFF;
  64. height: 240rpx;
  65. width: 100%;
  66. position: fixed;
  67. z-index: 1000;
  68. bottom: 0;
  69. }
  70. .bottom-total{
  71. font-size: 32rpx;
  72. border-radius: 6rpx;
  73. width: 710rpx;
  74. text-align: center;
  75. padding-top: 16rpx;
  76. background-color: #E4F3FF;
  77. height: 72rpx;
  78. margin: 60rpx 20rpx;
  79. .total{
  80. color: #3397FA;
  81. }
  82. }
  83. .button-wrap{
  84. height: 120rpx;
  85. .button{
  86. position: fixed;
  87. left: 20rpx;
  88. bottom: 10rpx;
  89. right: 20rpx;
  90. z-index: 999;
  91. }
  92. }
  93. .pay-tips {
  94. width: calc(100% - 34rpx);
  95. margin: 23rpx auto;
  96. border-top: solid 1px #979797;
  97. padding: 38rpx 0;
  98. color: #5F5F5F;
  99. text {
  100. color: #3397FA;
  101. padding: 0 10rpx;
  102. }
  103. }
  104. .pay-way {
  105. display: flex;
  106. justify-content: space-between;
  107. width: calc(100% - 34rpx);
  108. border-top: solid 1px #979797;
  109. margin: 23rpx auto;
  110. padding: 38rpx 86rpx;
  111. .pay-way-item {
  112. text-align: center;
  113. font-size: 30rpx;
  114. color: #5F5F5F;
  115. image {
  116. width: 143rpx;
  117. height: 143rpx;
  118. }
  119. }
  120. }
  121. .pay-way-close-btn {
  122. width: calc(100% - 34rpx);
  123. margin: 0 auto 68rpx;
  124. border: none;
  125. background-color: #3397FA;
  126. color: #fff;
  127. border-radius: 10rpx;
  128. }