bikeInfo.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. /* pages/bikeInfo/bikeInfo.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #F3F3F3;
  6. }
  7. .repairs,
  8. .bikeNo,
  9. .info,
  10. .directive,
  11. .repairs,
  12. .workBtn,
  13. .position,
  14. .order {
  15. width: 92%;
  16. margin: 0 auto;
  17. background-color: #fff;
  18. border-radius: 10rpx;
  19. box-sizing: border-box;
  20. }
  21. .repairs {
  22. padding: 15rpx 0;
  23. margin: 20rpx auto 0;
  24. margin-bottom: 20rpx;
  25. }
  26. .repairs .record {
  27. height: 6%;
  28. margin: 0 auto;
  29. }
  30. .repairs .record image {
  31. height: 48rpx;
  32. width: 48rpx;
  33. vertical-align: middle;
  34. margin-right: 10rpx;
  35. }
  36. .repairs .record text {
  37. font-size: 26rpx;
  38. color: #8a8a8a;
  39. }
  40. .bikeNo {
  41. padding: 20rpx 0;
  42. }
  43. .inp input {
  44. border-bottom: 5rpx solid #1D1D1D;
  45. width: 70%;
  46. padding-bottom: 10rpx;
  47. }
  48. .inp .place {
  49. font-size: 28rpx;
  50. }
  51. .inp view {
  52. color: #fff;
  53. background-color: #18D5B9;
  54. border-radius: 25rpx;
  55. font-size: 26rpx;
  56. padding: 10rpx 30rpx;
  57. margin-left: 15rpx;
  58. }
  59. .query {
  60. font-size: 30rpx;
  61. color: #fff;
  62. background-color: #18D5B9;
  63. width: 78%;
  64. margin: 0 auto;
  65. padding: 20rpx 0;
  66. border-radius: 44rpx;
  67. letter-spacing: 5rpx;
  68. margin-top: 20rpx;
  69. }
  70. .position {
  71. margin: 20rpx auto;
  72. padding: 20rpx;
  73. font-size: 28rpx;
  74. }
  75. .order {
  76. padding: 15rpx 20rpx;
  77. }
  78. .order view {
  79. font-size: 26rpx;
  80. }
  81. .order .recent {
  82. font-size: 28rpx;
  83. margin-bottom: 10rpx;
  84. }
  85. .info {
  86. margin: 20rpx auto 0;
  87. padding: 0 15rpx 20rpx;
  88. }
  89. .info .title image {
  90. height: 67rpx;
  91. width: 67rpx;
  92. }
  93. .info .infoCon>view {
  94. margin-top: 20rpx;
  95. font-size: 28rpx;
  96. }
  97. .info .infoCon view text:first-child {
  98. color: #ADADAD;
  99. }
  100. .info .infoCon view text:last-child {
  101. color: #3A3A3A;
  102. }
  103. .title {
  104. font-size: 30rpx;
  105. border-bottom: 1rpx solid #DDDDDD;
  106. padding: 10rpx 0;
  107. }
  108. .directive {
  109. margin: 20rpx auto;
  110. padding: 0 15rpx;
  111. }
  112. .instruct {
  113. width: 90%;
  114. margin: 0 auto;
  115. display: flex;
  116. align-items: center;
  117. flex-wrap: wrap;
  118. padding: 20rpx 0;
  119. }
  120. .instruct>view {
  121. width: 33.33%;
  122. margin-top: 20rpx;
  123. }
  124. .instruct text {
  125. margin-top: 15rpx;
  126. font-size: 28rpx;
  127. }
  128. .instruct image {
  129. width: 60rpx;
  130. height: 60rpx;
  131. }
  132. .more {
  133. width: 80%;
  134. padding-bottom: 20rpx;
  135. position: fixed;
  136. top: 50%;
  137. left: 50%;
  138. transform: translate(-50%, -50%);
  139. background-color: #fff;
  140. z-index: 9999;
  141. border-radius: 10rpx;
  142. display: flex;
  143. flex-wrap: wrap;
  144. }
  145. .more>view {
  146. width: 33.33%;
  147. margin-top: 20rpx;
  148. }
  149. .more text {
  150. font-size: 26rpx;
  151. }
  152. .more image {
  153. width: 62rpx;
  154. height: 60rpx;
  155. }
  156. .more .moreIcon:last-child image {
  157. width: 50rpx;
  158. height: 50rpx;
  159. }
  160. .workBtn {
  161. display: flex;
  162. align-items: center;
  163. height: 6%;
  164. background-color: #fff;
  165. margin: 0 auto 20rpx;
  166. }
  167. .workBtn .count {
  168. padding: 3rpx 14rpx;
  169. background-color: #f00;
  170. font-size: 22rpx;
  171. color: #fff;
  172. position: absolute;
  173. top: 12rpx;
  174. left: 234rpx;
  175. border-radius: 20rpx;
  176. }
  177. .shelters,
  178. .has {
  179. width: 50%;
  180. display: flex;
  181. justify-content: center;
  182. align-items: center;
  183. background-color: #fff;
  184. padding: 20rpx 0;
  185. font-size: 28rpx;
  186. position: relative;
  187. }
  188. .shelters {
  189. border-top-left-radius: 10rpx;
  190. border-bottom-left-radius: 10rpx;
  191. border-right: 1rpx solid #eee;
  192. }
  193. .has {
  194. border-top-right-radius: 10rpx;
  195. border-bottom-right-radius: 10rpx;
  196. }
  197. .changeWork {
  198. background-color: #18d5b9;
  199. color: #fff;
  200. }
  201. .background {
  202. background: #282828;
  203. width: 100%;
  204. height: 100%;
  205. position: fixed;
  206. top: 0rpx;
  207. left: 0rpx;
  208. z-index: 8888;
  209. opacity: 0.5;
  210. }
  211. .workTitle {
  212. width: 100%;
  213. padding: 33rpx 0 20rpx;
  214. }
  215. .workTitle text {
  216. font-size: 32rpx;
  217. font-weight: 600;
  218. }
  219. .workTab {
  220. width: 100%;
  221. margin: 20rpx 0;
  222. background: #fff;
  223. padding: 15rpx
  224. }
  225. .workTab view {
  226. font-size: 28rpx;
  227. padding: 15rpx 80rpx;
  228. color: #18D5B9;
  229. border: 1px solid #18D5B9;
  230. }
  231. .workTab view:first-child {
  232. border-top-left-radius: 15rpx;
  233. border-bottom-left-radius: 15rpx;
  234. }
  235. .workTab view:last-child {
  236. border-top-right-radius: 15rpx;
  237. border-bottom-right-radius: 15rpx;
  238. }
  239. .workTab .cur {
  240. background: #18D5B9;
  241. color: #fff;
  242. }
  243. .no {
  244. width: 100%;
  245. margin: 0 auto;
  246. text-align: center;
  247. margin-top: 180rpx;
  248. }
  249. .no image {
  250. width: 200rpx;
  251. height: 200rpx;
  252. margin-bottom: 20rpx;
  253. }
  254. .work {
  255. background: #fff;
  256. position: fixed;
  257. bottom: 0%;
  258. left: 0%;
  259. z-index: 9999;
  260. width: 100%;
  261. border-top-left-radius: 25rpx;
  262. border-top-right-radius: 25rpx;
  263. }
  264. .wait {
  265. width: 100%;
  266. border-radius: 10rpx;
  267. height: 840rpx;
  268. }
  269. .waitCon {
  270. position: relative;
  271. border: 2rpx solid #eee;
  272. height: 140rpx;
  273. overflow: hidden;
  274. box-shadow: 0 0 5rpx #eee;
  275. margin-bottom: 10rpx;
  276. background: #fff;
  277. }
  278. .content {
  279. background-color: #fff;
  280. width: 100%;
  281. justify-content: initial;
  282. height: 300rpx;
  283. z-index: 5;
  284. transition: left 0.2s ease-in-out;
  285. position: absolute;
  286. top: 0;
  287. left: 0rpx;
  288. font-size: 24rpx;
  289. box-sizing: border-box;
  290. display: flex;
  291. flex-direction: column;
  292. justify-content: center;
  293. }
  294. .content .reason {
  295. /* border-top:1rpx solid #D7D8D9;
  296. border-bottom:1rpx solid #D7D8D9; */
  297. height: 40%;
  298. }
  299. .content view {
  300. padding-left: 30rpx;
  301. display: flex;
  302. justify-content: start;
  303. align-items: center;
  304. font-size: 26rpx;
  305. }
  306. .del {
  307. width: 200rpx;
  308. height: 100%;
  309. text-align: center;
  310. z-index: 4;
  311. position: absolute;
  312. top: 0;
  313. right: 0;
  314. color: #fff;
  315. display: flex;
  316. align-items: center;
  317. justify-content: center;
  318. font-size: 26rpx;
  319. }
  320. .get {
  321. background-color: #18d5b9;
  322. }
  323. .finish {
  324. background-color: #18d5b9;
  325. }
  326. .mead {
  327. height: 300rpx;
  328. }
  329. .mead .content {
  330. justify-content: initial;
  331. height: 300rpx;
  332. }
  333. .mead .title {
  334. line-height: 80rpx;
  335. height: 80rpx;
  336. padding: 0 20rpx;
  337. }
  338. .mead .title view {
  339. flex-grow: 1;
  340. padding: 0;
  341. display: inline-block;
  342. }
  343. .mead .title .left {
  344. text-align: left;
  345. }
  346. .mead .title .right {
  347. text-align: right;
  348. height: 100%
  349. }
  350. .mead .body {
  351. padding: 20rpx 20rpx;
  352. border-bottom: 1rpx solid #d7d8d8;
  353. border-top: 1rpx solid #d7d8d8;
  354. flex-wrap: wrap;
  355. display: flex;
  356. height: 100rpx;
  357. }
  358. .mead .body .left {
  359. width: 20%;
  360. display: inline-block;
  361. text-align: center;
  362. vertical-align: top;
  363. }
  364. .mead .body .right {
  365. width: 80%;
  366. display: inline-block;
  367. padding-left: 30rpx;
  368. vertical-align: top;
  369. }
  370. .mead .body .right .describe {
  371. width: 100%;
  372. height: 100%;
  373. color: #555;
  374. font-size: 28rpx;
  375. overflow: hidden;
  376. text-overflow: ellipsis;
  377. display: -webkit-box;
  378. -webkit-line-clamp: 2;
  379. -webkit-box-orient: vertical;
  380. }
  381. .mead .body view {
  382. display: block;
  383. padding: 0;
  384. box-sizing: border-box;
  385. }
  386. .mead .reason {
  387. flex-grow: 0;
  388. height: 50rpx;
  389. line-height: 50rpx;
  390. }
  391. .mead .time {
  392. line-height: 80rpx;
  393. height: 80rpx;
  394. color: #999;
  395. padding: 0 20rpx;
  396. }
  397. .beijing{
  398. width: 100%;
  399. height: 100%;
  400. position: fixed;
  401. z-index: 888;
  402. background: #333333;
  403. opacity: .5;
  404. left: 0;
  405. top: 0;
  406. right: 0;
  407. bottom: 0;
  408. }
  409. .model{
  410. width: 400rpx;
  411. height: auto;
  412. padding: 30rpx 0rpx;
  413. display: flex;
  414. flex-direction: column;
  415. align-items: center;
  416. position: fixed;
  417. z-index: 999;
  418. background: white;
  419. border-radius: 10rpx;
  420. top: 50%;
  421. left: 50%;
  422. transform: translate(-50%,-50%);
  423. max-height: 600rpx;
  424. overflow:scroll ;
  425. }
  426. .model text{
  427. padding: 15rpx 0rpx;
  428. font-size: 30rpx;
  429. }