getoutpage.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. .car-info{
  2. margin-top: 20rpx;
  3. padding: 40rpx;
  4. .car-info-img{
  5. width: 220rpx;
  6. height: 287rpx;;
  7. padding: 14rpx;
  8. margin-right: 35rpx;
  9. box-sizing: border-box;
  10. background: #FFFFFF;
  11. box-shadow: 0px 0px 8rpx 3rpx rgba(166, 166, 166, 0.29);
  12. border-radius: 10rpx;
  13. }
  14. .car-info-text{
  15. .text-item{
  16. padding-bottom: 10rpx;
  17. margin-bottom: 10rpx;
  18. border-bottom: 1px solid #EAEAEA;
  19. font-size: 30rpx;
  20. font-weight: 400;
  21. color: #8A8A8A;
  22. line-height: 42rpx;
  23. letter-spacing: 1px;
  24. .car{
  25. font-size: 40rpx;
  26. font-weight: 500;
  27. color: #3D3D3D;
  28. line-height: 56rpx;
  29. }
  30. .balance{
  31. font-size: 32rpx;
  32. font-weight: 500;
  33. color: #FA6400;
  34. line-height: 45rpx;
  35. }
  36. .recharge{
  37. padding: 0 22rpx;
  38. height: 36rpx;
  39. line-height: 36rpx;
  40. background: #3397FA;
  41. color: #fff;
  42. border-radius: 5rpx;
  43. font-size: 18rpx;
  44. }
  45. }
  46. }
  47. }
  48. .parking-info{
  49. border-top: 20rpx solid #F4F4F4;
  50. // background: #EDF6FF;
  51. border-radius: 10rpx;
  52. padding: 40rpx;
  53. .parking-info-item{
  54. padding: 22rpx 0 18rpx;
  55. border-bottom: 1px solid #EAEAEA;
  56. margin-bottom: 9rpx;
  57. font-size: 36rpx;
  58. font-weight: 400;
  59. color: #818181;
  60. line-height: 50rpx;
  61. letter-spacing: 1px;
  62. }
  63. }
  64. .bottom-btn-box{
  65. bottom: 60rpx;
  66. }
  67. .popup{
  68. /deep/ .uni-scroll-view-content{
  69. padding: 39rpx 34rpx 77rpx;
  70. box-sizing: border-box;
  71. }
  72. .popup-title{
  73. font-size: 46rpx;
  74. color: #404040;
  75. line-height: 65rpx;
  76. text-align: center;
  77. border-bottom: 1px solid #D5D5D5;
  78. padding-bottom: 23rpx;
  79. margin-bottom: 33rpx;
  80. }
  81. }
  82. .orderDetails{
  83. dl{
  84. display: flex;
  85. font-size: 36rpx;
  86. line-height: 60rpx;
  87. padding-left: 30rpx;
  88. padding-right: 30rpx;
  89. color: #5F5F5F;
  90. }
  91. .tip{
  92. margin: 49rpx 30rpx 47rpx;
  93. font-size: 36rpx;
  94. font-weight: 400;
  95. color: #5F5F5F;
  96. line-height: 51rpx;
  97. }
  98. .details-footer-btn{
  99. flex: 1;
  100. height: 85rpx;
  101. line-height: 85rpx;
  102. text-align: center;
  103. font-size: 30rpx;
  104. font-weight: 500;
  105. color: #fff;
  106. border-radius: 10rpx;
  107. background-color: #EBF1FF;
  108. color: #3698FA;
  109. border-radius: 10rpx;
  110. &--blue{
  111. background-color: #3397FA;
  112. color: #fff;
  113. }
  114. &--yellow{
  115. background-color: #FF9A57;
  116. color: #fff;
  117. }
  118. }
  119. .details-footer-btn + .details-footer-btn{
  120. margin-left: 15rpx;
  121. }
  122. }
  123. .payway-popup{
  124. .payway-item{
  125. text-align: center;
  126. font-size: 30rpx;
  127. font-weight: 400;
  128. color: #5F5F5F;
  129. line-height: 51rpx;
  130. // .icon-wrap{
  131. // width: 143rpx;
  132. // height: 143rpx;
  133. // line-height: 143rpx;
  134. // border-radius: 50%;
  135. // border: 18rpx solid;
  136. // margin-bottom: 9rpx;
  137. // }
  138. }
  139. .payway-popup-btn{
  140. margin-top: 42rpx;
  141. height: 85rpx;
  142. line-height: 85rpx;
  143. background: #3397FA;
  144. box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
  145. text-align: center;
  146. border-radius: 10rpx;
  147. font-size: 30rpx;
  148. font-weight: 500;
  149. color: #FFFFFF;
  150. }
  151. }
  152. .qrcode-popup{
  153. text-align: center;
  154. .qrcode-popup-btn{
  155. margin-top: 42rpx;
  156. height: 85rpx;
  157. line-height: 85rpx;
  158. background: #3397FA;
  159. box-shadow: 0px 9rpx 9rpx 0px rgba(0, 0, 0, 0.03);
  160. text-align: center;
  161. border-radius: 10rpx;
  162. font-size: 30rpx;
  163. font-weight: 500;
  164. color: #FFFFFF;
  165. }
  166. }