user.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  1. <template>
  2. <view class="container">
  3. <view class="title-box">
  4. <view class="title-img">
  5. <image :src="userInfo.avatar" mode=""></image>
  6. </view>
  7. <view class="title-tit">
  8. <view class="title-top">{{ userInfo.nickname || '游客' }}</view>
  9. <view class="title-bottom">
  10. <text class="padding-r-10">{{ userInfo.phone }}</text>
  11. <text v-if="userInfo.is_company == 1">分公司</text>
  12. <text v-else>{{ userInfo.is_partner == 1 ? '分销商' : '' }}</text>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="hashAddress flex">
  17. <view class="clamp">
  18. 区块链地址:{{userInfo.hash_address}}
  19. </view>
  20. <view class="fzButtom" @click="uniCopy(userInfo.hash_address)">
  21. 复制
  22. </view>
  23. </view>
  24. <view class="manage-box">
  25. <view class="manage" @click="navTo('/pages/order/orderSC')">
  26. <view class="flex-center">
  27. <image src="../../static/user/user13.png" mode="widthFix"></image>
  28. </view>
  29. <view class="manage-title">市场未付</view>
  30. </view>
  31. <view class="manage" @click="navTo('/pages/order/order?state=0')">
  32. <view class="flex-center">
  33. <image src="../../static/user/user15.png" mode="widthFix"></image>
  34. </view>
  35. <view class="manage-title">我的订单</view>
  36. </view>
  37. <view class="manage" @click="navTo('/pages/money/wallet')">
  38. <view class="flex-center">
  39. <image src="../../static/user/user06.png" mode="widthFix"></image>
  40. </view>
  41. <view class="manage-title">钱包</view>
  42. </view>
  43. <view class="manage" @click="navTo('/pages/user/myvip')">
  44. <view class="flex-center">
  45. <image src="../../static/user/user12.png" mode="widthFix"></image>
  46. </view>
  47. <view class="manage-title">加盟</view>
  48. </view>
  49. <view class="manage" @click="navTo('/pages/user/personal')">
  50. <view class="flex-center">
  51. <image src="../../static/user/user08.png" mode="widthFix"></image>
  52. </view>
  53. <view class="manage-title">实名认证</view>
  54. </view>
  55. <view class="manage" @click="navTo('/pages/user/shareQrCode')">
  56. <view class="flex-center">
  57. <image src="../../static/user/user05.png" mode="widthFix"></image>
  58. </view>
  59. <view class="manage-title">邀请好友</view>
  60. </view>
  61. <view class="manage" @click="kfOpen()">
  62. <view class="flex-center">
  63. <image src="../../static/user/kf.png" mode="widthFix"></image>
  64. </view>
  65. <view class="manage-title">联系客服</view>
  66. </view>
  67. <view class="manage" @click="navTo('/pages/user/feedback')">
  68. <view class="flex-center">
  69. <image src="../../static/user/user09.png" mode="widthFix"></image>
  70. </view>
  71. <view class="manage-title">提交意见</view>
  72. </view>
  73. <view class="manage" @click="navTo('/pages/set/set')">
  74. <view class="flex-center">
  75. <image src="../../static/user/user07.png" mode="widthFix"></image>
  76. </view>
  77. <view class="manage-title">设置</view>
  78. </view>
  79. <view class="manage" @click="navTo('/pages/user/team')">
  80. <view class="flex-center">
  81. <image src="../../static/user/user14.png" mode="widthFix"></image>
  82. </view>
  83. <view class="manage-title">我的推广</view>
  84. </view>
  85. <!-- <view class="manage" @click="navTo('/pages/user/about')">
  86. <view class="flex-center">
  87. <image src="../../static/user/user09.png" mode="widthFix"></image>
  88. </view>
  89. <view class="manage-title">
  90. 关于我们
  91. </view>
  92. </view> -->
  93. </view>
  94. <view class="navbar">
  95. <view class="nav-item" v-for="(item, index) in navList" :class="{ current: tabCurrentIndex === index }"
  96. @click="navGet(index)">{{ item.text }}</view>
  97. </view>
  98. <view v-for="(navitem, key) in navList" v-if="key == tabCurrentIndex">
  99. <scroll-view scroll-y="true" class="uni-scroll-view-content ">
  100. <u-empty v-if="navitem.orderList && navitem.orderList.length == 0 && navitem.loaded"></u-empty>
  101. <view class="flex dy-list">
  102. <view class="box-content" v-for="item in navitem.orderList">
  103. <view class="img">
  104. <image :src="item.class_info.uri" mode=""></image>
  105. </view>
  106. <view class="content-title">
  107. <view class="title">
  108. <view class="text clamp">{{ item.class_info.name }}</view>
  109. </view>
  110. <view class="content-price">
  111. <view class="price" v-if="tabCurrentIndex==1">
  112. ¥{{ item.price }}
  113. </view>
  114. <view class="price" v-if="tabCurrentIndex==0">
  115. 数量{{ item.nft_count }}
  116. </view>
  117. <view class="" v-show="tabCurrentIndex==0">
  118. <view class="button" @click="listInfo(item)">展开</view>
  119. </view>
  120. </view>
  121. </view>
  122. </view>
  123. </view>
  124. <uni-load-more :status="navitem.loadingType" v-if="!(navitem.orderList.length == 0 && navitem.loaded)">
  125. </uni-load-more>
  126. </scroll-view>
  127. </view>
  128. <!-- 客服 -->
  129. <uni-popup ref="popupkf" type="center">
  130. <view class="popup-box">
  131. <view class="img">
  132. <image src="../../static/img/img009.png" mode=""></image>
  133. </view>
  134. <view class="mian">
  135. <view class="delivery">
  136. <view class="title">已经为您定制专属客服</view>
  137. <image src="../../static/img/img010.png" mode=""></image>
  138. </view>
  139. <view class="nocancel">客服VX:{{ kfWX }}</view>
  140. <view class="comfirm-box">
  141. <view class="cancel" @click="kfClose()">取消</view>
  142. <view class="comfirm" @click="uniCopy(kfWX)">复制微信</view>
  143. </view>
  144. </view>
  145. </view>
  146. </uni-popup>
  147. </view>
  148. </template>
  149. <script>
  150. import uniCopy from '@/js_sdk/xb-copy/uni-copy.js';
  151. import uEmpty from '@/uview-ui/components/u-empty/u-empty.vue';
  152. import {
  153. mapState,
  154. mapMutations
  155. } from 'vuex';
  156. import uniList from '@/components/uni-list/uni-list.vue';
  157. import uniListItem from '@/components/uni-list-item/uni-list-item.vue';
  158. import {
  159. orderData,
  160. getUserInfo,
  161. getMyNft,
  162. myClass,
  163. myGdList
  164. } from '@/api/user.js';
  165. import {
  166. loadIndexs
  167. } from '@/api/index.js';
  168. import {
  169. saveUrl,
  170. interceptor
  171. } from '@/utils/loginUtils.js';
  172. export default {
  173. components: {
  174. uniList,
  175. uniListItem,
  176. uEmpty
  177. },
  178. data() {
  179. return {
  180. id: 0,
  181. item: '', //当前选中要操作卖出商品的数据
  182. money: '', //卖出价格
  183. kfWX: 'liuniu', //客服微信
  184. // 头部图高度
  185. tabCurrentIndex: 0,
  186. isshow: 1, //是否可以交易1可以交易2不能交易
  187. navList: [{
  188. state: 0,
  189. text: '我拥有的',
  190. loadingType: 'more',
  191. orderList: [],
  192. page: 1,
  193. limit: 10,
  194. loaded: false
  195. },
  196. {
  197. state: 1,
  198. text: '我卖出的',
  199. loadingType: 'more',
  200. orderList: [],
  201. page: 1,
  202. limit: 10,
  203. loaded: false
  204. }
  205. ]
  206. };
  207. },
  208. onShow() {
  209. if (this.hasLogin) {
  210. this.loadBaseData();
  211. // 返回页面刷新我的挂单数据
  212. this.navList = [{
  213. state: 0,
  214. text: '我拥有的',
  215. loadingType: 'more',
  216. orderList: [],
  217. page: 1,
  218. limit: 10,
  219. loaded: false
  220. },
  221. {
  222. state: 1,
  223. text: '我卖出的',
  224. loadingType: 'more',
  225. orderList: [],
  226. page: 1,
  227. limit: 10,
  228. loaded: false
  229. }
  230. ];
  231. // 获取我的挂单
  232. this.getMyNft();
  233. // 判断是否可以交易
  234. this.pdshow();
  235. } else {
  236. this.loadBaseData();
  237. }
  238. },
  239. onReady() {},
  240. computed: {
  241. ...mapState('user', ['userInfo', 'orderInfo', 'hasLogin'])
  242. },
  243. methods: {
  244. ...mapMutations('user', ['setUserInfo', 'setOrderInfo']),
  245. // 跳转转开列表
  246. listInfo(item) {
  247. uni.navigateTo({
  248. url: '/pages/index/myNftList?id=' + item.nft_class_id + '&type=1'
  249. });
  250. },
  251. // 判断是否可以交易
  252. pdshow() {
  253. loadIndexs().then(e => {
  254. if (e.data.market_switch == '1') {
  255. this.isshow = 1;
  256. } else {
  257. this.isshow = 2;
  258. }
  259. });
  260. },
  261. loadBaseData() {
  262. getUserInfo({})
  263. .then(({
  264. data
  265. }) => {
  266. this.setUserInfo(data);
  267. // 获取用户数据完毕后在获取订单数据防止多次跳转到登录页
  268. orderData({})
  269. .then(({
  270. data
  271. }) => {
  272. this.setOrderInfo(data);
  273. })
  274. .catch(e => {
  275. this.setOrderInfo({
  276. complete_count: 0, //完成
  277. received_count: 0, //待收货
  278. unshipped_count: 0, //待发货
  279. order_count: 0, //订单总数
  280. unpaid_count: 0 //待付款
  281. });
  282. });
  283. })
  284. .catch(e => {
  285. console.log(e);
  286. });
  287. },
  288. navGet(index) {
  289. this.tabCurrentIndex = index;
  290. this.getMyNft('tab');
  291. },
  292. //swiper切换
  293. changeTab(e) {
  294. this.tabCurrentIndex = e.target.current;
  295. this.getMyNft('tab');
  296. },
  297. async loadData(sourse) {},
  298. navTo(url) {
  299. if (url == '') {
  300. this.$api.msg('敬请期待');
  301. }
  302. //判断是否登录了,没有等去,请去登录
  303. if (!this.hasLogin) {
  304. //保存地址
  305. saveUrl();
  306. // 登录拦截
  307. interceptor();
  308. // uni.showModal({
  309. // title:'去登录'
  310. // })
  311. // uni.navigateTo({
  312. // url,
  313. // fail() {
  314. // uni.switchTab({
  315. // url
  316. // });
  317. // }
  318. // });
  319. } else {
  320. uni.navigateTo({
  321. url,
  322. fail() {
  323. uni.switchTab({
  324. url
  325. });
  326. }
  327. });
  328. }
  329. },
  330. // 客服打开
  331. kfOpen() {
  332. this.$refs.popupkf.open();
  333. },
  334. // 客服关闭
  335. kfClose() {
  336. this.$refs.popupkf.close();
  337. },
  338. // 赋值客服
  339. uniCopy(text) {
  340. this.$refs.popupkf.close();
  341. const a = uniCopy(text);
  342. if (a) {
  343. uni.showModal({
  344. title: '提示',
  345. content: '复制成功',
  346. showCancel: false
  347. });
  348. }
  349. },
  350. getMyNft(type) {
  351. let obj = this;
  352. let index = obj.tabCurrentIndex;
  353. let navitem = obj.navList[index];
  354. if (type == 'tab' && navitem.loaded) {
  355. return;
  356. }
  357. if (navitem.loadingType == 'loading' || navitem.loadingType == 'noMore') {
  358. return;
  359. }
  360. navitem.loadingType = 'loading';
  361. if (index == 0) {
  362. myClass({
  363. page: navitem.page,
  364. limit: navitem.limit
  365. }).then(res => {
  366. // console.log(res, 'res');
  367. navitem.orderList = navitem.orderList.concat(res.data.list);
  368. navitem.page++;
  369. if (res.data.list.length == navitem.limit) {
  370. navitem.loadingType = 'more';
  371. } else {
  372. navitem.loadingType = 'noMore';
  373. }
  374. obj.$set(navitem, 'loaded', true);
  375. });
  376. }
  377. if (index == 1) {
  378. myGdList({
  379. page: navitem.page,
  380. limit: navitem.limit,
  381. status: 2
  382. }).then(res => {
  383. navitem.orderList = navitem.orderList.concat(res.data.list);
  384. console.log(navitem.orderList, 'navitem.orderList');
  385. navitem.page++;
  386. if (res.data.list.length == navitem.limit) {
  387. navitem.loadingType = 'more';
  388. } else {
  389. navitem.loadingType = 'noMore';
  390. }
  391. obj.$set(navitem, 'loaded', true);
  392. });
  393. }
  394. }
  395. }
  396. };
  397. </script>
  398. <style lang="scss">
  399. page,
  400. .container {
  401. width: 750rpx;
  402. height: 100%;
  403. // background: #111111;
  404. }
  405. .hashAddress {
  406. line-height: 1;
  407. margin: 30rpx;
  408. border: 1px solid #4D3414;
  409. border-radius: 10rpx;
  410. color: #9F570E;
  411. background-color: #1D1D22;
  412. font-size: 20rpx;
  413. height: 60rpx;
  414. padding: 0 30rpx;
  415. .fzButtom {
  416. padding: 6rpx 0;
  417. padding-left: 20rpx;
  418. padding-right: 20rpx;
  419. color: #9F570E;
  420. border-radius: 100rpx;
  421. border-top-right-radius: 0rpx;
  422. background: $bgBaseBg;
  423. flex-shrink: 0;
  424. }
  425. }
  426. .title-box {
  427. margin: 80rpx 0 40rpx 0;
  428. display: flex;
  429. align-items: center;
  430. .title-img {
  431. width: 100rpx;
  432. height: 100rpx;
  433. border-radius: 50%;
  434. overflow: hidden;
  435. image {
  436. width: 100%;
  437. height: 100%;
  438. }
  439. }
  440. .title-tit {
  441. margin-left: 30rpx;
  442. flex-grow: 1;
  443. .title-top {
  444. font-size: 36rpx;
  445. font-weight: 500;
  446. color: #ffffff;
  447. line-height: 50rpx;
  448. }
  449. .title-bottom {
  450. font-size: 22rpx;
  451. font-weight: 500;
  452. color: #ffffff;
  453. line-height: 40rpx;
  454. }
  455. }
  456. }
  457. .address-box {
  458. display: flex;
  459. justify-content: space-between;
  460. align-items: center;
  461. margin: 0 30rpx;
  462. height: 60rpx;
  463. background: #181818;
  464. border: 2rpx solid #7d5fa4;
  465. border-radius: 8rpx;
  466. font-size: 20rpx;
  467. font-weight: 500;
  468. line-height: 61rpx;
  469. color: #FDD58A;
  470. .address-text {
  471. margin: 0 25rpx;
  472. width: 520rpx;
  473. white-space: nowrap;
  474. text-overflow: ellipsis;
  475. overflow: hidden;
  476. }
  477. .fuzhi {
  478. width: 86rpx;
  479. height: 40rpx;
  480. border-radius: 10rpx;
  481. border: 2px solid #7d5fa4;
  482. text-align: center;
  483. line-height: 32rpx;
  484. margin-right: 40rpx;
  485. }
  486. }
  487. .manage-box {
  488. margin: 30rpx auto;
  489. width: 690rpx;
  490. display: flex;
  491. justify-content: left;
  492. background: #181818;
  493. border-radius: 30rpx;
  494. flex-wrap: wrap;
  495. .manage {
  496. display: flex;
  497. flex-direction: column;
  498. align-items: center;
  499. margin: 30rpx 0 20rpx;
  500. width: 25%;
  501. .flex-center {
  502. min-height: 60rpx;
  503. }
  504. image {
  505. width: 42rpx;
  506. margin-bottom: 15rpx;
  507. }
  508. .manage-title {
  509. font-size: 24rpx;
  510. font-weight: 500;
  511. color: #ffffff;
  512. line-height: 42rpx;
  513. }
  514. }
  515. }
  516. .vheigh {
  517. height: var(--status-bar-height);
  518. }
  519. .navbar {
  520. margin-top: 30rpx;
  521. display: flex;
  522. justify-content: space-around;
  523. font-size: 24rpx;
  524. font-family: PingFang SC;
  525. font-weight: 500;
  526. color: #999999;
  527. line-height: 42rpx;
  528. .current {
  529. color: #FDD58A;
  530. }
  531. }
  532. .uni-scroll-view-content {
  533. height: 100%;
  534. flex-wrap: wrap;
  535. }
  536. .box {
  537. display: flex;
  538. // justify-content: space-around;
  539. flex-wrap: wrap;
  540. width: 750rpx;
  541. }
  542. .box-content {
  543. width: 330rpx;
  544. height: 415rpx;
  545. margin-bottom: 20rpx;
  546. background-color: #1D1D22;
  547. border-radius: 10rpx;
  548. overflow: hidden;
  549. .img {
  550. width: 330rpx;
  551. height: 280rpx;
  552. image {
  553. width: 100%;
  554. height: 100%;
  555. }
  556. }
  557. .content-title {
  558. display: flex;
  559. padding: 20rpx;
  560. padding-top: 10rpx;
  561. flex-direction: column;
  562. border-bottom-left-radius: 10rpx;
  563. border-bottom-right-radius: 10rpx;
  564. .title {
  565. display: flex;
  566. align-items: center;
  567. // font-size: 39rpx;
  568. // font-weight: bold;
  569. // color: #FFFFFF;
  570. // margin-bottom: 20rpx;
  571. }
  572. .zm {
  573. flex-shrink: 0;
  574. // margin: 10rpx;
  575. // width: 63rpx;
  576. display: inline-block;
  577. // padding: 2rpx;
  578. // height: 30rpx;
  579. // border: 1rpx solid #FDD58A;
  580. margin-left: 10rpx;
  581. border-radius: 5rpx;
  582. font-size: 16rpx;
  583. font-weight: 500;
  584. color: #FDD58A;
  585. // line-height: 30rpx;
  586. text-align: center;
  587. }
  588. .text {
  589. color: #ffffff;
  590. font-size: 24rpx;
  591. margin: 10rpx 0;
  592. }
  593. }
  594. .content-price {
  595. display: flex;
  596. justify-content: space-between;
  597. .price {
  598. font-size: 30rpx;
  599. font-family: PingFang SC;
  600. font-weight: 500;
  601. color: #ffffff;
  602. }
  603. .button {
  604. width: 104rpx;
  605. height: 35rpx;
  606. background: $bgBaseBg;
  607. border-radius: 18rpx;
  608. font-size: 20rpx;
  609. font-weight: 500;
  610. color: #9F570E;
  611. line-height: 35rpx;
  612. text-align: center;
  613. }
  614. }
  615. }
  616. .popup-box {
  617. width: 522rpx;
  618. height: 605rpx;
  619. background-color: #ffffff;
  620. border-radius: 20rpx;
  621. position: relative;
  622. .img {
  623. position: relative;
  624. top: -56rpx;
  625. left: 0;
  626. width: 522rpx;
  627. height: 132rpx;
  628. display: flex;
  629. justify-content: center;
  630. image {
  631. border-radius: 20rpx 20rpx 0 0;
  632. width: 450rpx;
  633. height: 132rpx;
  634. }
  635. }
  636. .mian {
  637. margin-top: -44rpx;
  638. display: flex;
  639. flex-direction: column;
  640. align-items: center;
  641. // padding: 32rpx 32rpx;
  642. background-color: #ffffff;
  643. border-radius: 0 0 20rpx 20rpx;
  644. text-align: center;
  645. .delivery {
  646. font-size: 40rpx;
  647. color: #333333;
  648. display: flex;
  649. align-items: center;
  650. flex-direction: column;
  651. .title {}
  652. image {
  653. margin-top: 48rpx;
  654. width: 172rpx;
  655. height: 160rpx;
  656. }
  657. }
  658. .nocancel {
  659. font-size: 32rpx;
  660. color: #333333;
  661. margin-top: 14rpx;
  662. }
  663. .comfirm-box {
  664. margin-top: 52rpx;
  665. display: flex;
  666. // margin-bottom: 32rpx;
  667. // justify-content: space-around;
  668. .cancel {
  669. display: flex;
  670. align-items: center;
  671. justify-content: center;
  672. width: 197rpx;
  673. height: 74rpx;
  674. border: 1px solid #dcc786;
  675. border-radius: 38rpx;
  676. font-size: 32rpx;
  677. color: #605128;
  678. }
  679. .comfirm {
  680. margin-left: 32rpx;
  681. display: flex;
  682. align-items: center;
  683. justify-content: center;
  684. width: 197rpx;
  685. height: 74rpx;
  686. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  687. border-radius: 38px;
  688. font-size: 32rpx;
  689. color: #605128;
  690. }
  691. }
  692. }
  693. }
  694. .main-box {
  695. margin: 30rpx auto;
  696. width: 690rpx;
  697. background: #181818;
  698. // box-shadow: 0px 4rpx 14rpx 0px rgba(229, 229, 229, 0.46);
  699. border-radius: 20rpx;
  700. .title {
  701. display: flex;
  702. justify-content: space-between;
  703. align-items: center;
  704. padding: 24rpx;
  705. border-bottom: 1px solid #2f2f2f;
  706. .title-left {
  707. display: flex;
  708. align-items: center;
  709. .title-icon {
  710. width: 32rpx;
  711. height: 32rpx;
  712. }
  713. .title-font {
  714. margin-left: 20rpx;
  715. font-size: 28rpx;
  716. font-family: PingFang SC;
  717. font-weight: bold;
  718. color: #fff;
  719. }
  720. }
  721. .title-right {
  722. width: 14rpx;
  723. height: 24rpx;
  724. }
  725. }
  726. .main {
  727. padding: 50rpx 0 30rpx;
  728. .jg {
  729. width: 1px;
  730. height: 100rpx;
  731. background: #eeeeee;
  732. }
  733. .item {
  734. padding-bottom: 20rpx;
  735. width: 25%;
  736. display: flex;
  737. flex-direction: column;
  738. align-items: center;
  739. .item-num {
  740. font-size: 36rpx;
  741. font-family: PingFang SC;
  742. font-weight: bold;
  743. color: #333333;
  744. }
  745. .item-font {
  746. margin-top: 18rpx;
  747. font-size: 22rpx;
  748. font-family: PingFang SC;
  749. font-weight: 500;
  750. color: #666666;
  751. }
  752. }
  753. .oitem {
  754. width: 25%;
  755. display: flex;
  756. flex-direction: column;
  757. align-items: center;
  758. .oitem-image {
  759. height: 50rpx;
  760. width: 48rpx;
  761. }
  762. .oitem-font {
  763. margin-top: 20rpx;
  764. font-size: 24rpx;
  765. font-family: PingFang SC;
  766. font-weight: 500;
  767. color: #fff;
  768. }
  769. }
  770. }
  771. }
  772. .dy-list {
  773. flex-wrap: wrap;
  774. padding: 30rpx;
  775. }
  776. </style>