index.scss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. page {
  2. background-color: $my-page-bg-color;
  3. }
  4. .header-bar {
  5. background-color: $my-main-color;
  6. height: 106rpx;
  7. display: flex;
  8. padding: 0 40rpx;
  9. .city {
  10. display: flex;
  11. margin-right: 23rpx;
  12. color: #fff;
  13. align-items: center;
  14. .city-name {
  15. margin-right: 8rpx;
  16. }
  17. }
  18. .scan {
  19. margin-left: 23rpx;
  20. }
  21. }
  22. .content-nav {
  23. display: flex;
  24. justify-content: space-between;
  25. align-items: center;
  26. .content-nav-item {
  27. .content-nav-item-icon-wrap {
  28. width: 95rpx;
  29. height: 95rpx;
  30. margin: 0 auto 13rpx;
  31. // border-radius: 30rpx;
  32. // background: linear-gradient(163deg, #FFCC60 0%, #FF9221 100%);
  33. }
  34. .content-nav-item-icon-text {
  35. font-size: 28rpx;
  36. font-weight: 500;
  37. color: #5a5a5a;
  38. line-height: 1;
  39. }
  40. }
  41. .content-nav-item + .content-nav-item {
  42. // margin-left: 74rpx;
  43. }
  44. }
  45. .pending-order-head {
  46. display: flex;
  47. justify-content: space-between;
  48. align-items: center;
  49. color: $my-main-color;
  50. .pending-order-head-left {
  51. font-size: 30rpx;
  52. b {
  53. font-weight: 500;
  54. font-size: 50rpx;
  55. margin-right: 5rpx;
  56. }
  57. }
  58. .pending-order-head-right {
  59. font-size: 22rpx;
  60. font-weight: 500;
  61. }
  62. }
  63. .pending-order-body {
  64. .pending-order-body-nav {
  65. display: flex;
  66. border-radius: 32px;
  67. border: 1px solid $my-main-color;
  68. margin-bottom: 36rpx;
  69. .nav-item {
  70. flex: 1;
  71. height: 62rpx;
  72. line-height: 62rpx;
  73. font-size: 24rpx;
  74. text-align: center;
  75. &.active {
  76. background: $my-main-color;
  77. color: #fff;
  78. border-radius: 32rpx;
  79. }
  80. }
  81. }
  82. .pending-order-body-wrap {
  83. display: flex;
  84. flex-wrap: wrap;
  85. justify-content: space-between;
  86. .pending-order-body-left-label {
  87. font-size: 22rpx;
  88. font-weight: 500;
  89. color: #787878;
  90. display: inline-block;
  91. width: 160rpx;
  92. text-align: right;
  93. }
  94. .pending-order-body-right-label {
  95. color: #008cff;
  96. margin-left: 20rpx;
  97. }
  98. .pending-order-body-center-label {
  99. color: #008cff;
  100. }
  101. .nosign {
  102. width: 100%;
  103. line-height: 56rpx;
  104. .nosign1 {
  105. font-size: 40rpx;
  106. color: #ff6d6d;
  107. text-align: center;
  108. }
  109. .nosign2 {
  110. color: #a6a6a6;
  111. text-align: center;
  112. }
  113. }
  114. .sign {
  115. width: 100%;
  116. line-height: 56rpx;
  117. .sign1 {
  118. font-size: 40rpx;
  119. color: #52bd4e;
  120. text-align: center;
  121. }
  122. .sign2 {
  123. color: #a6a6a6;
  124. text-align: center;
  125. }
  126. }
  127. }
  128. .pending-order-body-left {
  129. .car-number {
  130. margin-bottom: 20rpx;
  131. font-size: 30rpx;
  132. font-weight: 600;
  133. color: #3a3a3a;
  134. line-height: 42rpx;
  135. letter-spacing: 1px;
  136. }
  137. .item-cell {
  138. margin-bottom: 5rpx;
  139. font-size: 26rpx;
  140. }
  141. .cost {
  142. .number {
  143. font-size: 26rpx;
  144. line-height: 50rpx;
  145. color: $my-main-color;
  146. }
  147. }
  148. }
  149. .pending-order-body-right {
  150. text-align: left;
  151. font-size: 24rpx;
  152. .order {
  153. margin-bottom: 28rpx;
  154. font-weight: 400;
  155. color: #9a9a9a;
  156. }
  157. }
  158. .go-pay-wrap {
  159. margin-top: 50rpx;
  160. width: 100%;
  161. text-align: center;
  162. .go-pay {
  163. display: inline-block;
  164. padding: 12rpx 39rpx 11rpx;
  165. background: linear-gradient(90deg, #ff2727 0%, #ff9a13 100%, #ff0f0f 100%);
  166. color: #fff;
  167. border-radius: 10rpx;
  168. cursor: pointer;
  169. }
  170. .go-pay1 {
  171. display: inline-block;
  172. padding: 12rpx 39rpx 11rpx;
  173. background: linear-gradient(90deg, #d3d3d3 0%, #f5f5f5 100%, #dcdcdc 100%);
  174. color: #fff;
  175. border-radius: 10rpx;
  176. cursor: pointer;
  177. }
  178. }
  179. }
  180. .popup-order-details {
  181. color: #545454;
  182. &-til {
  183. padding: 61rpx 40rpx 16rpx;
  184. font-size: 36rpx;
  185. color: #008cff;
  186. line-height: 50rpx;
  187. text-align: center;
  188. }
  189. &-con {
  190. margin-bottom: 40rpx;
  191. }
  192. &-footer {
  193. border-top: 1px solid #cecece;
  194. padding: 28rpx 0 26rpx;
  195. font-size: 45rpx;
  196. line-height: 63rpx;
  197. text-align: center;
  198. color: #008cff;
  199. }
  200. dl {
  201. margin: 20rpx 38rpx;
  202. display: flex;
  203. font-size: 30rpx;
  204. dt {
  205. width: 150rpx;
  206. color: #a3a3a3;
  207. text-align: right;
  208. }
  209. dd {
  210. flex: 1;
  211. }
  212. }
  213. }
  214. .promotion {
  215. margin: 20rpx 40rpx 40rpx;
  216. background-color: #ffffff;
  217. border-radius: 15rpx;
  218. &-header {
  219. padding: 26rpx 40rpx 12rpx;
  220. border-bottom: 1px solid #dfdfdf;
  221. margin-bottom: 26rpx;
  222. .promotion-header-til {
  223. font-size: 30rpx;
  224. color: #383838;
  225. line-height: 42rpx;
  226. }
  227. .promotion-header-con {
  228. font-size: 22rpx;
  229. color: #787878;
  230. line-height: 30rpx;
  231. }
  232. }
  233. &-body {
  234. padding: 0 40rpx 24rpx;
  235. .promotion-body-til {
  236. font-size: 26rpx;
  237. color: #676767;
  238. line-height: 37rpx;
  239. margin-bottom: 15rpx;
  240. }
  241. .promotion-body-con {
  242. font-size: 20rpx;
  243. color: #a5a5a5;
  244. line-height: 34rpx;
  245. }
  246. }
  247. }
  248. .notice-bar-wrap {
  249. margin: 20rpx 40rpx;
  250. background-color: #fff;
  251. padding: 32rpx 0 25rpx 30rpx;
  252. border-radius: 15rpx;
  253. overflow: hidden;
  254. }
  255. /* 优惠活动 */
  256. .promotion-box {
  257. padding: 10px 20px;
  258. .promotion-title {
  259. text {
  260. color: #3a3a3a;
  261. font-size: 36rpx;
  262. font-family: PingFangSC-Regular, PingFang SC;
  263. }
  264. }
  265. .promotion-banner {
  266. margin-top: 20rpx;
  267. /deep/ .u-indicator-item-round {
  268. background-color: #aad8ff;
  269. }
  270. /deep/ .u-indicator-item-round-active {
  271. background-color: #ffffff;
  272. // width: 20rpx;
  273. }
  274. }
  275. }
  276. .pay-way {
  277. display: flex;
  278. justify-content: space-between;
  279. width: calc(100% - 34rpx);
  280. border-top: solid 1px #979797;
  281. margin: 23rpx auto;
  282. padding: 38rpx 86rpx;
  283. .pay-way-item {
  284. text-align: center;
  285. font-size: 30rpx;
  286. color: #5f5f5f;
  287. image {
  288. width: 143rpx;
  289. height: 143rpx;
  290. }
  291. }
  292. }
  293. .pay-way-close-btn {
  294. width: calc(100% - 34rpx);
  295. margin: 0 auto 68rpx;
  296. border: none;
  297. background-color: #3397fa;
  298. color: #fff;
  299. border-radius: 10rpx;
  300. }
  301. .empty-data-box {
  302. background-color: #fff;
  303. height: 462rpx;
  304. width: calc(100% - 80rpx);
  305. margin: 0 auto;
  306. border-radius: 16rpx;
  307. margin-top: 20rpx;
  308. }
  309. .myorders-item {
  310. position: relative;
  311. margin-bottom: 8rpx;
  312. padding-left: 30rpx;
  313. &::before {
  314. content: '';
  315. width: 9rpx;
  316. height: 9rpx;
  317. border-radius: 50%;
  318. background-color: #626262;
  319. position: absolute;
  320. left: 0;
  321. top: 17rpx;
  322. }
  323. }
  324. .new-plate-number {
  325. margin-bottom: 70rpx;
  326. }
  327. .message-input-wrap {
  328. margin: 0 -40rpx;
  329. }
  330. .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item {
  331. background-color: #e8ffe8;
  332. }
  333. .really-license-txt {
  334. color: #008cff;
  335. }
  336. .really-license-txt1 {
  337. color: #008cff;
  338. margin: 20rpx;
  339. }
  340. .popup-vehicleNo-title {
  341. font-size: 48rpx;
  342. text-align: center;
  343. padding-top: 20rpx;
  344. }
  345. .popup-vehicleNo-center {
  346. width: 95%;
  347. height: 2rpx;
  348. border-top: solid rgb(146, 146, 146) 2rpx;
  349. margin: 30rpx 20rpx 50rpx 20rpx;
  350. }
  351. .popup-vehicleNo-select {
  352. text-align: center;
  353. color: #777777;
  354. }
  355. .vehicleNo-btn {
  356. display: flex;
  357. margin: 40rpx 0;
  358. }
  359. .parking-lock-pay-attention {
  360. margin: 50rpx;
  361. line-height: 48rpx;
  362. color: #777777;
  363. }