index.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. page {
  2. width: 100%;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. padding-top: 88rpx;
  7. }
  8. .back {
  9. width: 100%;
  10. height: 10rpx;
  11. background: #f3f3f3;
  12. }
  13. .top {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .menu .van-dropdown-menu {
  18. width: 100%;
  19. position: fixed;
  20. left: 0rpx;
  21. top: 0rpx;
  22. z-index: 888;
  23. align-items: center;
  24. height: 120rpx !important;
  25. padding-top: 18rpx;
  26. }
  27. .menu1 .van-dropdown-menu {
  28. width: 100%;
  29. position: fixed;
  30. left: 0rpx;
  31. top: 0rpx;
  32. z-index: 888;
  33. align-items: center;
  34. height: 90rpx !important;
  35. padding-top: 75rpx;
  36. }
  37. .van-dropdown-menu__item {
  38. flex: 0.25 !important;
  39. }
  40. .manage .van-sticky {
  41. position: fixed;
  42. top: 101rpx;
  43. width: 100%;
  44. z-index: 777;
  45. padding-top: 15rpx;
  46. }
  47. .manage1 .van-sticky {
  48. position: fixed;
  49. top: 146rpx;
  50. width: 100%;
  51. z-index: 777;
  52. padding-top: 15rpx;
  53. }
  54. .manage1 .van-tabs {
  55. margin-top: 170rpx;
  56. }
  57. .van-tabs {
  58. margin-top: 118rpx;
  59. }
  60. van-tab .view {
  61. width: 100%;
  62. padding-bottom: 120rpx;
  63. }
  64. van-tab .view .view1 {
  65. width: 690rpx;
  66. height: 220rpx;
  67. background-image: url('http://resource.bike.hanyiyun.com/bike_yunwei/userBg.png');
  68. background-size: 100% 100%;
  69. margin: 0 auto;
  70. padding: 28rpx 0;
  71. box-sizing: border-box;
  72. }
  73. van-tab .view1 .view2 {
  74. display: flex;
  75. justify-content: flex-start;
  76. font-size: 26rpx;
  77. font-family: PingFang SC;
  78. color: rgba(255, 255, 255, 1);
  79. padding: 5rpx 0rpx;
  80. margin-left: 50rpx;
  81. }
  82. van-tab .view1 .view2>view {
  83. display: flex;
  84. align-items: center;
  85. margin-right: 35rpx;
  86. }
  87. van-tab .view1 .view2>view text:first-child {
  88. opacity: 0.5;
  89. font-size: 28rpx;
  90. }
  91. van-tab .view1 .view2>view text:last-child {
  92. font-size: 32rpx;
  93. font-weight: 600;
  94. }
  95. van-tab .car {
  96. width: 100%;
  97. display: flex;
  98. flex-direction: column;
  99. align-items: center;
  100. }
  101. van-tab .car .top {
  102. display: flex;
  103. flex-direction: column;
  104. align-items: center;
  105. }
  106. .car .car_top {
  107. position: fixed;
  108. left: 0rpx;
  109. width: 100%;
  110. padding: 0 15rpx 0 0;
  111. box-sizing: border-box;
  112. height: 260rpx;
  113. background: white;
  114. z-index: 89;
  115. border-top: 6rpx solid #f3f3f3;
  116. border-bottom: 2rpx solid #e5e5e5;
  117. box-shadow: 0px 0px 20rpx 0px rgba(216, 216, 216, 1);
  118. }
  119. .work view {
  120. font-size: 24rpx;
  121. color: #4d4d4d;
  122. margin-bottom: 17rpx;
  123. }
  124. van-tab .car .top1 {
  125. display: flex;
  126. width: 100%;
  127. align-items: center;
  128. flex-wrap: wrap;
  129. box-sizing: border-box;
  130. }
  131. van-tab .car .top1 .view_a {
  132. display: flex;
  133. width: 25%;
  134. flex-direction: column;
  135. align-items: center;
  136. padding: 10rpx 0rpx;
  137. position: relative;
  138. }
  139. van-tab .car .top1 .view_a image {
  140. height: 22rpx;
  141. width: 22rpx;
  142. position: absolute;
  143. bottom: 0;
  144. right: 0;
  145. }
  146. van-tab .car .top1 .view_a text:nth-of-type(1) {
  147. font-size: 28rpx;
  148. font-family: PingFang SC;
  149. font-weight: 800;
  150. color: rgba(254, 87, 34, 1);
  151. padding-bottom: 20rpx;
  152. }
  153. van-tab .car .top1 .view_a text:nth-of-type(2) {
  154. font-size: 28rpx;
  155. font-family: PingFang SC;
  156. color: rgba(71, 71, 71, 1);
  157. }
  158. .sort {
  159. margin: 15rpx 30rpx 0 0;
  160. display: flex;
  161. align-items: center;
  162. justify-content: flex-end;
  163. }
  164. .sort view {
  165. background: #fff;
  166. color: #18d5b9;
  167. font-size: 28rpx;
  168. padding: 6rpx 25rpx;
  169. border: 1rpx solid #18d5b9;
  170. }
  171. .sort view:first-child {
  172. border-top-left-radius: 10rpx;
  173. border-bottom-left-radius: 10rpx;
  174. }
  175. .sort view:last-child {
  176. border-top-right-radius: 10rpx;
  177. border-bottom-right-radius: 10rpx;
  178. }
  179. .curSort{
  180. background: #18d5b9;
  181. color: #fff;
  182. }
  183. van-tab .car .list {
  184. width: 100%;
  185. display: flex;
  186. flex-direction: column;
  187. align-items: center;
  188. }
  189. van-tab .car .list .view_list {
  190. width: 92%;
  191. background: rgba(255, 255, 255, 1);
  192. border-radius: 10rpx;
  193. display: flex;
  194. align-items: center;
  195. margin: 20rpx auto 0;
  196. justify-content: space-between;
  197. box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
  198. position: relative;
  199. }
  200. van-tab .car .list .view_list .left {
  201. width: 65%;
  202. margin-left: 40rpx;
  203. height: 100%;
  204. display: flex;
  205. align-items: center;
  206. font-size: 26rpx;
  207. font-family: PingFang SC;
  208. color: rgba(40, 40, 40, 1);
  209. border-right: 2rpx solid #efefef;
  210. }
  211. van-tab .car .list .view_list .left text {
  212. margin-bottom: 18rpx;
  213. }
  214. van-tab .car .list .view_list .right {
  215. width: 35%;
  216. }
  217. van-tab .car .list .view_list .right image {
  218. height: 50rpx;
  219. width: 65rpx;
  220. margin-left: 20rpx;
  221. }
  222. van-tab .car .list .view_list .right .view2 {
  223. position: absolute;
  224. top: 0;
  225. right: 0;
  226. width: 129rpx;
  227. height: 42rpx;
  228. border-radius: 0px 2rpx 0px 20rpx;
  229. display: flex;
  230. align-items: center;
  231. justify-content: center;
  232. font-size: 22rpx;
  233. font-family: PingFang SC;
  234. color: rgba(255, 255, 255, 1);
  235. }
  236. van-tab .car .list .list_child {
  237. width: 690rpx;
  238. height: 226rpx;
  239. background: rgba(255, 255, 255, 1);
  240. box-shadow: 0px 0px 6rpx 0px rgba(216, 216, 216, 1);
  241. border-radius: 10rpx;
  242. display: flex;
  243. flex-direction: column;
  244. margin-top: 20rpx;
  245. padding-left: 20rpx;
  246. box-sizing: border-box;
  247. position: relative;
  248. }
  249. van-tab .car .list .list_child .view1 {
  250. display: flex;
  251. width: 80%;
  252. justify-content: space-between;
  253. padding: 4rpx 0rpx;
  254. font-size: 24rpx;
  255. font-family: PingFang SC;
  256. color: rgba(77, 77, 77, 1);
  257. }
  258. van-tab .car .list .list_child .view1 .status {
  259. padding: 0rpx 20rpx 5rpx 20rpx;
  260. color: white;
  261. font-size: 24rpx;
  262. border-radius: 18rpx;
  263. }
  264. .status1,
  265. .status2,
  266. .status3,
  267. .status4 {
  268. font-weight: bold;
  269. }
  270. .status1 {
  271. color: #18d5b9;
  272. }
  273. .status2 {
  274. color: #f00;
  275. }
  276. .status3 {
  277. color: #00bfff;
  278. }
  279. .status4 {
  280. color: #ffa500;
  281. }
  282. van-tab .car .list .list_child .view2 {
  283. display: flex;
  284. align-items: center;
  285. justify-content: center;
  286. width: 168rpx;
  287. height: 42rpx;
  288. background: linear-gradient(163deg, rgba(255, 139, 102, 1) 0%, rgba(254, 87, 34, 1) 100%);
  289. border-radius: 0px 2rpx 0px 20rpx;
  290. position: absolute;
  291. top: 0rpx;
  292. right: 0rpx;
  293. font-size: 22rpx;
  294. font-family: PingFang SC;
  295. color: rgba(255, 255, 255, 1);
  296. }
  297. van-tab .user {
  298. display: flex;
  299. flex-direction: column;
  300. align-items: center;
  301. width: 100%;
  302. }
  303. .user .user_top {
  304. position: relative;
  305. background: white;
  306. z-index: 89;
  307. width: 100%;
  308. left: 0rpx;
  309. }
  310. van-tab .user .top {
  311. display: flex;
  312. align-items: center;
  313. background: rgba(255, 255, 255, 1);
  314. border-top: 2rpx solid #e5e5e5;
  315. border-bottom: 2rpx solid #e5e5e5;
  316. justify-content: space-around;
  317. }
  318. van-tab .user .view_a {
  319. display: flex;
  320. width: 22%;
  321. flex-direction: column;
  322. align-items: center;
  323. padding: 15rpx 0rpx;
  324. }
  325. van-tab .user .view_a text:nth-of-type(1) {
  326. font-size: 26rpx;
  327. font-family: PingFang SC;
  328. font-weight: 800;
  329. color: rgba(254, 87, 34, 1);
  330. padding-bottom: 20rpx;
  331. }
  332. van-tab .user .view_a text:nth-of-type(2) {
  333. font-size: 28rpx;
  334. font-family: PingFang SC;
  335. color: rgba(71, 71, 71, 1);
  336. }
  337. van-tab .user .list {
  338. display: flex;
  339. flex-direction: column;
  340. align-items: center;
  341. width: 100%;
  342. padding-bottom: 20rpx;
  343. }
  344. van-tab .user .list .list_view {
  345. flex-direction: column;
  346. font-size: 26rpx;
  347. font-family: PingFang SC;
  348. color: rgba(77, 77, 77, 1);
  349. justify-content: space-around;
  350. height: 190rpx;
  351. position: relative;
  352. width: 690rpx;
  353. background: rgba(255, 255, 255, 1);
  354. box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
  355. border-radius: 10rpx;
  356. display: flex;
  357. margin-top: 20rpx;
  358. padding-left: 20rpx;
  359. box-sizing: border-box;
  360. }
  361. van-tab .user .list .list_view .state {
  362. display: flex;
  363. align-items: center;
  364. justify-content: center;
  365. width: 158rpx;
  366. height: 42rpx;
  367. background: linear-gradient(163deg, rgba(255, 139, 102, 1) 0%, rgba(254, 87, 34, 1) 100%);
  368. border-radius: 0px 2rpx 0px 20rpx;
  369. position: absolute;
  370. top: 0rpx;
  371. right: 0rpx;
  372. font-size: 22rpx;
  373. font-family: PingFang SC;
  374. color: rgba(255, 255, 255, 1);
  375. }
  376. van-tab .user .list .list_view .userName {
  377. display: flex;
  378. }
  379. van-tab .user .list .list_view .name {
  380. display: inline-block;
  381. width: 230rpx;
  382. overflow: hidden;
  383. text-overflow: ellipsis;
  384. white-space: nowrap;
  385. }
  386. van-tab .user .list .view_list {
  387. font-size: 26rpx;
  388. font-family: PingFang SC;
  389. color: rgba(77, 77, 77, 1);
  390. height: 190rpx;
  391. position: relative;
  392. width: 690rpx;
  393. background: rgba(255, 255, 255, 1);
  394. box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1);
  395. border-radius: 10rpx;
  396. display: flex;
  397. margin-top: 20rpx;
  398. justify-content: space-between;
  399. }
  400. van-tab .user .list .view_list .left {
  401. width: 67%;
  402. font-size: 26rpx;
  403. font-family: PingFang SC;
  404. color: rgba(77, 77, 77, 1);
  405. height: 100%;
  406. display: flex;
  407. flex-direction: column;
  408. justify-content: space-around;
  409. padding-left: 20rpx;
  410. box-sizing: border-box;
  411. }
  412. van-tab .user .list .view_list .left view {
  413. width: 100%;
  414. display: flex;
  415. justify-content: space-between;
  416. }
  417. van-tab .user .list .view_list .left text {
  418. padding: 8rpx 0rpx;
  419. }
  420. van-tab .user .list .view_list .right {
  421. position: absolute;
  422. top: 0rpx;
  423. right: 0rpx;
  424. width: 170rpx;
  425. height: 42rpx;
  426. border-radius: 0px 2rpx 0px 20rpx;
  427. display: flex;
  428. align-items: center;
  429. justify-content: center;
  430. font-size: 22rpx;
  431. font-family: PingFang SC;
  432. color: rgba(255, 255, 255, 1);
  433. }
  434. .count {
  435. height: 346rpx;
  436. width: 690rpx;
  437. background: #fff;
  438. border-radius: 30rpx;
  439. margin: 20rpx auto;
  440. box-shadow: 0px 0px 30rpx 0px rgba(216, 216, 216, 1);
  441. padding: 50rpx;
  442. box-sizing: border-box;
  443. }
  444. .count text {
  445. color: #4d4d4d;
  446. font-size: 28rpx;
  447. }
  448. .count image {
  449. width: 42rpx;
  450. height: 42rpx;
  451. margin-right: 20rpx;
  452. }
  453. .cut {
  454. width: 80%;
  455. padding: 20rpx;
  456. margin: 0 auto;
  457. text-align: center;
  458. }
  459. .noOrder {
  460. position: fixed;
  461. top: 67%;
  462. left: 50%;
  463. }
  464. .noUser {
  465. position: fixed;
  466. top: 60%;
  467. left: 50%;
  468. }
  469. .info {
  470. display: flex;
  471. margin-left: 50rpx;
  472. color: #fff;
  473. }
  474. .info view text:first-child {
  475. opacity: .5;
  476. font-size: 28rpx;
  477. }
  478. .info view text:last-child {
  479. font-weight: bold;
  480. }
  481. .info .right {
  482. margin-left: 20rpx;
  483. }
  484. .info .left>view,
  485. .info .right>view {
  486. margin-top: 8rpx;
  487. }
  488. .new_list {
  489. display: flex;
  490. margin: 22rpx 30rpx 0 30rpx;
  491. font-size: 28rpx;
  492. padding: 30rpx;
  493. border-radius: 10rpx;
  494. background: #FFFFFF;
  495. color: #747474;
  496. }
  497. .text-one {
  498. color: #EB5E28;
  499. }
  500. .new-left {
  501. text-align: center;
  502. flex: 0 0 15%;
  503. padding-right: 30rpx;
  504. margin: 10rpx 0;
  505. border-right: solid 2rpx #b6bac1;
  506. }
  507. .new-left image {
  508. height: 70rpx;
  509. width: 70rpx;
  510. }
  511. .new-title {
  512. margin-top: 5rpx;
  513. text-align: center;
  514. }
  515. .new-middle {
  516. flex: 1;
  517. margin-left: 30rpx;
  518. }
  519. .new-right {
  520. flex: 1;
  521. }
  522. .new-text {
  523. padding: 5rpx;
  524. }