reserveCar.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. page {
  2. background: #F9F9F9;
  3. /* background: #fff; */
  4. height: 100%;
  5. }
  6. .project-scroll-x::-webkit-scrollbar,
  7. .scroll-x::-webkit-scrollbar {
  8. display: none;
  9. /* Chrome Safari */
  10. }
  11. .content {
  12. padding: 0 20rpx 56rpx;
  13. }
  14. .top .name {
  15. font-size: 36rpx;
  16. font-family: PingFangSC-Semibold, PingFang SC;
  17. font-weight: 600;
  18. color: #FA7D22;
  19. margin: 22rpx 0 26rpx;
  20. }
  21. .top .store {
  22. font-size: 32rpx;
  23. font-family: PingFangSC-Semibold, PingFang SC;
  24. font-weight: 600;
  25. color: #333333;
  26. }
  27. .top .address {
  28. margin: 10rpx 0;
  29. }
  30. .top .address image {
  31. width: 28rpx;
  32. height: 28rpx;
  33. border-radius: 50%;
  34. background-color: #ccc;
  35. margin-right: 10rpx;
  36. }
  37. .border-radius {
  38. background: #FFFFFF;
  39. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  40. border-radius: 24rpx;
  41. margin: 20rpx 0;
  42. padding: 0 20rpx;
  43. position: relative;
  44. }
  45. .border-radius .title {
  46. font-size: 32rpx;
  47. font-family: PingFangSC-Semibold, PingFang SC;
  48. font-weight: 600;
  49. color: #333333;
  50. padding: 20rpx 0;
  51. }
  52. .border-radius .line {
  53. height: 2rpx;
  54. background: #F9F9F9;
  55. box-shadow: 0rpx -2rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  56. border-radius: 24rpx;
  57. width: 100%;
  58. }
  59. .scroll-x {
  60. /* padding: 30rpx 0; */
  61. /* border-top: 2rpx solid #f9f9f9; */
  62. border-bottom: 2rpx solid #f9f9f9;
  63. }
  64. .scroll-x .item {
  65. flex-shrink: 0;
  66. /* margin-right: 16rpx; */
  67. padding: 30rpx 20rpx;
  68. padding-top: 0;
  69. position: relative;
  70. }
  71. .scroll-x .item.active::before {
  72. content: '';
  73. position: absolute;
  74. bottom: 0;
  75. left: 36rpx;
  76. background-color: red;
  77. width: 40rpx;
  78. height: 8rpx;
  79. background: linear-gradient(144deg, #FA7D22 0%, #FA4622 100%);
  80. border-radius: 24rpx;
  81. /* border-bottom: 4rpx solid #FA7D22; */
  82. }
  83. .scroll-x .item.active text {
  84. font-family: PingFangSC-Medium, PingFang SC;
  85. color: #FA7D22;
  86. }
  87. .scroll-x .item text {
  88. font-size: 28rpx;
  89. color: #999;
  90. }
  91. .time-box {
  92. padding: 30rpx 0;
  93. border-bottom: 2rpx solid #f9f9f9;
  94. }
  95. .time-box .tabs-title {
  96. /* padding: 28rpx 0; */
  97. padding-bottom: 28rpx;
  98. }
  99. .time-box .tabs-title text {
  100. color: #999999;
  101. position: relative;
  102. width: 50%;
  103. }
  104. .time-box .tabs-title text.active {
  105. font-family: PingFangSC-Semibold, PingFang SC;
  106. color: #333333;
  107. }
  108. .time-box .tabs-title text:last-child {
  109. text-align: right;
  110. }
  111. .time-box .tabs-title text:first-child::before {
  112. /* content: "";
  113. position: absolute;
  114. right: -30%;
  115. top: 0;
  116. height: 44rpx;
  117. width: 2px;
  118. background-color: #333333; */
  119. }
  120. /* .time-box swiper {
  121. min-height: 150px;
  122. } */
  123. .time-box .tabs-content {
  124. /* display: flex;
  125. flex-wrap: wrap; */
  126. display: grid;
  127. grid-gap: 30rpx 30rpx;
  128. grid-template-columns: repeat(4, 1fr);
  129. /* grid-template-rows: repeat(3, 2fr);
  130. grid-template-columns: repeat(2, 1fr); */
  131. height: 100%;
  132. overflow-y: scroll;
  133. }
  134. .time-box .tabs-content .item {
  135. width: 136rpx;
  136. height: 60rpx;
  137. border-radius: 16rpx;
  138. background: #F9F9F9;
  139. color: #333333;
  140. font-size: 32rpx;
  141. box-sizing: border-box;
  142. }
  143. .time-box .tabs-content .item.active {
  144. font-family: PingFangSC-Medium, PingFang SC;
  145. background: #FFF0E6;
  146. border-radius: 16rpx;
  147. border: 2rpx solid #FA7D22;
  148. font-weight: 500;
  149. color: #FA7D22;
  150. }
  151. .time-box .tabs-content .item.no-change {
  152. cursor: not-allowed;
  153. pointer-events: none;
  154. background-color: #F9F9F9;
  155. color: #D3D3D3;
  156. }
  157. .custom-time {
  158. height: 120rpx;
  159. }
  160. .custom-time .input {
  161. width: 132rpx;
  162. height: 60rpx;
  163. box-sizing: border-box;
  164. background: #F9F9F9;
  165. /* background: #FFFBFC; */
  166. border-radius: 8rpx;
  167. /* border: 2rpx solid #FFD3CE; */
  168. font-family: PingFangSC-Medium, PingFang SC;
  169. margin-left: 20rpx;
  170. }
  171. .custom-time .input.active {
  172. font-family: PingFangSC-Medium, PingFang SC;
  173. background: #FFF0E6;
  174. border-radius: 16rpx;
  175. border: 2rpx solid #FA7D22;
  176. font-weight: 500;
  177. color: #FA7D22;
  178. }
  179. .custom-time image {
  180. width: 36rpx;
  181. height: 34rpx;
  182. /* background-color: red; */
  183. margin-right: 8rpx;
  184. }
  185. .current-project image {
  186. width: 160rpx;
  187. height: 160rpx;
  188. /* background-color: red; */
  189. margin-right: 20rpx;
  190. border-radius: 20rpx;
  191. }
  192. .project-scroll-x {
  193. padding-bottom: 30rpx;
  194. }
  195. .project-scroll-x .item {
  196. flex-shrink: 0;
  197. /* margin-right: 28rpx; */
  198. width: 200rpx;
  199. }
  200. .project-scroll-x .item .project-box {
  201. width: 176rpx;
  202. height: 200rpx;
  203. border-top-left-radius: 16rpx;
  204. border-top-right-radius: 16rpx;
  205. box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0, 0, 0, 0.13);
  206. overflow: hidden;
  207. position: relative;
  208. box-sizing: border-box;
  209. }
  210. .project-scroll-x .item.no-change {
  211. opacity: 0.5;
  212. cursor: not-allowed;
  213. pointer-events: none;
  214. }
  215. .project-scroll-x .item.active .project-box {
  216. border: 2rpx solid #FA7D22;
  217. }
  218. .project-scroll-x .item .project-img {
  219. height: 174rpx;
  220. width: 100%;
  221. /* background-color: #ccc; */
  222. }
  223. .project-scroll-x .item.active .active-img {
  224. display: block;
  225. }
  226. .project-scroll-x .project-box .active-img {
  227. width: 40rpx;
  228. height: 40rpx;
  229. position: absolute;
  230. right: 0;
  231. top: 0;
  232. display: none;
  233. }
  234. .project-scroll-x .project-box text {
  235. width: 100%;
  236. background: #FA7D22;
  237. font-size: 20rpx;
  238. font-family: PingFangSC-Regular, PingFang SC;
  239. color: #FFFFFF;
  240. text-align: center;
  241. }
  242. .project-scroll-x .item.active .name {
  243. font-family: PingFangSC-Medium, PingFang SC;
  244. }
  245. .project-scroll-x .item .name {
  246. font-size: 28rpx;
  247. margin-top: 12rpx;
  248. width: 100%;
  249. text-align: center;
  250. }
  251. .flex-column .label {
  252. height: 50rpx;
  253. font-size: 36rpx;
  254. font-family: PingFangSC-Semibold, PingFang SC;
  255. font-weight: 600;
  256. color: #333333;
  257. line-height: 50rpx;
  258. }
  259. .flex-column .label-tips {
  260. font-size: 24rpx;
  261. font-family: PingFang-SC-Medium, PingFang-SC;
  262. font-weight: 500;
  263. color: #FF3007;
  264. line-height: 34rpx;
  265. }
  266. .item-active .item-active-price {
  267. height: 100rpx;
  268. justify-content: flex-end;
  269. }
  270. .item-active-content {
  271. padding: 30rpx 0;
  272. border-bottom: 2rpx solid #F9F9F9;
  273. }
  274. .item-active-content .change-img {
  275. width: 48rpx;
  276. height: 48rpx;
  277. }
  278. .item-active-content .active-project-img {
  279. width: 160rpx;
  280. height: 160rpx;
  281. margin: 0 16rpx;
  282. border-radius: 20rpx;
  283. background-color: #efefef;
  284. }
  285. .item-active-content .right text {
  286. font-size: 26rpx;
  287. color: #999999;
  288. }
  289. .item-active-content .project-title {
  290. height: 40rpx;
  291. font-size: 28rpx;
  292. font-family: PingFangSC-Medium, PingFang SC;
  293. font-weight: 500;
  294. color: #333333;
  295. line-height: 40rpx;
  296. }
  297. .item-active-content .tags {
  298. height: 28rpx;
  299. font-size: 20rpx;
  300. font-family: PingFang-SC-Medium, PingFang-SC;
  301. font-weight: 500;
  302. color: #979797;
  303. line-height: 28rpx;
  304. }
  305. .item-active-content .price2 {
  306. font-size: 36rpx;
  307. font-family: PingFangSC-Medium, PingFang SC;
  308. font-weight: 500;
  309. text-align: right;
  310. color: #FA4622 !important;
  311. line-height: 50rpx;
  312. }
  313. .btm {
  314. height: 170rpx;
  315. position: fixed;
  316. width: 100%;
  317. left: 0;
  318. bottom: 0;
  319. /* bottom: 56rpx; */
  320. background: #fff;
  321. /* padding: 0 28rpx; */
  322. }
  323. .btm-btn {
  324. width: 100%;
  325. height: 84rpx;
  326. font-size: 36rpx;
  327. color: #FFFFFF;
  328. margin: 0 40rpx;
  329. background: #FA7D22;
  330. border-radius: 42rpx;
  331. /* margin-top: 64rpx; */
  332. }
  333. /* ==================ListKer===================== */
  334. .showIndexs {
  335. position: relative;
  336. z-index: 111;
  337. }
  338. .showSec {
  339. position: absolute;
  340. z-index: 1111;
  341. }
  342. .list_first_to {
  343. z-index: 110;
  344. top: 0rpx;
  345. position: fixed;
  346. width: 100%;
  347. height: 100%;
  348. background: rgba(0, 0, 0, 0.7);
  349. }
  350. .insellShow {
  351. width: 390rpx;
  352. }
  353. .list_top_show {
  354. width: 100%;
  355. display: flex;
  356. align-items: center;
  357. flex-direction: column;
  358. margin-top: 270rpx;
  359. }
  360. .list_top_img {
  361. width: 40rpx;
  362. height: 40rpx;
  363. }
  364. .list_top_content {
  365. padding-top: 15rpx;
  366. margin-top: 20rpx;
  367. width: 500rpx;
  368. height: 75rpx;
  369. background: rgba(0, 0, 0, 0.3);
  370. border: 2rpx dashed #FFFFFF;
  371. }
  372. .first_and_title {
  373. width: 100%;
  374. line-height: 50rpx;
  375. text-align: center;
  376. font-size: 28rpx;
  377. font-weight: 500;
  378. color: #FFFFFF;
  379. }
  380. .first_and_title text {
  381. font-size: 32rpx;
  382. color: #FFFFFF;
  383. }
  384. .KnowBtn {
  385. margin-left: 271rpx;
  386. text-align: center;
  387. width: 208rpx;
  388. height: 76rpx;
  389. border-radius: 42rpx;
  390. border: 2rpx solid #FFFFFF;
  391. font-size: 32rpx;
  392. font-weight: 400;
  393. color: #FFFFFF;
  394. line-height: 76rpx;
  395. position: absolute;
  396. bottom: 60rpx;
  397. }
  398. .KnowBtnSec {
  399. text-align: center;
  400. width: 208rpx;
  401. height: 76rpx;
  402. border-radius: 42rpx;
  403. border: 2rpx solid #FFFFFF;
  404. font-size: 32rpx;
  405. font-weight: 400;
  406. color: #FFFFFF;
  407. line-height: 76rpx;
  408. margin-bottom: 100rpx;
  409. }
  410. .showIndexShow {
  411. position: relative;
  412. z-index: 111;
  413. }
  414. .timeSelect {
  415. margin-bottom: 15rpx;
  416. width: 170rpx;
  417. height: 92rpx;
  418. background: #FFFFFF;
  419. display: flex;
  420. align-items: center;
  421. justify-content: center;
  422. }
  423. .timeShow {
  424. text-align: center;
  425. width: 136rpx;
  426. height: 60rpx;
  427. line-height: 58rpx;
  428. background: #FFF0E6;
  429. border-radius: 16rpx;
  430. border: 2rpx solid #FA7D22;
  431. font-size: 32rpx;
  432. font-weight: 500;
  433. color: #FA7D22;
  434. }
  435. .list_Content_show {
  436. margin-top: -10rpx;
  437. left: 237rpx;
  438. z-index: 1111;
  439. position: absolute;
  440. display: flex;
  441. align-items: center;
  442. flex-direction: column;
  443. }
  444. .list_Content_img {
  445. width: 40rpx;
  446. height: 40rpx;
  447. }
  448. .list_top_contents {
  449. padding-top: 15rpx;
  450. margin-top: 20rpx;
  451. width: 416rpx;
  452. height: 75rpx;
  453. background: rgba(0, 0, 0, 0.3);
  454. border: 2rpx dashed #FFFFFF;
  455. }
  456. /* ======================================= */
  457. .list_sec_show {
  458. width: 92%;
  459. position: absolute;
  460. margin-top: -430rpx;
  461. z-index: 111;
  462. position: absolute;
  463. display: flex;
  464. align-items: center;
  465. flex-direction: column;
  466. }
  467. .list_sec_content {
  468. padding-top: 15rpx;
  469. margin-top: 20rpx;
  470. width: 372rpx;
  471. height: 128rpx;
  472. background: rgba(0, 0, 0, 0.3);
  473. border: 2rpx dashed #FFFFFF;
  474. }
  475. .list_sec_img {
  476. margin-top: 20rpx;
  477. margin-bottom: 20rpx;
  478. width: 40rpx;
  479. height: 40rpx;
  480. }
  481. .project-list {
  482. width: 100%;
  483. height: 100rpx;
  484. display: flex;
  485. align-items: center;
  486. }
  487. .peoject-list-title {
  488. font-size: 36rpx;
  489. color: #333333;
  490. font-weight: 500;
  491. }
  492. .peoject-list-title text {
  493. font-size: 36rpx;
  494. font-weight: 500;
  495. color: #FA7D22;
  496. }
  497. .peoject-list-time {
  498. flex: 1;
  499. text-align: right;
  500. font-size: 28rpx;
  501. font-weight: 400;
  502. color: #333333;
  503. }
  504. .project-content {
  505. margin-bottom: 20rpx;
  506. width: 100%;
  507. display: flex;
  508. align-items: center;
  509. height: 120rpx;
  510. }
  511. .project-content-img {
  512. border-radius: 12rpx;
  513. width: 120rpx;
  514. height: 120rpx;
  515. }
  516. .project-content-right {
  517. display: flex;
  518. flex-direction: column;
  519. flex: 1;
  520. height: 120rpx;
  521. margin-left: 20rpx;
  522. }
  523. .item-right-time {
  524. flex: 1;
  525. width: 100%;
  526. margin-top: 10rpx;
  527. display: flex;
  528. }
  529. .item-right-title {
  530. font-size: 28rpx;
  531. font-weight: 500;
  532. color: #292929;
  533. flex: 1;
  534. }
  535. .item-right-title-time {
  536. font-size: 28rpx;
  537. font-weight: 500;
  538. color: #292929;
  539. }
  540. .item-project-add {
  541. margin-bottom: 10rpx;
  542. font-size: 24rpx;
  543. font-weight: 400;
  544. color: #999999;
  545. }
  546. .btm-down-line {
  547. width: 100%;
  548. display: flex;
  549. align-items: center;
  550. }
  551. .btm-line-tips {
  552. margin-left: 24rpx;
  553. font-size: 28rpx;
  554. font-weight: 400;
  555. color: #333333;
  556. }
  557. .btm-line-tips-red {
  558. font-size: 28rpx;
  559. font-weight: 500;
  560. color: #FF3007;
  561. }
  562. .btm-line-tips-money {
  563. margin-bottom: 20rpx;
  564. flex: 1;
  565. font-size: 56rpx;
  566. font-weight: 500;
  567. color: #FF3007;
  568. }
  569. .btm-line-submit {
  570. width: 338rpx;
  571. height: 84rpx;
  572. text-align: center;
  573. line-height: 84rpx;
  574. margin-right: 24rpx;
  575. background: #FA7D22;
  576. border-radius: 42rpx;
  577. font-size: 32rpx;
  578. font-weight: 500;
  579. color: #FFFFFF;
  580. }
  581. .inLocations {
  582. display: flex;
  583. align-items: center;
  584. }
  585. .inLocationImage {
  586. width: 24rpx;
  587. height: 24rpx;
  588. }
  589. .inLocationDistance {
  590. margin-left: 10rpx;
  591. font-size: 24rpx;
  592. font-weight: 400;
  593. color: #999999;
  594. }
  595. .inLocationDistance text {
  596. font-size: 28rpx;
  597. font-weight: 500;
  598. color: #333333;
  599. }
  600. /* <view class="inLocations" style="font-size:28rpx">
  601. <image class="inLocationImage" src="/images/location-to.png"></image>
  602. <view class="inLocationDistance">
  603. 距离您<text>{{wxsUtil.getDistance(lat1,lng1,projectData.storeData.latitude,projectData.storeData.longitude)}}</text>Km
  604. </view>
  605. </view> */