index.wxss 8.9 KB

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