payLists.scss 2.1 KB

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