payLists.scss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. .button-wrap{
  60. height: 120rpx;
  61. .button{
  62. position: fixed;
  63. left: 20rpx;
  64. bottom: 40rpx;
  65. right: 20rpx;
  66. z-index: 999;
  67. }
  68. }
  69. .pay-tips {
  70. width: calc(100% - 34rpx);
  71. margin: 23rpx auto;
  72. border-top: solid 1px #979797;
  73. padding: 38rpx 0;
  74. color: #5F5F5F;
  75. text {
  76. color: #3397FA;
  77. padding: 0 10rpx;
  78. }
  79. }
  80. .pay-way {
  81. display: flex;
  82. justify-content: space-between;
  83. width: calc(100% - 34rpx);
  84. border-top: solid 1px #979797;
  85. margin: 23rpx auto;
  86. padding: 38rpx 86rpx;
  87. .pay-way-item {
  88. text-align: center;
  89. font-size: 30rpx;
  90. color: #5F5F5F;
  91. image {
  92. width: 143rpx;
  93. height: 143rpx;
  94. }
  95. }
  96. }
  97. .pay-way-close-btn {
  98. width: calc(100% - 34rpx);
  99. margin: 0 auto 68rpx;
  100. border: none;
  101. background-color: #3397FA;
  102. color: #fff;
  103. border-radius: 10rpx;
  104. }