index.scss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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. .nosign{
  84. width: 100%;
  85. line-height: 56rpx;
  86. .nosign1{
  87. font-size: 40rpx;
  88. color: #FF6D6D;
  89. text-align: center;
  90. }
  91. .nosign2{
  92. color: #A6A6A6;
  93. text-align: center;
  94. }
  95. }
  96. .sign{
  97. width: 100%;
  98. line-height: 56rpx;
  99. .sign1{
  100. font-size: 40rpx;
  101. color: #52BD4E;
  102. text-align: center;
  103. }
  104. .sign2{
  105. color: #A6A6A6;
  106. text-align: center;
  107. }
  108. }
  109. }
  110. .pending-order-body-left{
  111. .car-number{
  112. margin-bottom: 11rpx;
  113. font-size: 30rpx;
  114. font-weight: 600;
  115. color: #3A3A3A;
  116. line-height: 42rpx;
  117. letter-spacing: 1px;
  118. }
  119. .item-cell{
  120. margin-bottom: 5rpx;
  121. font-size: 26rpx
  122. }
  123. .cost{
  124. .number{
  125. font-size: 26rpx;
  126. line-height: 50rpx;
  127. color: $my-main-color;
  128. }
  129. }
  130. }
  131. .pending-order-body-right{
  132. text-align: left;
  133. font-size: 24rpx;
  134. .order{
  135. margin-bottom: 28rpx;
  136. font-weight: 400;
  137. color: #9A9A9A;
  138. }
  139. }
  140. .go-pay-wrap{
  141. margin-top: 50rpx;
  142. width: 100%;
  143. text-align: center;
  144. .go-pay{
  145. display: inline-block;
  146. padding: 12rpx 39rpx 11rpx;
  147. background: linear-gradient(90deg, #FF2727 0%, #FF9A13 100%, #FF0F0F 100%);
  148. color: #fff;
  149. border-radius: 10rpx;
  150. cursor: pointer;
  151. }
  152. }
  153. }
  154. .popup-order-details{
  155. color: #545454;
  156. &-til{
  157. padding: 61rpx 40rpx 16rpx;
  158. font-size: 36rpx;
  159. color: #008CFF;
  160. line-height: 50rpx;
  161. text-align: center;
  162. }
  163. &-con{
  164. margin-bottom: 40rpx;
  165. }
  166. &-footer{
  167. border-top: 1px solid #CECECE;
  168. padding: 28rpx 0 26rpx;
  169. font-size: 45rpx;
  170. line-height: 63rpx;
  171. text-align: center;
  172. color: #008CFF;
  173. }
  174. dl{
  175. margin: 20rpx 38rpx;
  176. display: flex;
  177. font-size: 30rpx;
  178. dt{
  179. width: 150rpx;
  180. color: #A3A3A3;
  181. text-align: right;
  182. }
  183. dd{
  184. flex: 1;
  185. }
  186. }
  187. }
  188. .promotion{
  189. margin: 20rpx 40rpx 40rpx;
  190. background-color: #FFFFFF;
  191. border-radius: 15rpx; &-header{
  192. padding: 26rpx 40rpx 12rpx;
  193. border-bottom: 1px solid #DFDFDF;
  194. margin-bottom: 26rpx;
  195. .promotion-header-til{
  196. font-size: 30rpx;
  197. color: #383838;
  198. line-height: 42rpx;
  199. }
  200. .promotion-header-con{
  201. font-size: 22rpx;
  202. color: #787878;
  203. line-height: 30rpx;
  204. }
  205. }
  206. &-body{
  207. padding: 0 40rpx 24rpx;
  208. .promotion-body-til{
  209. font-size: 26rpx;
  210. color: #676767;
  211. line-height: 37rpx;
  212. margin-bottom: 15rpx;
  213. }
  214. .promotion-body-con{
  215. font-size: 20rpx;
  216. color: #A5A5A5;
  217. line-height: 34rpx;
  218. }
  219. }
  220. }
  221. .notice-bar-wrap{
  222. margin: 20rpx 40rpx;
  223. background-color: #fff;
  224. padding: 32rpx 0 25rpx 30rpx;
  225. border-radius: 15rpx;
  226. overflow: hidden;
  227. }
  228. /* 优惠活动 */
  229. .promotion-box {
  230. padding: 10px 20px;
  231. .promotion-title {
  232. text {
  233. color: #3A3A3A;
  234. font-size: 36rpx;
  235. font-family: PingFangSC-Regular, PingFang SC;
  236. }
  237. }
  238. .promotion-banner {
  239. margin-top: 20rpx;
  240. /deep/ .u-indicator-item-round {
  241. background-color: #AAD8FF;
  242. }
  243. /deep/ .u-indicator-item-round-active {
  244. background-color: #FFFFFF;
  245. // width: 20rpx;
  246. }
  247. }
  248. }
  249. .pay-way {
  250. display: flex;
  251. justify-content: space-between;
  252. width: calc(100% - 34rpx);
  253. border-top: solid 1px #979797;
  254. margin: 23rpx auto;
  255. padding: 38rpx 86rpx;
  256. .pay-way-item {
  257. text-align: center;
  258. font-size: 30rpx;
  259. color: #5F5F5F;
  260. image {
  261. width: 143rpx;
  262. height: 143rpx;
  263. }
  264. }
  265. }
  266. .pay-way-close-btn {
  267. width: calc(100% - 34rpx);
  268. margin: 0 auto 68rpx;
  269. border: none;
  270. background-color: #3397FA;
  271. color: #fff;
  272. border-radius: 10rpx;
  273. }
  274. .empty-data-box {
  275. background-color: #fff;
  276. height: 462rpx;
  277. width: calc(100% - 80rpx);
  278. margin: 0 auto;
  279. border-radius: 16rpx;
  280. margin-top: 20rpx;
  281. }