index.scss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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. display: inline-block;
  83. width: 160rpx;
  84. text-align: right;
  85. }
  86. .pending-order-body-right-label{
  87. color: #008CFF;
  88. margin-left: 20rpx;
  89. }
  90. .pending-order-body-center-label{
  91. color: #008CFF;
  92. }
  93. .nosign{
  94. width: 100%;
  95. line-height: 56rpx;
  96. .nosign1{
  97. font-size: 40rpx;
  98. color: #FF6D6D;
  99. text-align: center;
  100. }
  101. .nosign2{
  102. color: #A6A6A6;
  103. text-align: center;
  104. }
  105. }
  106. .sign{
  107. width: 100%;
  108. line-height: 56rpx;
  109. .sign1{
  110. font-size: 40rpx;
  111. color: #52BD4E;
  112. text-align: center;
  113. }
  114. .sign2{
  115. color: #A6A6A6;
  116. text-align: center;
  117. }
  118. }
  119. }
  120. .pending-order-body-left{
  121. .car-number{
  122. margin-bottom: 20rpx;
  123. font-size: 30rpx;
  124. font-weight: 600;
  125. color: #3A3A3A;
  126. line-height: 42rpx;
  127. letter-spacing: 1px;
  128. }
  129. .item-cell{
  130. margin-bottom: 5rpx;
  131. font-size: 26rpx
  132. }
  133. .cost{
  134. .number{
  135. font-size: 26rpx;
  136. line-height: 50rpx;
  137. color: $my-main-color;
  138. }
  139. }
  140. }
  141. .pending-order-body-right{
  142. text-align: left;
  143. font-size: 24rpx;
  144. .order{
  145. margin-bottom: 28rpx;
  146. font-weight: 400;
  147. color: #9A9A9A;
  148. }
  149. }
  150. .go-pay-wrap{
  151. margin-top: 50rpx;
  152. width: 100%;
  153. text-align: center;
  154. .go-pay{
  155. display: inline-block;
  156. padding: 12rpx 39rpx 11rpx;
  157. background: linear-gradient(90deg, #FF2727 0%, #FF9A13 100%, #FF0F0F 100%);
  158. color: #fff;
  159. border-radius: 10rpx;
  160. cursor: pointer;
  161. }
  162. .go-pay1{
  163. display: inline-block;
  164. padding: 12rpx 39rpx 11rpx;
  165. background: linear-gradient(90deg, #D3D3D3 0%, #F5F5F5 100%, #DCDCDC 100%);
  166. color: #fff;
  167. border-radius: 10rpx;
  168. cursor: pointer;
  169. }
  170. }
  171. }
  172. .popup-order-details{
  173. color: #545454;
  174. &-til{
  175. padding: 61rpx 40rpx 16rpx;
  176. font-size: 36rpx;
  177. color: #008CFF;
  178. line-height: 50rpx;
  179. text-align: center;
  180. }
  181. &-con{
  182. margin-bottom: 40rpx;
  183. }
  184. &-footer{
  185. border-top: 1px solid #CECECE;
  186. padding: 28rpx 0 26rpx;
  187. font-size: 45rpx;
  188. line-height: 63rpx;
  189. text-align: center;
  190. color: #008CFF;
  191. }
  192. dl{
  193. margin: 20rpx 38rpx;
  194. display: flex;
  195. font-size: 30rpx;
  196. dt{
  197. width: 150rpx;
  198. color: #A3A3A3;
  199. text-align: right;
  200. }
  201. dd{
  202. flex: 1;
  203. }
  204. }
  205. }
  206. .promotion{
  207. margin: 20rpx 40rpx 40rpx;
  208. background-color: #FFFFFF;
  209. border-radius: 15rpx; &-header{
  210. padding: 26rpx 40rpx 12rpx;
  211. border-bottom: 1px solid #DFDFDF;
  212. margin-bottom: 26rpx;
  213. .promotion-header-til{
  214. font-size: 30rpx;
  215. color: #383838;
  216. line-height: 42rpx;
  217. }
  218. .promotion-header-con{
  219. font-size: 22rpx;
  220. color: #787878;
  221. line-height: 30rpx;
  222. }
  223. }
  224. &-body{
  225. padding: 0 40rpx 24rpx;
  226. .promotion-body-til{
  227. font-size: 26rpx;
  228. color: #676767;
  229. line-height: 37rpx;
  230. margin-bottom: 15rpx;
  231. }
  232. .promotion-body-con{
  233. font-size: 20rpx;
  234. color: #A5A5A5;
  235. line-height: 34rpx;
  236. }
  237. }
  238. }
  239. .notice-bar-wrap{
  240. margin: 20rpx 40rpx;
  241. background-color: #fff;
  242. padding: 32rpx 0 25rpx 30rpx;
  243. border-radius: 15rpx;
  244. overflow: hidden;
  245. }
  246. /* 优惠活动 */
  247. .promotion-box {
  248. padding: 10px 20px;
  249. .promotion-title {
  250. text {
  251. color: #3A3A3A;
  252. font-size: 36rpx;
  253. font-family: PingFangSC-Regular, PingFang SC;
  254. }
  255. }
  256. .promotion-banner {
  257. margin-top: 20rpx;
  258. /deep/ .u-indicator-item-round {
  259. background-color: #AAD8FF;
  260. }
  261. /deep/ .u-indicator-item-round-active {
  262. background-color: #FFFFFF;
  263. // width: 20rpx;
  264. }
  265. }
  266. }
  267. .pay-way {
  268. display: flex;
  269. justify-content: space-between;
  270. width: calc(100% - 34rpx);
  271. border-top: solid 1px #979797;
  272. margin: 23rpx auto;
  273. padding: 38rpx 86rpx;
  274. .pay-way-item {
  275. text-align: center;
  276. font-size: 30rpx;
  277. color: #5F5F5F;
  278. image {
  279. width: 143rpx;
  280. height: 143rpx;
  281. }
  282. }
  283. }
  284. .pay-way-close-btn {
  285. width: calc(100% - 34rpx);
  286. margin: 0 auto 68rpx;
  287. border: none;
  288. background-color: #3397FA;
  289. color: #fff;
  290. border-radius: 10rpx;
  291. }
  292. .empty-data-box {
  293. background-color: #fff;
  294. height: 462rpx;
  295. width: calc(100% - 80rpx);
  296. margin: 0 auto;
  297. border-radius: 16rpx;
  298. margin-top: 20rpx;
  299. }
  300. .myorders-item{
  301. position: relative;
  302. margin-bottom: 8rpx;
  303. padding-left: 30rpx;
  304. &::before{
  305. content: '';
  306. width: 9rpx;
  307. height: 9rpx;
  308. border-radius: 50%;
  309. background-color: #626262;
  310. position: absolute;
  311. left: 0;
  312. top: 17rpx;
  313. }
  314. }
  315. .new-plate-number{
  316. margin-bottom: 70rpx;
  317. }
  318. .message-input-wrap{
  319. margin: 0 -40rpx;
  320. }
  321. .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{
  322. background-color: #E8FFE8;
  323. }
  324. .really-license-txt{
  325. color: #008CFF;
  326. }
  327. .really-license-txt1{
  328. color: #008CFF;
  329. margin: 20rpx;
  330. }
  331. .popup-vehicleNo-title{
  332. font-size: 48rpx;
  333. text-align: center;
  334. padding-top: 20rpx;
  335. }
  336. .popup-vehicleNo-center{
  337. width: 95%;
  338. height: 2rpx;
  339. border-top: solid rgb(146, 146, 146) 2rpx;
  340. margin: 30rpx 20rpx 50rpx 20rpx;
  341. }
  342. .popup-vehicleNo-select{
  343. text-align: center;
  344. color: #777777;
  345. }
  346. .vehicleNo-btn{
  347. display: flex;
  348. margin: 40rpx 0;
  349. }
  350. .parking-lock-pay-attention{
  351. margin: 50rpx;
  352. line-height: 48rpx;
  353. color: #777777;
  354. }