logs.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. padding-top: 80rpx;
  8. overflow-y: hidden;
  9. }
  10. map {
  11. width: 100%;
  12. height: 100%;
  13. position: relative;
  14. }
  15. .top {
  16. position: fixed;
  17. z-index: 999;
  18. left: 0rpx;
  19. top: 0rpx;
  20. width: 100%;
  21. }
  22. .area {
  23. position: fixed;
  24. display: flex;
  25. width: 460rpx;
  26. height: 80rpx;
  27. background: rgba(255, 255, 255, 1);
  28. box-shadow: 0px 3rpx 6rpx 0px rgba(190, 190, 190, 1);
  29. border-radius: 10rpx;
  30. top: 270rpx;
  31. justify-content: space-around;
  32. }
  33. .area view {
  34. display: flex;
  35. align-items: center;
  36. font-size: 28rpx;
  37. font-family: PingFang SC;
  38. font-weight: 500;
  39. color: rgba(40, 40, 40, 1);
  40. width: 33%;
  41. justify-content: center;
  42. }
  43. .van-dropdown-menu__title::after {
  44. right: -20rpx !important;
  45. }
  46. .top .top1 .van-dropdown-menu__item {
  47. flex: 0.3 !important;
  48. height: 80rpx;
  49. }
  50. .top .top1 .van-dropdown-menu {
  51. flex: 0.3 !important;
  52. height: 120rpx !important;
  53. align-items: flex-end;
  54. }
  55. .top .top2 .van-dropdown-menu__item {
  56. flex: 0.3 !important;
  57. height: 80rpx;
  58. }
  59. .top .top2 .van-dropdown-menu {
  60. flex: 0.3 !important;
  61. height: 156rpx !important;
  62. align-items: flex-end;
  63. }
  64. .top .back {
  65. width: 100%;
  66. height: 6rpx;
  67. background: rgba(239, 239, 239, 1);
  68. }
  69. .top .flex {
  70. display: flex;
  71. width: 100%;
  72. justify-content: space-around;
  73. background: white;
  74. height: 75rpx;
  75. }
  76. .top .flex .van-dropdown-menu {
  77. height: 75rpx !important;
  78. }
  79. .button {
  80. width: 216rpx;
  81. height: 129rpx;
  82. background: rgba(24, 213, 185, 1);
  83. box-shadow: 0rpx 8rpx 13rpx 0rpx rgba(100, 239, 218, 1);
  84. border-radius: 10rpx;
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. position: fixed;
  89. z-index: 777;
  90. top: 78%;
  91. left: 50%;
  92. margin-left: -108rpx;
  93. font-size: 40rpx;
  94. font-family: PingFang SC;
  95. font-weight: 500;
  96. color: rgba(255, 255, 255, 1);
  97. }
  98. van-cell {
  99. width: 100rpx !important;
  100. height: 100rpx !important;
  101. }
  102. .view {
  103. position: fixed;
  104. display: flex;
  105. justify-content: center;
  106. align-items: center;
  107. }
  108. .view image {
  109. width: 84rpx;
  110. height: 84rpx;
  111. }
  112. .how {
  113. bottom: 15%;
  114. right: 30%;
  115. font-size: 24rpx;
  116. height: 68rpx;
  117. width: 336rpx;
  118. text-align: center;
  119. color: #fff;
  120. background: url(http://resource.bike.hanyiyun.com/bike_yunwei/iconHint.png) no-repeat;
  121. background-size: cover;
  122. padding-top: 10rpx;
  123. box-sizing: border-box;
  124. }
  125. .iconHint {
  126. position: absolute;
  127. bottom: 15%;
  128. left: 0;
  129. width: 100%;
  130. margin: 0 auto;
  131. }
  132. .iconHint .operate{
  133. display: flex;
  134. justify-content: flex-end;
  135. margin-bottom:30rpx;
  136. }
  137. .iconHint>view {
  138. width: 85%;
  139. margin: 0 auto;
  140. }
  141. .iconHint image {
  142. height: 72rpx;
  143. width: 72rpx;
  144. }
  145. /* 图标提示弹窗 */
  146. .hintPop {
  147. position: absolute;
  148. top: 50%;
  149. left: 50%;
  150. transform: translate(-50%, -50%);
  151. z-index: 9999;
  152. }
  153. .hintCon {
  154. width: 526rpx;
  155. height: 733rpx;
  156. background-image: url('http://resource.bike.hanyiyun.com/popBg.png');
  157. background-size: 100% 100%;
  158. }
  159. .hintCon .intr {
  160. padding-top: 241rpx;
  161. font-size: 35rpx;
  162. color: #f00;
  163. padding-left: 20rpx;
  164. }
  165. .hintCon .icon {
  166. flex-grow: 1;
  167. display: flex;
  168. justify-content: space-between;
  169. align-items: center;
  170. flex-wrap: wrap;
  171. height: 55%;
  172. margin: 20rpx 0 0 35rpx;
  173. }
  174. .hintCon .icon view {
  175. width: 50%;
  176. }
  177. .hintCon .icon image {
  178. width: 55rpx;
  179. height: 55rpx;
  180. margin-right: 15rpx;
  181. vertical-align: middle;
  182. }
  183. .hintCon text {
  184. font-size: 26rpx;
  185. }
  186. .hintCon .icon>view>view {
  187. margin-top: 28rpx;
  188. }
  189. .hintCon .close {
  190. text-align: center;
  191. }
  192. .hintCon .close image {
  193. height: 52rpx;
  194. width: 52rpx;
  195. margin-top: 153rpx;
  196. }
  197. /* 侧边栏 */
  198. .side {
  199. position: absolute;
  200. top: 0;
  201. left: 20%;
  202. z-index: 7777;
  203. background: #efefef;
  204. height: 100%;
  205. width: 80%;
  206. overflow: hidden;
  207. padding-top: 115rpx;
  208. }
  209. .record,
  210. .bikeNo,
  211. .position,
  212. .order,
  213. .directive {
  214. background: #fff;
  215. width: 92%;
  216. border-radius: 10rpx;
  217. padding: 0 15rpx;
  218. box-sizing: border-box;
  219. }
  220. .side .record {
  221. height: 6%;
  222. margin: 0 auto;
  223. /* display: flex;
  224. justify-content: flex-end;
  225. align-items: center; */
  226. }
  227. .side .record image {
  228. height: 48rpx;
  229. width: 48rpx;
  230. vertical-align: middle;
  231. margin-right: 10rpx;
  232. }
  233. .side .record text {
  234. font-size: 26rpx;
  235. color: #8a8a8a;
  236. }
  237. .bikeNo {
  238. height: 7%;
  239. margin: 16rpx auto 13rpx;
  240. }
  241. .bikeNo input {
  242. width: 60%;
  243. font-size: 28rpx;
  244. padding: 0 0 5rpx 5rpx;
  245. border-bottom: 1rpx solid #d2d2d2;
  246. }
  247. .bikeNo .place {
  248. font-size: 24rpx;
  249. color: #4d4d4d88;
  250. }
  251. .bikeNo text {
  252. font-size: 24rpx;
  253. background: #18d5b9;
  254. padding: 10rpx 20rpx;
  255. color: #fff;
  256. border-radius: 10rpx;
  257. }
  258. .info {
  259. height: 19%;
  260. width: 92%;
  261. margin: 0 auto;
  262. display: flex;
  263. flex-direction: column;
  264. justify-content: center;
  265. }
  266. .infoCon {
  267. display: flex;
  268. justify-content: space-between;
  269. box-sizing: border-box;
  270. }
  271. .iconfont {
  272. font-size: 66rpx;
  273. color: #fff;
  274. }
  275. .info .infoLeft {
  276. height: 100%;
  277. box-sizing: border-box;
  278. margin-left: 100rpx;
  279. }
  280. .info .infoLeft view,
  281. .last {
  282. font-size: 24rpx;
  283. color: #fff;
  284. font-weight: 500;
  285. }
  286. .last {
  287. margin-left: 100rpx;
  288. padding-bottom: 20rpx;
  289. }
  290. .infoRight image {
  291. height: 90rpx;
  292. width: 90rpx;
  293. }
  294. .position {
  295. height: 6%;
  296. margin: 0 auto 10rpx;
  297. }
  298. .position text {
  299. font-size: 28rpx;
  300. color: #282828;
  301. }
  302. .order {
  303. margin: 0 auto;
  304. padding: 10rpx 15rpx;
  305. }
  306. .order .recent {
  307. font-size: 28rpx;
  308. padding: 10rpx 0;
  309. }
  310. .order view {
  311. font-size: 26rpx;
  312. margin-bottom: 5rpx;
  313. }
  314. .directive {
  315. margin: 10rpx auto 0;
  316. }
  317. .directive view {
  318. font-size: 28rpx;
  319. color: #282828;
  320. }
  321. .directive text {
  322. color: #575757;
  323. }
  324. .directive .dire {
  325. font-size: 24rpx;
  326. padding: 15rpx 0 15rpx 20rpx;
  327. border-bottom: 1rpx solid #dedede;
  328. box-sizing: border-box;
  329. display: flex;
  330. align-items: center;
  331. justify-content: space-between;
  332. }
  333. .directive .iconfont {
  334. font-size: 55rpx;
  335. }
  336. .directive .list {
  337. width: 100%;
  338. display: flex;
  339. flex-wrap: wrap;
  340. padding: 15rpx;
  341. }
  342. .directive .list view {
  343. width: 33.33%;
  344. display: flex;
  345. flex-direction: column;
  346. align-items: center;
  347. }
  348. .iconlaba,
  349. .iconkaisuo,
  350. .iconguansuo {
  351. color: #f38106;
  352. }
  353. .background {
  354. background: #282828;
  355. width: 100%;
  356. height: 100%;
  357. position: fixed;
  358. top: 0rpx;
  359. left: 0rpx;
  360. z-index: 8888;
  361. opacity: 0.5;
  362. }
  363. .more {
  364. display: flex;
  365. flex-wrap: wrap;
  366. position: fixed;
  367. top: 41%;
  368. left: 28%;
  369. background: white;
  370. z-index: 9999;
  371. width: 392rpx;
  372. height: 392rpx;
  373. background: rgba(229, 229, 229, 1);
  374. border-radius: 10rpx;
  375. }
  376. .more view {
  377. display: flex;
  378. flex-direction: column;
  379. align-items: center;
  380. font-size: 26rpx;
  381. width: 50%;
  382. justify-content: center;
  383. }
  384. .workTitle {
  385. width: 100%;
  386. padding: 33rpx 0 20rpx;
  387. }
  388. .workTitle text {
  389. font-size: 32rpx;
  390. font-weight: 600;
  391. }
  392. .workTab {
  393. width: 100%;
  394. margin: 20rpx 0;
  395. background: #fff;
  396. padding: 15rpx
  397. }
  398. .workTab view {
  399. font-size: 28rpx;
  400. padding: 15rpx 80rpx;
  401. color: #64efda;
  402. border: 1px solid #64efda;
  403. }
  404. .workTab view:first-child {
  405. border-top-left-radius: 15rpx;
  406. border-bottom-left-radius: 15rpx;
  407. }
  408. .workTab view:last-child {
  409. border-top-right-radius: 15rpx;
  410. border-bottom-right-radius: 15rpx;
  411. }
  412. .workTab .cur {
  413. background: #64efda;
  414. color: #fff;
  415. }
  416. .no {
  417. width: 100%;
  418. margin: 0 auto;
  419. text-align: center;
  420. margin-top: 180rpx;
  421. }
  422. .no image {
  423. width: 200rpx;
  424. height: 200rpx;
  425. margin-bottom: 20rpx;
  426. }
  427. .work {
  428. background: #fff;
  429. position: fixed;
  430. bottom: 0%;
  431. left: 0%;
  432. z-index: 9999;
  433. width: 100%;
  434. border-top-left-radius: 25rpx;
  435. border-top-right-radius: 25rpx;
  436. }
  437. .wait {
  438. width: 100%;
  439. border-radius: 10rpx;
  440. height: 840rpx;
  441. }
  442. .waitCon {
  443. position: relative;
  444. border: 2rpx solid #eee;
  445. height: 140rpx;
  446. overflow: hidden;
  447. box-shadow: 0 0 5rpx #eee;
  448. margin-bottom: 10rpx;
  449. background: #fff;
  450. }
  451. .content {
  452. background-color: #fff;
  453. width: 100%;
  454. height: 140rpx;
  455. z-index: 5;
  456. transition: left 0.2s ease-in-out;
  457. position: absolute;
  458. top: 0;
  459. left: 0rpx;
  460. font-size: 24rpx;
  461. box-sizing: border-box;
  462. display: flex;
  463. flex-direction: column;
  464. justify-content: center;
  465. }
  466. .content .reason {
  467. /* border-top:1rpx solid #D7D8D9;
  468. border-bottom:1rpx solid #D7D8D9; */
  469. height: 40%;
  470. }
  471. .content view {
  472. padding-left: 30rpx;
  473. display: flex;
  474. justify-content: start;
  475. align-items: center;
  476. font-size: 26rpx;
  477. }
  478. .del {
  479. width: 200rpx;
  480. height: 100%;
  481. text-align: center;
  482. z-index: 4;
  483. position: absolute;
  484. top: 0;
  485. right: 0;
  486. color: #fff;
  487. display: flex;
  488. align-items: center;
  489. justify-content: center;
  490. font-size: 26rpx;
  491. }
  492. .get {
  493. background-color: #18d5b9;
  494. }
  495. .finish {
  496. background-color: #18d5b9;
  497. }
  498. .workBtn {
  499. width: 92%;
  500. margin: 0 auto;
  501. display: flex;
  502. align-items: center;
  503. height: 6%;
  504. margin-top: 10rpx;
  505. }
  506. .workBtn .count {
  507. /* padding: 6rpx; */
  508. padding: 3rpx 14rpx;
  509. background-color: #f00;
  510. font-size: 22rpx;
  511. color: #fff;
  512. position: absolute;
  513. top: 12rpx;
  514. left: 199rpx;
  515. border-radius: 20rpx;
  516. }
  517. .shelters,
  518. .has {
  519. width: 50%;
  520. display: flex;
  521. justify-content: center;
  522. align-items: center;
  523. background-color: #fff;
  524. padding: 20rpx 0;
  525. font-size: 28rpx;
  526. position: relative;
  527. }
  528. .shelters {
  529. border-top-left-radius: 10rpx;
  530. border-bottom-left-radius: 10rpx;
  531. border-right: 1rpx solid #eee;
  532. }
  533. .has {
  534. border-top-right-radius: 10rpx;
  535. border-bottom-right-radius: 10rpx;
  536. }
  537. .changeWork {
  538. background-color: #18d5b9;
  539. color: #fff;
  540. }
  541. .mead {
  542. height: 300rpx;
  543. }
  544. .mead .content {
  545. justify-content: initial;
  546. height: 300rpx;
  547. }
  548. .mead .title {
  549. line-height: 80rpx;
  550. height: 80rpx;
  551. padding: 0 20rpx;
  552. }
  553. .mead .title view {
  554. flex-grow: 1;
  555. padding: 0;
  556. display: inline-block;
  557. }
  558. .mead .title .left {
  559. text-align: left;
  560. }
  561. .mead .title .right {
  562. text-align: right;
  563. height: 100%
  564. }
  565. .mead .body {
  566. padding: 20rpx 20rpx;
  567. border-bottom: 1rpx solid #d7d8d8;
  568. border-top: 1rpx solid #d7d8d8;
  569. flex-wrap: wrap;
  570. display: flex;
  571. height: 100rpx;
  572. }
  573. .mead .body .left {
  574. width: 20%;
  575. display: inline-block;
  576. text-align: center;
  577. vertical-align: top;
  578. }
  579. .mead .body .right {
  580. width: 80%;
  581. display: inline-block;
  582. padding-left: 30rpx;
  583. vertical-align: top;
  584. }
  585. .mead .body .right .describe {
  586. width: 100%;
  587. height: 100%;
  588. color: #555;
  589. font-size: 28rpx;
  590. overflow: hidden;
  591. text-overflow: ellipsis;
  592. display: -webkit-box;
  593. -webkit-line-clamp: 2;
  594. -webkit-box-orient: vertical;
  595. }
  596. .mead .body view {
  597. display: block;
  598. padding: 0;
  599. box-sizing: border-box;
  600. }
  601. .mead .reason {
  602. flex-grow: 0;
  603. height: 50rpx;
  604. line-height: 50rpx;
  605. }
  606. .mead .time {
  607. line-height: 80rpx;
  608. height: 80rpx;
  609. color: #999;
  610. padding: 0 20rpx;
  611. }