my.less 24 KB

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