logs.wxss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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 .back {
  56. width: 100%;
  57. height: 6rpx;
  58. background: rgba(239, 239, 239, 1);
  59. }
  60. .top .flex {
  61. display: flex;
  62. width: 100%;
  63. justify-content: space-around;
  64. background: white;
  65. height: 75rpx;
  66. }
  67. .top .flex .van-dropdown-menu {
  68. height: 75rpx !important;
  69. }
  70. .button {
  71. width: 216rpx;
  72. height: 129rpx;
  73. background: rgba(24, 213, 185, 1);
  74. box-shadow: 0rpx 8rpx 13rpx 0rpx rgba(100, 239, 218, 1);
  75. border-radius: 10rpx;
  76. display: flex;
  77. align-items: center;
  78. justify-content: center;
  79. position: fixed;
  80. z-index: 777;
  81. top: 78%;
  82. left: 50%;
  83. margin-left: -108rpx;
  84. font-size: 40rpx;
  85. font-family: PingFang SC;
  86. font-weight: 500;
  87. color: rgba(255, 255, 255, 1);
  88. }
  89. van-cell {
  90. width: 100rpx !important;
  91. height: 100rpx !important;
  92. }
  93. .view {
  94. position: fixed;
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. }
  99. .view image {
  100. width: 84rpx;
  101. height: 84rpx;
  102. }
  103. .how {
  104. bottom: 15%;
  105. right: 30%;
  106. font-size: 24rpx;
  107. height: 68rpx;
  108. width: 336rpx;
  109. text-align: center;
  110. color: #fff;
  111. background: url(http://resource.weilaibike.com/bike_yunwei/iconHint.png) no-repeat;
  112. background-size: cover;
  113. padding-top: 10rpx;
  114. box-sizing: border-box;
  115. }
  116. .iconHint {
  117. position: absolute;
  118. bottom: 15%;
  119. left: 0;
  120. width: 100%;
  121. margin: 0 auto;
  122. }
  123. .iconHint>view {
  124. width: 85%;
  125. margin: 0 auto;
  126. }
  127. .iconHint image {
  128. height: 72rpx;
  129. width: 72rpx;
  130. }
  131. /* 图标提示弹窗 */
  132. .hintPop {
  133. position: absolute;
  134. top: 50%;
  135. left: 50%;
  136. transform: translate(-50%, -50%);
  137. z-index: 9999;
  138. }
  139. .hintCon {
  140. width: 526rpx;
  141. height: 733rpx;
  142. background-image: url('http://resource.weilaibike.com/popBg.png');
  143. background-size: 100% 100%;
  144. }
  145. .hintCon .intr {
  146. padding-top: 241rpx;
  147. font-size: 35rpx;
  148. color: #f00;
  149. padding-left: 20rpx;
  150. }
  151. .hintCon .icon{
  152. flex-grow: 1;
  153. display: flex;
  154. justify-content: space-between;
  155. align-items: center;
  156. flex-wrap: wrap;
  157. height:55%;
  158. margin:20rpx 0 0 35rpx;
  159. }
  160. .hintCon .icon view{
  161. width:50%;
  162. }
  163. .hintCon .icon image {
  164. width: 55rpx;
  165. height: 55rpx;
  166. margin-right: 15rpx;
  167. vertical-align: middle;
  168. }
  169. .hintCon text {
  170. font-size: 26rpx;
  171. }
  172. .hintCon .icon>view>view {
  173. margin-top: 28rpx;
  174. }
  175. .hintCon .close {
  176. text-align: center;
  177. }
  178. .hintCon .close image {
  179. height: 52rpx;
  180. width: 52rpx;
  181. margin-top: 153rpx;
  182. }
  183. /* 侧边栏 */
  184. .side {
  185. position: absolute;
  186. top: 0;
  187. left: 20%;
  188. z-index: 7777;
  189. background: #efefef;
  190. height: 100%;
  191. width: 80%;
  192. overflow: hidden;
  193. padding-top: 115rpx;
  194. }
  195. .record, .bikeNo, .position, .order, .directive {
  196. background: #fff;
  197. width: 92%;
  198. border-radius: 10rpx;
  199. padding: 0 15rpx;
  200. box-sizing: border-box;
  201. }
  202. .side .record {
  203. height: 6%;
  204. margin: 0 auto;
  205. display: flex;
  206. justify-content: flex-end;
  207. align-items: center;
  208. }
  209. .side .record image {
  210. height: 50rpx;
  211. width: 50rpx;
  212. }
  213. .side .record .vant-icon {
  214. margin-right: 20rpx;
  215. }
  216. .bikeNo {
  217. height: 7%;
  218. margin: 16rpx auto 13rpx;
  219. }
  220. .bikeNo input {
  221. width: 60%;
  222. font-size: 28rpx;
  223. padding: 0 0 5rpx 5rpx;
  224. border-bottom: 1rpx solid #d2d2d2;
  225. }
  226. .bikeNo .place {
  227. font-size: 24rpx;
  228. color: #4d4d4d88;
  229. }
  230. .bikeNo text {
  231. font-size: 24rpx;
  232. background: #18d5b9;
  233. padding: 10rpx 20rpx;
  234. color: #fff;
  235. border-radius: 10rpx;
  236. }
  237. .info {
  238. height: 20%;
  239. width: 92%;
  240. margin: 0 auto;
  241. }
  242. .infoCon {
  243. display: flex;
  244. justify-content: space-between;
  245. box-sizing: border-box;
  246. }
  247. .iconfont {
  248. font-size: 66rpx;
  249. color: #fff;
  250. }
  251. .info .infoLeft {
  252. height: 100%;
  253. box-sizing: border-box;
  254. margin-left: 100rpx;
  255. }
  256. .info .infoLeft view, .last {
  257. font-size: 24rpx;
  258. color: #fff;
  259. font-weight: 500;
  260. }
  261. .last {
  262. margin-left: 100rpx;
  263. }
  264. .infoRight image {
  265. height: 90rpx;
  266. width: 90rpx;
  267. }
  268. .position {
  269. height: 6%;
  270. margin: 0 auto 10rpx;
  271. }
  272. .position text {
  273. font-size: 28rpx;
  274. color: #282828;
  275. }
  276. .order {
  277. height: 12%;
  278. margin: 0 auto;
  279. }
  280. .order .recent {
  281. font-size: 28rpx;
  282. padding: 10rpx 0;
  283. }
  284. .order view {
  285. font-size: 26rpx;
  286. margin-bottom: 10rpx;
  287. }
  288. .directive {
  289. margin: 10rpx auto 0;
  290. height: 29%;
  291. }
  292. .directive view {
  293. font-size: 28rpx;
  294. color: #282828;
  295. }
  296. .directive text {
  297. color: #575757;
  298. }
  299. .directive .dire {
  300. font-size: 32rpx;
  301. padding: 15rpx 0 15rpx 20rpx;
  302. border-bottom: 1rpx solid #dedede;
  303. box-sizing: border-box;
  304. }
  305. .directive .iconfont {
  306. font-size: 55rpx;
  307. }
  308. .directive .list {
  309. width: 100%;
  310. display: flex;
  311. flex-wrap: wrap;
  312. }
  313. .directive .list view {
  314. width: 33.33%;
  315. display: flex;
  316. flex-direction: column;
  317. align-items: center;
  318. }
  319. .iconlaba, .iconkaisuo, .iconguansuo {
  320. color: #f38106;
  321. }
  322. .amend {
  323. margin: 10rpx auto 0;
  324. height: 6%;
  325. font-size: 28rpx;
  326. background: #fff;
  327. width: 92%;
  328. box-sizing: border-box;
  329. }
  330. .background {
  331. background: #282828;
  332. width: 100%;
  333. height: 100%;
  334. position: fixed;
  335. top: 0rpx;
  336. left: 0rpx;
  337. z-index: 8888;
  338. opacity: 0.5;
  339. }
  340. .more {
  341. display: flex;
  342. flex-wrap: wrap;
  343. position: fixed;
  344. top: 41%;
  345. left: 28%;
  346. background: white;
  347. z-index: 9999;
  348. width: 392rpx;
  349. height: 392rpx;
  350. background: rgba(229, 229, 229, 1);
  351. border-radius: 10rpx;
  352. }
  353. .more view {
  354. display: flex;
  355. flex-direction: column;
  356. align-items: center;
  357. font-size: 26rpx;
  358. width: 50%;
  359. justify-content: center;
  360. }