index.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. page{background-color: $my-page-bg-color;}
  2. .header-bar{
  3. background-color: $my-main-color;
  4. height: 106rpx;
  5. display: flex;
  6. padding: 0 40rpx;
  7. .city{
  8. display: flex;
  9. margin-right: 23rpx;
  10. color: #fff;
  11. align-items: center;
  12. .city-name{
  13. margin-right: 8rpx;
  14. }
  15. }
  16. .scan{margin-left: 23rpx;}
  17. }
  18. .content-nav{
  19. display: flex;
  20. justify-content: space-between;
  21. align-items: center;
  22. .content-nav-item{
  23. .content-nav-item-icon-wrap{
  24. width: 95rpx;
  25. height: 95rpx;
  26. margin: 0 auto 13rpx;
  27. // border-radius: 30rpx;
  28. // background: linear-gradient(163deg, #FFCC60 0%, #FF9221 100%);
  29. }
  30. .content-nav-item-icon-text{
  31. font-size: 28rpx;
  32. font-weight: 500;
  33. color: #5A5A5A;
  34. line-height: 1;
  35. }
  36. }
  37. .content-nav-item + .content-nav-item{
  38. // margin-left: 74rpx;
  39. }
  40. }
  41. .pending-order-head{
  42. display: flex;
  43. justify-content: space-between;
  44. align-items: center;
  45. color: $my-main-color;
  46. .pending-order-head-left{
  47. font-size: 30rpx;
  48. b{font-weight: 500;font-size: 50rpx;margin-right: 5rpx;}
  49. }
  50. .pending-order-head-right{
  51. font-size: 22rpx;
  52. font-weight: 500;
  53. }
  54. }
  55. .pending-order-body{
  56. .pending-order-body-nav{
  57. display: flex;
  58. border-radius: 32px;
  59. border: 1px solid $my-main-color;
  60. margin-bottom: 36rpx;
  61. .nav-item{
  62. flex: 1;
  63. height: 62rpx;
  64. line-height: 62rpx;
  65. font-size: 24rpx;
  66. text-align: center;
  67. &.active{
  68. background: $my-main-color;
  69. color: #fff;
  70. border-radius: 32rpx;
  71. }
  72. }
  73. }
  74. .pending-order-body-wrap{
  75. display: flex;
  76. flex-wrap: wrap;
  77. justify-content: space-between;
  78. .pending-order-body-left-label{
  79. font-size: 22rpx;
  80. font-weight: 500;
  81. color: #787878;
  82. }
  83. }
  84. .pending-order-body-left{
  85. .car-number{
  86. margin-bottom: 32rpx;
  87. font-size: 30rpx;
  88. font-weight: 600;
  89. color: #3A3A3A;
  90. line-height: 42rpx;
  91. letter-spacing: 1px;
  92. }
  93. .duration{
  94. margin-bottom: 5rpx;
  95. font-size: 26rpx
  96. }
  97. .cost{
  98. .number{
  99. font-size: 26rpx;
  100. line-height: 50rpx;
  101. color: $my-main-color;
  102. }
  103. }
  104. }
  105. .pending-order-body-right{
  106. text-align: left;
  107. font-size: 24rpx;
  108. .order{
  109. margin-bottom: 28rpx;
  110. font-weight: 400;
  111. color: #9A9A9A;
  112. }
  113. }
  114. .go-pay-wrap{
  115. margin-top: 150rpx;
  116. width: 100%;
  117. text-align: center;
  118. .go-pay{
  119. display: inline-block;
  120. padding: 12rpx 39rpx 11rpx;
  121. background: linear-gradient(90deg, #FF2727 0%, #FF9A13 100%, #FF0F0F 100%);
  122. color: #fff;
  123. border-radius: 35rpx;
  124. cursor: pointer;
  125. }
  126. }
  127. }
  128. .popup-order-details{
  129. color: #545454;
  130. &-til{
  131. padding: 61rpx 40rpx 16rpx;
  132. font-size: 36rpx;
  133. color: #008CFF;
  134. line-height: 50rpx;
  135. text-align: center;
  136. }
  137. &-con{
  138. margin-bottom: 40rpx;
  139. }
  140. &-footer{
  141. border-top: 1px solid #CECECE;
  142. padding: 28rpx 0 26rpx;
  143. font-size: 45rpx;
  144. line-height: 63rpx;
  145. text-align: center;
  146. color: #008CFF;
  147. }
  148. dl{
  149. margin: 20rpx 38rpx;
  150. display: flex;
  151. font-size: 30rpx;
  152. dt{
  153. width: 150rpx;
  154. color: #A3A3A3;
  155. text-align: right;
  156. }
  157. dd{
  158. flex: 1;
  159. }
  160. }
  161. }
  162. .promotion{
  163. margin: 20rpx 40rpx 40rpx;
  164. background-color: #FFFFFF;
  165. border-radius: 15rpx; &-header{
  166. padding: 26rpx 40rpx 12rpx;
  167. border-bottom: 1px solid #DFDFDF;
  168. margin-bottom: 26rpx;
  169. .promotion-header-til{
  170. font-size: 30rpx;
  171. color: #383838;
  172. line-height: 42rpx;
  173. }
  174. .promotion-header-con{
  175. font-size: 22rpx;
  176. color: #787878;
  177. line-height: 30rpx;
  178. }
  179. }
  180. &-body{
  181. padding: 0 40rpx 24rpx;
  182. .promotion-body-til{
  183. font-size: 26rpx;
  184. color: #676767;
  185. line-height: 37rpx;
  186. margin-bottom: 15rpx;
  187. }
  188. .promotion-body-con{
  189. font-size: 20rpx;
  190. color: #A5A5A5;
  191. line-height: 34rpx;
  192. }
  193. }
  194. }