my.wxss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. page {
  2. background: #f6f6f6;
  3. }
  4. .my_index .user_info {
  5. height: 400rpx;
  6. background-image: url(https://file-cloud.fmode.cn/lb486SzXLP/20211117/s518ie022049.jpg);
  7. border-radius: 0 0 30rpx 30rpx;
  8. }
  9. .my_index .user_info .user {
  10. width: 690rpx;
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-between;
  14. padding: 70rpx 0 60rpx;
  15. margin: auto;
  16. }
  17. .my_index .user_info .user .user_left {
  18. display: flex;
  19. align-items: center;
  20. }
  21. .my_index .user_info .user .user_left .user_image {
  22. width: 120rpx;
  23. height: 120rpx;
  24. border-radius: 50%;
  25. }
  26. .my_index .user_info .user .user_left .name {
  27. font-size: 30rpx;
  28. font-weight: bold;
  29. padding-left: 30rpx;
  30. }
  31. .my_index .user_info .user .user-right {
  32. display: flex;
  33. flex-direction: column;
  34. }
  35. .my_index .user_info .user .user-right .user_button {
  36. width: 150rpx;
  37. background: #ffffff;
  38. font-size: 24rpx;
  39. border-radius: 40rpx;
  40. padding: 0;
  41. margin: 0;
  42. margin-bottom: 10rpx;
  43. }
  44. .my_index .user_info .user .user-right .user_button ::after {
  45. padding: 0;
  46. }
  47. .my_index .user_info .members {
  48. display: flex;
  49. align-items: center;
  50. width: 670rpx;
  51. height: 120rpx;
  52. border-radius: 18rpx;
  53. padding-left: 20rpx;
  54. margin: 0 auto;
  55. background: linear-gradient(90deg, #a68d65 0%, #9c6800 100%);
  56. }
  57. .my_index .user_info .members .title {
  58. font-size: 30rpx;
  59. padding-left: 30rpx;
  60. }
  61. .my_index .user_info .members .members_button {
  62. width: 140rpx;
  63. background: #222222;
  64. border-radius: 40rpx;
  65. font-size: 24rpx;
  66. color: #ffffff;
  67. padding: 0;
  68. margin-left: 295rpx;
  69. }
  70. .my_index .change_info {
  71. width: 690rpx;
  72. height: 140rpx;
  73. background: #ffffff;
  74. display: flex;
  75. border-radius: 12rpx;
  76. margin: 20rpx auto;
  77. align-items: center;
  78. text-align: center;
  79. }
  80. .my_index .change_info .change {
  81. width: 50%;
  82. font-size: 30rpx;
  83. }
  84. .my_index .change_info .change .change_num {
  85. color: #363940;
  86. font-weight: bold;
  87. padding-bottom: 10rpx;
  88. }
  89. .my_index .change_info .line {
  90. border-right: 1rpx solid #e7e7e7;
  91. }
  92. .my_index .order_info {
  93. width: 690rpx;
  94. height: 210rpx;
  95. border-radius: 12rpx;
  96. background: #ffffff;
  97. margin: 30rpx auto;
  98. }
  99. .my_index .order_info .title {
  100. width: 100%;
  101. height: 60rpx;
  102. font-size: 30rpx;
  103. font-weight: 600;
  104. padding: 15rpx 20rpx;
  105. }
  106. .my_index .order_info .order_box {
  107. display: flex;
  108. justify-content: space-around;
  109. text-align: center;
  110. }
  111. .my_index .order_info .order_box .order .icon {
  112. width: 60rpx;
  113. height: 54rpx;
  114. background-size: 100%;
  115. border-radius: 4rpx;
  116. }
  117. .my_index .order_info .order_box .order .name {
  118. font-size: 24rpx;
  119. padding: 10rpx 0;
  120. }
  121. .my_index .cell_info {
  122. width: 690rpx;
  123. margin: 20rpx auto;
  124. border-radius: 12rpx;
  125. }
  126. .my_index .cell_info button {
  127. height: 88rpx;
  128. width: 690rpx;
  129. margin: 0rpx;
  130. padding: 0 34rpx;
  131. display: flex;
  132. font-size: 28rpx;
  133. align-items: center;
  134. background: white;
  135. justify-content: space-between;
  136. color: var(--cell-text-color, #323233);
  137. }
  138. .my_index .cell_info button .btn-left {
  139. display: flex;
  140. align-items: center;
  141. }
  142. .top {
  143. width: 750rpx;
  144. height: 380rpx;
  145. background-image: url("https://file-cloud.fmode.cn/lb486SzXLP/20211207/7bp15f091423.png");
  146. background-repeat: no-repeat;
  147. background-position: center top;
  148. background-size: 100% 100%;
  149. position: relative;
  150. }
  151. .top .name {
  152. display: flex;
  153. }
  154. .top .name .portrait {
  155. width: 118rpx;
  156. height: 118rpx;
  157. background: #a2a2a2;
  158. border: 3rpx solid #ffffff;
  159. border-radius: 50%;
  160. margin: 110rpx 25rpx 0rpx 25rpx;
  161. }
  162. .top .name .txt {
  163. font-size: 36rpx;
  164. font-family: PingFang;
  165. margin-top: 150rpx;
  166. color: #ffffff;
  167. }
  168. .top .name .information {
  169. width: 160rpx;
  170. height: 42rpx;
  171. background: #ffffff;
  172. font-size: 30rpx;
  173. font-family: PingFang;
  174. border-radius: 20rpx;
  175. margin: 150rpx 0rpx 0rpx 250rpx;
  176. text-align: center;
  177. }
  178. .top .members {
  179. width: 702rpx;
  180. height: 88rpx;
  181. border-radius: 20rpx 20rpx 0rpx 0rpx;
  182. position: absolute;
  183. bottom: 0rpx;
  184. left: 24rpx;
  185. background-image: url("https://file-cloud.fmode.cn/lb486SzXLP/20211207/7p0u13091423.png");
  186. background-repeat: no-repeat;
  187. background-position: center top;
  188. background-size: 100% 100%;
  189. }
  190. .box {
  191. background: #f1f2f6;
  192. padding-top: 1rpx;
  193. padding-bottom: 24rpx;
  194. }
  195. .box .change {
  196. width: 702rpx;
  197. margin: 20rpx 0rpx 0rpx 24rpx;
  198. background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/m10051052338.png");
  199. background-repeat: no-repeat;
  200. background-position: center top;
  201. background-size: 100% 100%;
  202. border-radius: 12rpx;
  203. display: flex;
  204. position: relative;
  205. }
  206. .box .change .change-txt {
  207. margin: 54rpx 80rpx 43rpx 85rpx;
  208. width: 200rpx;
  209. }
  210. .box .change .change-txt .change-title {
  211. font-size: 48rpx;
  212. font-family: PingFang SC;
  213. font-weight: 500;
  214. color: #333333;
  215. text-align: center;
  216. }
  217. .box .change .change-txt .change-ts {
  218. font-size: 30rpx;
  219. font-family: PingFang SC;
  220. font-weight: 400;
  221. color: #333333;
  222. text-align: center;
  223. }
  224. .box .change .image {
  225. font-size: 48rpx;
  226. color: #c5c5c5;
  227. position: absolute;
  228. top: 48rpx;
  229. right: 24rpx;
  230. }
  231. .box .order {
  232. width: 701rpx;
  233. height: 292rpx;
  234. background: #ffffff;
  235. box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(21, 45, 151, 0.08);
  236. border-radius: 20rpx;
  237. margin: 24rpx 0rpx 0rpx 24rpx;
  238. }
  239. .box .order .my {
  240. width: 650rpx;
  241. padding: 36rpx 0rpx 28rpx 0rpx;
  242. display: flex;
  243. justify-content: space-between;
  244. border-bottom: 2rpx solid #e2e2e2;
  245. margin-left: 24rpx;
  246. }
  247. .box .order .my .my-order {
  248. font-size: 30rpx;
  249. font-family: PingFang;
  250. font-weight: 400;
  251. color: #333333;
  252. }
  253. .box .order .my .image {
  254. margin: -5rpx 0rpx 0rpx 0rpx;
  255. color: #c5c5c5;
  256. font-size: 36rpx;
  257. }
  258. .box .order .stay {
  259. display: flex;
  260. padding: 50rpx 0rpx 0rpx 30rpx;
  261. }
  262. .box .order .stay .stay-box {
  263. width: 120rpx;
  264. margin: 0rpx 10rpx 0rpx 0rpx;
  265. }
  266. .box .order .stay .stay-box .stay-image {
  267. width: 60rpx;
  268. height: 60rpx;
  269. margin-left: 30rpx;
  270. }
  271. .box .order .stay .stay-box .stay-txt {
  272. font-size: 24rpx;
  273. font-family: PingFang SC;
  274. font-weight: 400;
  275. color: #333333;
  276. text-align: center;
  277. }
  278. .box .address {
  279. width: 702rpx;
  280. height: 112rpx;
  281. background: #ffffff;
  282. border-radius: 10rpx;
  283. margin: 24rpx 0rpx 0rpx 24rpx !important;
  284. padding: 0rpx 0rpx 0rpx 0rpx !important;
  285. display: flex;
  286. justify-content: space-between;
  287. }
  288. .box .address .address-txt {
  289. display: flex;
  290. }
  291. .box .address .address-txt .address-image {
  292. width: 40rpx;
  293. height: 40rpx;
  294. margin: 37rpx 0rpx 0rpx 26rpx;
  295. }
  296. .box .address .address-txt .address-title {
  297. font-size: 30rpx;
  298. font-family: PingFang SC;
  299. font-weight: 400;
  300. color: #333333;
  301. margin: 37rpx 0rpx 0rpx 18rpx;
  302. }
  303. .box .address .address-txt .addresss-title {
  304. font-size: 30rpx;
  305. font-family: PingFang SC;
  306. font-weight: 400;
  307. color: #333333;
  308. margin: 17rpx 0rpx 0rpx 18rpx;
  309. }
  310. .box .address .image {
  311. margin: 35rpx 24rpx 0rpx 0rpx;
  312. color: #c5c5c5;
  313. font-size: 36rpx;
  314. }
  315. .box .address .images {
  316. margin: 15rpx 24rpx 0rpx 0rpx;
  317. color: #c5c5c5;
  318. font-size: 36rpx;
  319. }
  320. .box .address .exit {
  321. font-size: 28rpx;
  322. font-family: PingFang SC;
  323. font-weight: 400;
  324. color: #999999;
  325. margin: 43rpx 0rpx 0rpx 297rpx;
  326. }
  327. .tops {
  328. width: 750rpx;
  329. height: 380rpx;
  330. background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/41bign042745.png");
  331. background-repeat: no-repeat;
  332. background-position: center top;
  333. background-size: 100% 100%;
  334. position: relative;
  335. }
  336. .tops .name {
  337. display: flex;
  338. align-items: center;
  339. height: 270rpx;
  340. }
  341. .tops .name .portrait {
  342. width: 118rpx;
  343. height: 118rpx;
  344. background: #a2a2a2;
  345. border: 3rpx solid #ffffff;
  346. border-radius: 50%;
  347. margin-left: 24rpx;
  348. }
  349. .tops .name .txt {
  350. font-size: 36rpx;
  351. font-family: PingFang;
  352. color: #ffffff;
  353. margin-left: 24rpx;
  354. }
  355. .tops .name .information {
  356. font-size: 30rpx;
  357. font-family: PingFang;
  358. border-radius: 20rpx;
  359. text-align: center;
  360. margin-left: 24rpx;
  361. }
  362. .tops .members {
  363. width: 702rpx;
  364. height: 110rpx;
  365. border-radius: 20rpx 20rpx 20rpx 20rpx;
  366. position: absolute;
  367. bottom: 0rpx;
  368. left: 24rpx;
  369. background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/iv01l5042744.png");
  370. background-repeat: no-repeat;
  371. background-position: center top;
  372. background-size: 100% 100%;
  373. }
  374. .boxs {
  375. background: #F6F6F6;
  376. padding-top: 1rpx;
  377. padding-bottom: 24rpx;
  378. }
  379. .boxs .changes {
  380. width: 702rpx;
  381. margin: 20rpx 0rpx 0rpx 24rpx;
  382. background-image: url("https://file-cloud.fmode.cn/nCCirOU5zn/20211215/rnticu042745.png");
  383. background-repeat: no-repeat;
  384. background-position: center top;
  385. background-size: 100% 100%;
  386. border-radius: 12rpx;
  387. display: flex;
  388. position: relative;
  389. }
  390. .boxs .changes .change-txt {
  391. margin: 54rpx 80rpx 43rpx 85rpx;
  392. width: 200rpx;
  393. }
  394. .boxs .changes .change-txt .change-title {
  395. font-size: 48rpx;
  396. font-family: PingFang SC;
  397. font-weight: 500;
  398. color: #ffffff;
  399. text-align: center;
  400. }
  401. .boxs .changes .change-txt .change-ts {
  402. font-size: 30rpx;
  403. font-family: PingFang SC;
  404. font-weight: 400;
  405. color: #ffffff;
  406. text-align: center;
  407. }
  408. .boxs .changes .image {
  409. font-size: 48rpx;
  410. color: #c5c5c5;
  411. position: absolute;
  412. top: 48rpx;
  413. right: 24rpx;
  414. }
  415. .boxs .order {
  416. width: 701rpx;
  417. height: 292rpx;
  418. background: #ffffff;
  419. box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(21, 45, 151, 0.08);
  420. border-radius: 20rpx 20rpx 0rpx 0rpx;
  421. margin: 24rpx 0rpx 0rpx 24rpx;
  422. }
  423. .boxs .order .my {
  424. width: 650rpx;
  425. padding: 36rpx 0rpx 28rpx 0rpx;
  426. display: flex;
  427. justify-content: space-between;
  428. border-bottom: 2rpx solid #e2e2e2;
  429. margin-left: 24rpx;
  430. }
  431. .boxs .order .my .my-order {
  432. font-size: 30rpx;
  433. font-family: PingFang;
  434. font-weight: 400;
  435. color: #333333;
  436. }
  437. .boxs .order .my .image {
  438. margin: -5rpx 0rpx 0rpx 0rpx;
  439. color: #c5c5c5;
  440. font-size: 36rpx;
  441. }
  442. .boxs .order .stay {
  443. display: flex;
  444. padding: 50rpx 0rpx 0rpx 30rpx;
  445. }
  446. .boxs .order .stay .stay-box {
  447. width: 120rpx;
  448. margin: 0rpx 10rpx 0rpx 0rpx;
  449. }
  450. .boxs .order .stay .stay-box .stay-image {
  451. width: 60rpx;
  452. height: 60rpx;
  453. margin-left: 30rpx;
  454. }
  455. .boxs .order .stay .stay-box .stay-txt {
  456. font-size: 24rpx;
  457. font-family: PingFang SC;
  458. font-weight: 400;
  459. color: #333333;
  460. text-align: center;
  461. }
  462. .boxs .addres {
  463. width: 702rpx;
  464. height: 112rpx;
  465. background: #ffffff;
  466. margin: 20rpx 0rpx 20rpx 24rpx !important;
  467. padding: 0rpx 0rpx 0rpx 0rpx !important;
  468. display: flex;
  469. justify-content: space-between;
  470. }
  471. .boxs .addres .exit {
  472. font-size: 28rpx;
  473. font-family: PingFang SC;
  474. font-weight: 400;
  475. color: #999999;
  476. margin: 43rpx 0rpx 0rpx 297rpx;
  477. }
  478. .boxs .addresss {
  479. width: 702rpx;
  480. height: 112rpx;
  481. background: #ffffff;
  482. border-top: 2rpx solid #e2e2e2 !important;
  483. margin: 0rpx 0rpx 0rpx 24rpx !important;
  484. padding: 0rpx 0rpx 0rpx 0rpx !important;
  485. display: flex;
  486. justify-content: space-between;
  487. border-radius: 0rpx !important;
  488. }
  489. .boxs .addresss .address-txt {
  490. display: flex;
  491. }
  492. .boxs .addresss .address-txt .address-image {
  493. width: 40rpx;
  494. height: 40rpx;
  495. margin: 37rpx 0rpx 0rpx 26rpx;
  496. }
  497. .boxs .addresss .address-txt .address-title {
  498. font-size: 30rpx;
  499. font-family: PingFang SC;
  500. font-weight: 400;
  501. color: #333333;
  502. margin: 37rpx 0rpx 0rpx 18rpx;
  503. }
  504. .boxs .addresss .address-txt .addresss-title {
  505. font-size: 30rpx;
  506. font-family: PingFang SC;
  507. font-weight: 400;
  508. color: #333333;
  509. margin: 17rpx 0rpx 0rpx 18rpx;
  510. }
  511. .boxs .addresss .image {
  512. margin: 35rpx 24rpx 0rpx 0rpx;
  513. color: #c5c5c5;
  514. font-size: 36rpx;
  515. }
  516. .boxs .addresss .images {
  517. margin: 10rpx 24rpx 0rpx 0rpx;
  518. color: #c5c5c5;
  519. font-size: 36rpx;
  520. }
  521. .boxs .addresss .exit {
  522. font-size: 28rpx;
  523. font-family: PingFang SC;
  524. font-weight: 400;
  525. color: #999999;
  526. margin: 43rpx 0rpx 0rpx 297rpx;
  527. }
  528. .department {
  529. padding-top: 48rpx;
  530. background: linear-gradient(0deg, #FFFFFF, #FF7B31);
  531. }
  532. .department .user_info2 {
  533. width: 710rpx;
  534. background: #ffffff;
  535. border-radius: 20rpx;
  536. margin: 20rpx auto;
  537. }
  538. .department .user_info2 .user2 {
  539. position: relative;
  540. width: 710rpx;
  541. display: flex;
  542. flex-direction: column;
  543. align-items: center;
  544. margin: 0rpx auto 34rpx;
  545. }
  546. .department .user_info2 .user2 .user_image2 {
  547. width: 120rpx;
  548. height: 120rpx;
  549. border-radius: 50%;
  550. margin-bottom: 7rpx;
  551. margin-top: -50rpx;
  552. }
  553. .department .user_info2 .user2 .username {
  554. font-size: 36rpx;
  555. font-family: PingFang SC;
  556. color: #4a4a4a;
  557. font-weight: blod;
  558. }
  559. .department .user_info2 .user2 .user-right {
  560. position: absolute;
  561. left: 420rpx;
  562. top: 75rpx;
  563. display: flex;
  564. flex-direction: column;
  565. margin: -5rpx 0rpx 0rpx 5rpx;
  566. }
  567. .department .user_info2 .user2 .user-right .user_button {
  568. width: 150rpx;
  569. background: #ffffff02;
  570. font-size: 24rpx;
  571. border-radius: 40rpx;
  572. padding: 0;
  573. margin: 0;
  574. margin-bottom: 10rpx;
  575. }
  576. .department .user_info2 .user2 .user-right .user_button ::after {
  577. padding: 0;
  578. }
  579. .department .user_info2 .change_info2 {
  580. display: flex;
  581. text-align: center;
  582. margin-bottom: 47rpx;
  583. justify-content: space-around;
  584. }
  585. .department .user_info2 .change_info2 .change2 {
  586. font-size: 48rpx;
  587. font-family: PingFang SC;
  588. font-weight: 500;
  589. color: #ff7b31;
  590. }
  591. .department .user_info2 .change_info2 .change2 .change_num2 {
  592. margin-bottom: 7rpx;
  593. }
  594. .department .user_info2 .change_info2 .change2 .nmae2 {
  595. font-size: 30rpx;
  596. font-family: PingFang SC;
  597. font-weight: 400;
  598. color: #333333;
  599. }
  600. .department .user_info2 .members2 {
  601. height: 80rpx;
  602. }
  603. .department .user_info2 .members2 .members2_img {
  604. width: 100%;
  605. height: 80rpx;
  606. }
  607. .department .order_info2 {
  608. width: 702rpx;
  609. height: auto;
  610. border-radius: 20rpx;
  611. background: #ffffff;
  612. margin: 20rpx auto;
  613. }
  614. .department .order_info2 .title2 {
  615. font-size: 30rpx;
  616. font-weight: 600;
  617. padding: 25rpx 35rpx;
  618. display: flex;
  619. justify-content: space-between;
  620. margin-bottom: 30rpx;
  621. }
  622. .department .order_info2 .title2 .all_order {
  623. display: flex;
  624. color: #858585;
  625. font-size: 25rpx;
  626. }
  627. .department .order_info2 .order_box2 {
  628. display: flex;
  629. justify-content: space-around;
  630. text-align: center;
  631. margin-bottom: 40rpx;
  632. }
  633. .department .order_info2 .order_box2 .order2 .icon2 {
  634. width: 60rpx;
  635. height: 60rpx;
  636. background-size: 100%;
  637. border-radius: 4rpx;
  638. }
  639. .department .order_info2 .order_box2 .order2 .name2 {
  640. font-size: 24rpx;
  641. padding: 10rpx 0;
  642. }
  643. .department .order_info2 .information {
  644. width: 635rpx;
  645. height: 135rpx;
  646. border-radius: 20rpx;
  647. margin: 0rpx auto;
  648. display: flex;
  649. background-color: #f7f6fb;
  650. }
  651. .department .order_info2 .information .information_img {
  652. width: 105rpx;
  653. height: 105rpx;
  654. margin: auto 40rpx;
  655. background-color: #A2A2A2;
  656. }
  657. .department .order_info2 .information .order_information {
  658. width: 300rpx;
  659. margin: auto 0;
  660. overflow: hidden;
  661. text-overflow: ellipsis;
  662. display: -webkit-box;
  663. /** 浏览器内核 **/
  664. -webkit-box-orient: vertical;
  665. /** 设置纵向对齐模式 **/
  666. -webkit-line-clamp: 2;
  667. /** 设置盒子行数 **/
  668. }
  669. .department .order_info2 .information .order_information .have_order {
  670. color: #3067f5;
  671. margin-bottom: 10rpx;
  672. }
  673. .department .cell_info2 {
  674. margin: 20rpx auto;
  675. border-radius: 12rpx;
  676. }
  677. .department .cell_info2 .van-cell {
  678. display: flex;
  679. align-items: center;
  680. width: 710rpx;
  681. height: 112rpx;
  682. border-radius: 20rpx;
  683. margin: 20rpx auto;
  684. }
  685. .department .cell_info2 button {
  686. height: 112rpx;
  687. width: 710rpx;
  688. display: flex;
  689. margin: 10rpx auto;
  690. font-size: 28rpx;
  691. align-items: center;
  692. background: white;
  693. justify-content: space-between;
  694. padding: 0 35rpx;
  695. }
  696. .my_index_5 .user_info_5 .user_5 {
  697. display: flex;
  698. background: #ffffff;
  699. padding: 30rpx 29rpx;
  700. align-items: center;
  701. }
  702. .my_index_5 .user_info_5 .user_5 .user_image_5 {
  703. display: flex;
  704. width: 100rpx;
  705. height: 100rpx;
  706. border-radius: 50%;
  707. }
  708. .my_index_5 .user_info_5 .user_5 .user_right_5 {
  709. display: flex;
  710. }
  711. .my_index_5 .user_info_5 .user_5 .user_right_5 .right_name {
  712. padding-left: 24rpx;
  713. font-size: 32rpx;
  714. color: #242424;
  715. font-weight: bold;
  716. }
  717. .my_index_5 .user_info_5 .user_5 .user_right_5 .user-right {
  718. display: flex;
  719. flex-direction: column;
  720. margin: -5rpx 0rpx 0rpx 5rpx;
  721. }
  722. .my_index_5 .user_info_5 .user_5 .user_right_5 .user-right .user_button {
  723. width: 150rpx;
  724. background: #ffffff02;
  725. font-size: 24rpx;
  726. border-radius: 40rpx;
  727. padding: 0;
  728. margin: 0;
  729. margin-bottom: 10rpx;
  730. }
  731. .my_index_5 .user_info_5 .user_5 .user_right_5 .user-right .user_button ::after {
  732. padding: 0;
  733. }
  734. .my_index_5 .user_info_5 .members_5 .members_image {
  735. width: 100%;
  736. height: 122rpx;
  737. }
  738. .my_index_5 .wallet_info {
  739. margin: 24rpx;
  740. display: flex;
  741. justify-content: space-between;
  742. }
  743. .my_index_5 .wallet_info .wallet {
  744. width: 339rpx;
  745. height: 193rpx;
  746. border-radius: 20rpx;
  747. background: #ffffff;
  748. text-align: center;
  749. }
  750. .my_index_5 .wallet_info .wallet .wallet_num {
  751. padding-top: 50rpx;
  752. font-size: 48rpx;
  753. color: #2892ff;
  754. font-weight: bold;
  755. }
  756. .my_index_5 .wallet_info .wallet .wallet_name {
  757. font-size: 30rpx;
  758. color: #666666;
  759. }
  760. .my_index_5 .my_order_info {
  761. width: 710rpx;
  762. height: 255rpx;
  763. margin: 20rpx auto;
  764. background: #ffffff;
  765. border-radius: 20rpx;
  766. }
  767. .my_index_5 .my_order_info .order_top {
  768. padding: 30rpx 20rpx 50rpx;
  769. display: flex;
  770. align-items: center;
  771. justify-content: space-between;
  772. }
  773. .my_index_5 .my_order_info .order_top .order_title {
  774. font-size: 30rpx;
  775. font-weight: bold;
  776. }
  777. .my_index_5 .my_order_info .order_top .all_order {
  778. display: flex;
  779. }
  780. .my_index_5 .my_order_info .order_top .all_order .all_order_title {
  781. font-size: 24rpx;
  782. color: #c9c9c9;
  783. }
  784. .my_index_5 .my_order_info .my_order_box {
  785. display: flex;
  786. justify-content: space-around;
  787. text-align: center;
  788. }
  789. .my_index_5 .my_order_info .my_order_box .order_5 .order_image {
  790. width: 60rpx;
  791. height: 60rpx;
  792. }
  793. .my_index_5 .cell_info_5 {
  794. margin: 20rpx auto;
  795. border-radius: 12rpx;
  796. }
  797. .my_index_5 .cell_info_5 .van-cell {
  798. display: flex;
  799. align-items: center;
  800. width: 710rpx;
  801. height: 112rpx;
  802. border-radius: 20rpx;
  803. margin: 10rpx auto;
  804. border-bottom: none;
  805. }
  806. .my_index_5 .cell_info_5 button {
  807. height: 112rpx;
  808. width: 710rpx;
  809. display: flex;
  810. margin: 10rpx auto;
  811. font-size: 28rpx;
  812. align-items: center;
  813. background: white;
  814. justify-content: space-between;
  815. padding: 0 35rpx;
  816. }