index.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971
  1. <template>
  2. <view class="">
  3. <view class="box">
  4. <!-- <u-navbar title="个人中心" :placeholder="true" bgColor="rgba(255,255,255,0.3)" :leftIconSize="0" titleStyle="font-weight:bold;color:#7a5831"></u-navbar> -->
  5. <view class="group_1">
  6. <view class="group_6">
  7. <view class="group_7">
  8. <view @click="modifyShow = true" class="section_14">
  9. <view class="single-avatar_1">
  10. <image style="width: 100%; height: 100%; border-radius: 50%" :src="userAvatar" class=""></image>
  11. </view>
  12. <text lines="1" class="text_9">{{ userNickname }}</text>
  13. <view style="position: absolute; right: 50rpx; top: 190rpx">
  14. <u-icon name="arrow-right" color="#312520" size="24"></u-icon>
  15. </view>
  16. </view>
  17. <view class="mn_wd">
  18. <view v-for="(item, index) in myLike" :key="item.id" class="" @click="myLiktBtn(index)">
  19. <view class="md_item_wd">
  20. <uni-icons :type="item.type" :color="item.color" size="25"></uni-icons>
  21. </view>
  22. <view style="margin-top: 10rpx">{{ item.title }}</view>
  23. </view>
  24. </view>
  25. <!-- 订单管理 -->
  26. <view class="mn_dd">
  27. <view class="block_9">
  28. <view class="image-text_15">
  29. <uni-icons type="cart-filled" color="#312520" size="24"></uni-icons>
  30. <text lines="1" class="text-group_4">订单管理</text>
  31. </view>
  32. <text lines="1" class="text_10">查看更多》</text>
  33. </view>
  34. </view>
  35. <view class="mn_dd_item">
  36. <view class="juli">
  37. <view style="margin-bottom: 10rpx">待付款</view>
  38. <view class="">
  39. <uni-icons type="wallet" color="#ca5642" size="25"></uni-icons>
  40. </view>
  41. </view>
  42. <view class="juli">
  43. <view style="margin-bottom: 10rpx">待收获</view>
  44. <view class="">
  45. <uni-icons type="wallet-filled" color="#ca5642" size="25"></uni-icons>
  46. </view>
  47. </view>
  48. <view class="juli">
  49. <view style="margin-bottom: 10rpx">待评价</view>
  50. <view class="">
  51. <uni-icons type="chat-filled" color="#ca5642" size="25"></uni-icons>
  52. </view>
  53. </view>
  54. <view class="juli">
  55. <view style="margin-bottom: 10rpx">已完成</view>
  56. <view class="">
  57. <uni-icons type="checkbox-filled" color="#ca5642" size="25"></uni-icons>
  58. </view>
  59. </view>
  60. <view class="juli">
  61. <view style="margin-bottom: 10rpx">售后</view>
  62. <view class="">
  63. <uni-icons type="headphones" color="#ca5642" size="25"></uni-icons>
  64. </view>
  65. </view>
  66. </view>
  67. <!-- 订单管理 -->
  68. </view>
  69. <view class="image-text_14">
  70. <u-icon name="bookmark" color="#312520" size="24"></u-icon>
  71. <text lines="1" class="text-group_1">文化之路</text>
  72. </view>
  73. <view class="group_11">
  74. <!-- <view class="" style="background-color: rgba(255, 255, 255, 1)"> -->
  75. <view class="block_8">
  76. <view class="group_12"></view>
  77. <text lines="1" class="text_16">已参加课程</text>
  78. <text lines="1" class="text_17">查看更多》</text>
  79. </view>
  80. <!-- 已参加课程 -->
  81. <view class="section_5" v-for="item in 2" :key="item">
  82. <view class="section_6">
  83. <image style="width: 100%; height: 100%; border-radius: 10rpx" src="../../static/image/mn.png"></image>
  84. </view>
  85. <view class="group_21">
  86. <text lines="1" class="text_18">1天前</text>
  87. <text lines="1" class="text_19">青少年闽南话讲古传承红色历史</text>
  88. <view class="" style="margin-top: 18rpx">
  89. <u-line-progress :showText="false" height="4" :percentage="30" activeColor="#CA5642"></u-line-progress>
  90. </view>
  91. </view>
  92. </view>
  93. <!-- </view> -->
  94. <!-- 已参加课程end -->
  95. <!-- 已参加活动 -->
  96. <view class="section_9"></view>
  97. <view class="section_10">
  98. <view class="box_18">
  99. <view class="group_13"></view>
  100. <text lines="1" class="text_22">已参加活动</text>
  101. <text lines="1" class="text_23">查看更多》</text>
  102. </view>
  103. <view class="box_7" v-for="item in 2" :key="item">
  104. <view class="group_14">
  105. <image style="width: 100%; height: 100%; border-radius: 10rpx" src="../../static/image/hd.png"></image>
  106. </view>
  107. <view class="text-wrapper_11">
  108. <text lines="1" class="text_24">活动未开始</text>
  109. <text lines="1" class="text_25">非遗大课堂·漆线雕丨盘它!</text>
  110. </view>
  111. </view>
  112. </view>
  113. <!-- 已参加活动end -->
  114. <!-- 已分享文章 -->
  115. <view class="section_9"></view>
  116. <view class="section_12">
  117. <view class="box_19">
  118. <view class="box_10"></view>
  119. <text lines="1" class="text_28">已分享文章</text>
  120. <text lines="1" class="text_29">查看更多》</text>
  121. </view>
  122. <view class="group_16" v-for="item in 2" :key="item">
  123. <view class="block_5"><image style="width: 100%; height: 100%; border-radius: 10rpx" src="../../static/image/fx.png"></image></view>
  124. <view class="text-wrapper_13">
  125. <text lines="1" class="text_30">1天前</text>
  126. <text lines="1" class="text_31">国家级“非遗”邂逅“闽南儿歌”</text>
  127. </view>
  128. </view>
  129. </view>
  130. </view>
  131. <!-- 已分享文章end -->
  132. <!-- 文化收藏 -->
  133. <view class="block_9">
  134. <view class="image-text_15">
  135. <u-icon name="bookmark" color="#312520" size="24"></u-icon>
  136. <text lines="1" class="text-group_4">文化收藏</text>
  137. </view>
  138. <text lines="1" class="text_10">查看更多》</text>
  139. </view>
  140. <view class="block_10">
  141. <view class="block_4">
  142. <view class="text-wrapper_1">
  143. <text lines="1" class="text_11">非遗文化</text>
  144. </view>
  145. </view>
  146. <view class="block_4">
  147. <view class="text-wrapper_1">
  148. <text lines="1" class="text_11">非遗文化</text>
  149. </view>
  150. </view>
  151. </view>
  152. <!-- 文化收藏end -->
  153. </view>
  154. <!-- 文化笔记 -->
  155. <view class="block_11">
  156. <view class="image-text_16">
  157. <u-icon name="bookmark" color="#312520" size="24"></u-icon>
  158. <text lines="1" class="text-group_5">文化笔记</text>
  159. </view>
  160. <text lines="1" class="text_13">查看更多》</text>
  161. </view>
  162. <view class="group_23">
  163. <view class="list_8" v-for="item in 2" :key="item">
  164. <view class="list-items_3-0">
  165. <view class="image-text_17-0">
  166. <!-- 六边形 -->
  167. <text lines="1" class="text-group_6-0">闽南传统工艺蔡氏漆线雕</text>
  168. </view>
  169. <text lines="1" class="text_14-0">厦门漆线雕技艺形成于明末清初,至晚清逐渐成熟,是厦门传统的手工线雕技艺。</text>
  170. <text lines="1" decode="true" class="text_15-0">2023年05月23日&nbsp;20:14</text>
  171. </view>
  172. </view>
  173. <!-- 文化笔记end -->
  174. </view>
  175. </view>
  176. <u-popup :show="modifyShow" mode="bottom">
  177. <view class="ziLiao">
  178. <button open-type="chooseAvatar" @chooseavatar="onChooseAvatar">
  179. <image style="width: 100rpx; height: 100rpx" :src="userAvatar"></image>
  180. </button>
  181. <input class="ipt" @change="blurname" v-model="userNickname" type="nickname" placeholder="请输入昵称" />
  182. <button class="isOK" type="primary" @click="isOk">确定</button>
  183. </view>
  184. </u-popup>
  185. <mntabBar footerTab="4" :messageCount="0"></mntabBar>
  186. </view>
  187. </view>
  188. </template>
  189. <script>
  190. var _token = '';
  191. var _this;
  192. import { uploadImage } from '@/service/api/common.js';
  193. import { mapState } from 'vuex';
  194. export default {
  195. components: {},
  196. data() {
  197. return {
  198. id: '',
  199. body_id: '',
  200. modifyShow: false /*修改资料 */,
  201. isLogin: false,
  202. show: false,
  203. user: {
  204. nickname: '',
  205. avatar: 'https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0'
  206. },
  207. mainBodyUserInfo: {},
  208. avatarUrl: '',
  209. getFace: false,
  210. myLike: [
  211. {
  212. title: '我的投稿',
  213. id: 0,
  214. type: 'upload-filled',
  215. color: '#329fff'
  216. },
  217. {
  218. title: '我的收藏',
  219. id: 1,
  220. type: 'star-filled',
  221. color: '#ff9617'
  222. },
  223. {
  224. title: '我的喜欢',
  225. id: 2,
  226. type: 'heart-filled',
  227. color: '#ff6644'
  228. }
  229. ]
  230. };
  231. },
  232. onShow() {
  233. this.mainBodyUserInfo = this.$db.get('mainBodyUserInfo');
  234. this.id = this.mainBodyUserInfo.id;
  235. this.body_id = this.$db.get('main_body_id');
  236. this.refreshUser();
  237. /* 调用userInfo()从本地获取用户信息 */
  238. this.user = this.$common.userInfo();
  239. if (this.user && this.user.nickname.indexOf('微信') >= 0) {
  240. this.getFace = true;
  241. }
  242. },
  243. onLoad(option) {
  244. /* 来到我的页面判断用户是否登录 */
  245. _this = this;
  246. this.user = this.$common.userInfo();
  247. this.mainBodyUserInfo = this.$db.get('mainBodyUserInfo');
  248. console.log(this.user, 9999999999);
  249. if (this.user === 'undefined' || this.user === '' || this.user === [] || this.user === null) {
  250. /* 跳转到登录页 */
  251. this.$common.toLogin();
  252. } else {
  253. /* 刷新 */
  254. // this.refreshUser();
  255. this.isLogin = true;
  256. }
  257. },
  258. computed: {
  259. userAvatar() {
  260. return this.mainBodyUserInfo.avatar ? this.mainBodyUserInfo.avatar : this.user.avatar;
  261. },
  262. userNickname() {
  263. return this.mainBodyUserInfo.nickname ? this.mainBodyUserInfo.nickname : this.user.nickname;
  264. }
  265. },
  266. methods: {
  267. // 刷新信息
  268. refreshUser() {
  269. this.$api.refreshUser(
  270. {
  271. main_body_id: this.body_id,
  272. main_body_user_id: this.id
  273. },
  274. (val) => {
  275. console.log(val, 333333);
  276. if (val.code == 401) {
  277. this.$common.navigateTo('/pages/user/login');
  278. return;
  279. }
  280. _this.user = val.data.user;
  281. _this.avatarUrl = _this.user.avatar;
  282. _this.auth = val.data.auth;
  283. _this.$db.set('user', val.data.user);
  284. _this.$db.set('auth', val.data.auth);
  285. _this.$db.set('mainBodyUserInfo', val.data.mainBodyUserInfo);
  286. }
  287. );
  288. },
  289. // 获取头像
  290. onChooseAvatar(e) {
  291. this.mainBodyUserInfo.avatar = e.detail.avatarUrl;
  292. },
  293. // 获取昵称
  294. blurname(e) {
  295. this.mainBodyUserInfo.nickname = e.detail.value;
  296. },
  297. isOk() {
  298. this.modifyShow = false;
  299. // 修改信息
  300. this.$api.editMainBodyUser(
  301. {
  302. main_body_id: this.body_id,
  303. main_body_user_id: this.id,
  304. nickname: this.mainBodyUserInfo.nickname,
  305. avatar: this.mainBodyUserInfo.avatar
  306. },
  307. function (res) {
  308. if (res.code == 1) {
  309. _this.$common.successToShow('修改成功');
  310. _this.$db.set('mainBodyUserInfo', _this.mainBodyUserInfo);
  311. }
  312. }
  313. );
  314. },
  315. myLiktBtn(i) {
  316. uni.navigateTo({
  317. url: '/user_fenbao/myLike?id=' + this.myLike[i].id
  318. });
  319. },
  320. // 积分
  321. jifenBtn() {
  322. uni.navigateTo({
  323. url: '/user_fenbao/cs_fenbao/jiFen/jiFen'
  324. });
  325. }
  326. }
  327. };
  328. </script>
  329. <style>
  330. .mn_wd {
  331. display: flex;
  332. justify-content: space-between;
  333. align-items: center;
  334. background: #ffffff;
  335. padding: 35rpx;
  336. border-radius: 20rpx;
  337. margin: 20rpx 32rpx 0 32rpx;
  338. }
  339. .ipt {
  340. height: 60rpx;
  341. border: 1px solid #efefef;
  342. }
  343. .isOK {
  344. margin-top: 30rpx;
  345. }
  346. .md_item_wd {
  347. text-align: center;
  348. }
  349. .mn_dd {
  350. margin-bottom: 20rpx;
  351. }
  352. .mn_dd_item {
  353. padding: 35rpx;
  354. display: flex;
  355. justify-content: space-around;
  356. background-color: #ffffff;
  357. border-radius: 20rpx;
  358. }
  359. .juli {
  360. text-align: center;
  361. }
  362. .box {
  363. height: auto;
  364. width: 100%;
  365. /* background-image: url('https://huli-app.wenlvti.net/app_static/wuyuan/static/shouhu/wyj-feiyi3-001.png'); */
  366. /* background-size: 100% 100%; */
  367. background-color: #f0f2f5;
  368. background-attachment: fixed;
  369. border-radius: 16px 16px 0 0;
  370. position: relative;
  371. display: flex;
  372. flex-direction: column;
  373. }
  374. /* .u-icon__icon.data-v-2ee87dc9 {
  375. left: 200rpx;
  376. } */
  377. .fenge {
  378. width: 638rpx;
  379. height: 1rpx;
  380. background: #dedede;
  381. margin: auto;
  382. }
  383. .group_1 {
  384. width: 750rpx;
  385. display: flex;
  386. flex-direction: column;
  387. }
  388. .section_9 {
  389. background-color: #f8f8f8;
  390. border-radius: 15rpx;
  391. width: 640rpx;
  392. height: 30rpx;
  393. display: flex;
  394. flex-direction: column;
  395. margin: 30rpx 0 0 25rpx;
  396. }
  397. .group_6 {
  398. background-color: rgba(248, 248, 248, 1);
  399. width: 750rpx;
  400. display: flex;
  401. flex-direction: column;
  402. }
  403. .group_7 {
  404. position: relative;
  405. width: 750rpx;
  406. height: 452rpx;
  407. background: linear-gradient(180deg, #ffe7ba, #f8f8f8);
  408. display: flex;
  409. flex-direction: column;
  410. }
  411. .section_14 {
  412. width: 674rpx;
  413. height: 120rpx;
  414. flex-direction: row;
  415. display: flex;
  416. margin: 150rpx 0 0 45rpx;
  417. }
  418. .single-avatar_1 {
  419. width: 120rpx;
  420. height: 120rpx;
  421. border-radius: 50%;
  422. }
  423. .text_9 {
  424. width: 243rpx;
  425. height: 40rpx;
  426. overflow-wrap: break-word;
  427. color: rgba(49, 37, 32, 1);
  428. font-size: 42rpx;
  429. font-family: SourceHanSansCN-Regular;
  430. font-weight: normal;
  431. text-align: left;
  432. white-space: nowrap;
  433. line-height: 42rpx;
  434. margin: 41rpx 0 0 35rpx;
  435. }
  436. .icon_2-0 {
  437. width: 15rpx;
  438. height: 25rpx;
  439. margin: 39rpx 35rpx 0 493rpx;
  440. }
  441. .image-text_14 {
  442. width: 160rpx;
  443. height: 32rpx;
  444. flex-direction: row;
  445. display: flex;
  446. justify-content: space-between;
  447. margin: 300rpx 0 0 53rpx;
  448. }
  449. xt-group_3 {
  450. width: 119rpx;
  451. height: 29rpx;
  452. overflow-wrap: break-word;
  453. color: rgba(49, 37, 32, 1);
  454. font-size: 30rpx;
  455. font-family: SourceHanSansCN-Bold;
  456. font-weight: 700;
  457. text-align: left;
  458. white-space: nowrap;
  459. line-height: 30rpx;
  460. margin-top: 2rpx;
  461. }
  462. .group_11 {
  463. background-color: rgba(255, 255, 255, 1);
  464. border-radius: 20rpx;
  465. width: 690rpx;
  466. display: flex;
  467. flex-direction: column;
  468. justify-content: flex-end;
  469. margin: 23rpx 0 0 30rpx;
  470. }
  471. .block_8 {
  472. width: 671rpx;
  473. height: 41rpx;
  474. margin-top: 24rpx;
  475. flex-direction: row;
  476. display: flex;
  477. }
  478. .group_12 {
  479. background-color: rgba(202, 86, 66, 1);
  480. width: 8rpx;
  481. height: 41rpx;
  482. display: flex;
  483. flex-direction: column;
  484. }
  485. .text_16 {
  486. width: 137rpx;
  487. height: 27rpx;
  488. overflow-wrap: break-word;
  489. color: rgba(49, 37, 32, 1);
  490. font-size: 28rpx;
  491. font-family: SourceHanSansCN-Regular;
  492. font-weight: normal;
  493. text-align: left;
  494. white-space: nowrap;
  495. line-height: 28rpx;
  496. margin: 7rpx 0 0 17rpx;
  497. }
  498. .text_17 {
  499. width: 89rpx;
  500. height: 20rpx;
  501. overflow-wrap: break-word;
  502. color: rgba(18, 18, 18, 1);
  503. font-size: 22rpx;
  504. font-family: SourceHanSansCN-Regular;
  505. font-weight: normal;
  506. text-align: left;
  507. white-space: nowrap;
  508. line-height: 22rpx;
  509. margin: 10rpx 0 0 420rpx;
  510. }
  511. .section_5 {
  512. background-color: rgba(255, 255, 255, 1);
  513. border-radius: 10rpx;
  514. width: 690rpx;
  515. margin-top: 1rpx;
  516. flex-direction: row;
  517. display: flex;
  518. }
  519. .section_6 {
  520. background-color: rgba(202, 86, 66, 1);
  521. border-radius: 10rpx;
  522. width: 199rpx;
  523. height: 111rpx;
  524. display: flex;
  525. flex-direction: column;
  526. margin: 29rpx 0 0 25rpx;
  527. }
  528. .group_21 {
  529. width: 335rpx;
  530. height: 95rpx;
  531. display: flex;
  532. flex-direction: column;
  533. margin: 42rpx 113rpx 0 18rpx;
  534. }
  535. .text_18 {
  536. width: 59rpx;
  537. height: 23rpx;
  538. overflow-wrap: break-word;
  539. color: rgba(153, 153, 153, 1);
  540. font-size: 24rpx;
  541. font-family: SourceHanSansCN-Regular;
  542. font-weight: normal;
  543. text-align: left;
  544. white-space: nowrap;
  545. line-height: 24rpx;
  546. margin-left: 1rpx;
  547. }
  548. .text_19 {
  549. width: 335rpx;
  550. height: 24rpx;
  551. overflow-wrap: break-word;
  552. color: rgba(49, 37, 32, 1);
  553. font-size: 24rpx;
  554. font-family: SourceHanSansCN-Bold;
  555. font-weight: 700;
  556. text-align: left;
  557. white-space: nowrap;
  558. line-height: 24rpx;
  559. margin-top: 24rpx;
  560. }
  561. .section_10 {
  562. background-color: rgba(255, 255, 255, 1);
  563. border-radius: 20rpx;
  564. width: 690rpx;
  565. margin-top: 20rpx;
  566. display: flex;
  567. flex-direction: column;
  568. }
  569. .box_18 {
  570. width: 671rpx;
  571. height: 41rpx;
  572. margin-top: 24rpx;
  573. flex-direction: row;
  574. display: flex;
  575. }
  576. .group_13 {
  577. background-color: rgba(202, 86, 66, 1);
  578. width: 8rpx;
  579. height: 41rpx;
  580. display: flex;
  581. flex-direction: column;
  582. }
  583. .text_22 {
  584. width: 136rpx;
  585. height: 27rpx;
  586. overflow-wrap: break-word;
  587. color: rgba(49, 37, 32, 1);
  588. font-size: 28rpx;
  589. font-family: SourceHanSansCN-Regular;
  590. font-weight: normal;
  591. text-align: left;
  592. white-space: nowrap;
  593. line-height: 28rpx;
  594. margin: 7rpx 0 0 17rpx;
  595. }
  596. .text_23 {
  597. width: 89rpx;
  598. height: 20rpx;
  599. overflow-wrap: break-word;
  600. color: rgba(18, 18, 18, 1);
  601. font-size: 22rpx;
  602. font-family: SourceHanSansCN-Regular;
  603. font-weight: normal;
  604. text-align: left;
  605. white-space: nowrap;
  606. line-height: 20rpx;
  607. margin: 10rpx 0 0 421rpx;
  608. }
  609. .box_7 {
  610. border-radius: 10rpx;
  611. width: 690rpx;
  612. margin-top: 1rpx;
  613. flex-direction: row;
  614. display: flex;
  615. }
  616. .group_14 {
  617. background-color: rgba(202, 86, 66, 1);
  618. border-radius: 10rpx;
  619. width: 199rpx;
  620. height: 111rpx;
  621. display: flex;
  622. flex-direction: column;
  623. margin: 29rpx 0 0 25rpx;
  624. }
  625. .text-wrapper_11 {
  626. width: 287rpx;
  627. height: 70rpx;
  628. display: flex;
  629. flex-direction: column;
  630. justify-content: space-between;
  631. margin: 42rpx 162rpx 0 17rpx;
  632. }
  633. .text_24 {
  634. width: 119rpx;
  635. height: 23rpx;
  636. overflow-wrap: break-word;
  637. color: rgba(202, 86, 66, 1);
  638. font-size: 24rpx;
  639. font-family: SourceHanSansCN-Regular;
  640. font-weight: normal;
  641. text-align: left;
  642. white-space: nowrap;
  643. line-height: 24rpx;
  644. margin-left: 1rpx;
  645. }
  646. .text_25 {
  647. width: 287rpx;
  648. height: 23rpx;
  649. overflow-wrap: break-word;
  650. color: rgba(49, 37, 32, 1);
  651. font-size: 24rpx;
  652. font-family: SourceHanSansCN-Bold;
  653. font-weight: 700;
  654. text-align: left;
  655. white-space: nowrap;
  656. line-height: 24rpx;
  657. margin-top: 24rpx;
  658. }
  659. .section_12 {
  660. background-color: rgba(255, 255, 255, 1);
  661. border-radius: 20rpx;
  662. width: 690rpx;
  663. display: flex;
  664. flex-direction: column;
  665. }
  666. .box_19 {
  667. width: 671rpx;
  668. height: 41rpx;
  669. margin-top: 24rpx;
  670. flex-direction: row;
  671. display: flex;
  672. }
  673. .box_10 {
  674. background-color: rgba(202, 86, 66, 1);
  675. width: 8rpx;
  676. height: 41rpx;
  677. display: flex;
  678. flex-direction: column;
  679. }
  680. .text_28 {
  681. width: 137rpx;
  682. height: 27rpx;
  683. overflow-wrap: break-word;
  684. color: rgba(49, 37, 32, 1);
  685. font-size: 28rpx;
  686. font-family: SourceHanSansCN-Regular;
  687. font-weight: normal;
  688. text-align: left;
  689. white-space: nowrap;
  690. line-height: 28rpx;
  691. margin: 7rpx 0 0 17rpx;
  692. }
  693. .text_29 {
  694. width: 89rpx;
  695. height: 20rpx;
  696. overflow-wrap: break-word;
  697. color: rgba(18, 18, 18, 1);
  698. font-size: 22rpx;
  699. font-family: SourceHanSansCN-Regular;
  700. font-weight: normal;
  701. text-align: left;
  702. white-space: nowrap;
  703. line-height: 20rpx;
  704. margin: 10rpx 0 0 420rpx;
  705. }
  706. .group_16 {
  707. background-color: rgba(255, 255, 255, 1);
  708. border-radius: 10rpx;
  709. width: 690rpx;
  710. margin-top: 1rpx;
  711. flex-direction: row;
  712. display: flex;
  713. }
  714. .block_5 {
  715. background-color: rgba(202, 86, 66, 1);
  716. border-radius: 10rpx;
  717. width: 199rpx;
  718. height: 111rpx;
  719. display: flex;
  720. flex-direction: column;
  721. margin: 29rpx 0 0 25rpx;
  722. }
  723. .text-wrapper_13 {
  724. width: 345rpx;
  725. height: 70rpx;
  726. display: flex;
  727. flex-direction: column;
  728. justify-content: space-between;
  729. margin: 42rpx 103rpx 0 18rpx;
  730. }
  731. .text_30 {
  732. width: 59rpx;
  733. height: 23rpx;
  734. overflow-wrap: break-word;
  735. color: rgba(153, 153, 153, 1);
  736. font-size: 24rpx;
  737. font-family: SourceHanSansCN-Regular;
  738. font-weight: normal;
  739. text-align: left;
  740. white-space: nowrap;
  741. line-height: 24rpx;
  742. margin-left: 1rpx;
  743. }
  744. .text_31 {
  745. width: 345rpx;
  746. height: 23rpx;
  747. overflow-wrap: break-word;
  748. color: rgba(49, 37, 32, 1);
  749. font-size: 24rpx;
  750. font-family: SourceHanSansCN-Bold;
  751. font-weight: 700;
  752. text-align: left;
  753. white-space: nowrap;
  754. line-height: 24rpx;
  755. margin-top: 24rpx;
  756. }
  757. .block_9 {
  758. width: 648rpx;
  759. height: 33rpx;
  760. flex-direction: row;
  761. display: flex;
  762. justify-content: space-between;
  763. margin: 40rpx 0 0 53rpx;
  764. }
  765. .image-text_15 {
  766. width: 165rpx;
  767. height: 33rpx;
  768. flex-direction: row;
  769. display: flex;
  770. align-items: center;
  771. justify-content: space-between;
  772. }
  773. .text-group_4 {
  774. width: 119rpx;
  775. height: 29rpx;
  776. overflow-wrap: break-word;
  777. color: rgba(49, 37, 32, 1);
  778. font-size: 30rpx;
  779. font-family: SourceHanSansCN-Bold;
  780. font-weight: 700;
  781. text-align: left;
  782. white-space: nowrap;
  783. line-height: 30rpx;
  784. margin-top: 3rpx;
  785. }
  786. .text_10 {
  787. width: 89rpx;
  788. height: 20rpx;
  789. overflow-wrap: break-word;
  790. color: rgba(18, 18, 18, 1);
  791. font-size: 22rpx;
  792. font-family: SourceHanSansCN-Regular;
  793. font-weight: normal;
  794. text-align: left;
  795. white-space: nowrap;
  796. line-height: 20rpx;
  797. margin-top: 7rpx;
  798. }
  799. .block_10 {
  800. width: 687rpx;
  801. height: 166rpx;
  802. flex-direction: row;
  803. display: flex;
  804. justify-content: space-between;
  805. margin: 32rpx 0 0 32rpx;
  806. }
  807. .block_4 {
  808. background-color: rgba(202, 86, 66, 1);
  809. border-radius: 20rpx;
  810. height: 166rpx;
  811. display: flex;
  812. flex-direction: column;
  813. width: 330rpx;
  814. }
  815. .text-wrapper_1 {
  816. height: 166rpx;
  817. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/psavh7feffxa7l23xrfrl7zl9wkqtfn7b96po9joumqwptlnmi9006fb82-30dc-439a-a4ba-91c459305e8f) 100% no-repeat;
  818. background-size: 100% 100%;
  819. display: flex;
  820. flex-direction: column;
  821. width: 330rpx;
  822. }
  823. .text_11 {
  824. width: 109rpx;
  825. height: 27rpx;
  826. overflow-wrap: break-word;
  827. color: rgba(255, 228, 176, 1);
  828. font-size: 28rpx;
  829. font-family: Adobe Heiti Std R;
  830. font-weight: normal;
  831. text-align: left;
  832. white-space: nowrap;
  833. line-height: 28rpx;
  834. margin: 70rpx 0 0 110rpx;
  835. }
  836. .block_11 {
  837. width: 647rpx;
  838. height: 31rpx;
  839. flex-direction: row;
  840. display: flex;
  841. justify-content: space-between;
  842. margin: 37rpx 0 7rpx 54rpx;
  843. }
  844. .image-text_16 {
  845. width: 159rpx;
  846. height: 31rpx;
  847. flex-direction: row;
  848. display: flex;
  849. justify-content: space-between;
  850. }
  851. .text-group_5 {
  852. width: 119rpx;
  853. height: 29rpx;
  854. overflow-wrap: break-word;
  855. color: rgba(49, 37, 32, 1);
  856. font-size: 30rpx;
  857. font-family: SourceHanSansCN-Bold;
  858. font-weight: 700;
  859. text-align: left;
  860. white-space: nowrap;
  861. line-height: 30rpx;
  862. margin-top: 1rpx;
  863. }
  864. .text_13 {
  865. width: 89rpx;
  866. height: 20rpx;
  867. overflow-wrap: break-word;
  868. color: rgba(18, 18, 18, 1);
  869. font-size: 22rpx;
  870. font-family: SourceHanSansCN-Regular;
  871. font-weight: normal;
  872. text-align: left;
  873. white-space: nowrap;
  874. line-height: 20rpx;
  875. margin-top: 5rpx;
  876. }
  877. .group_23 {
  878. width: 750rpx;
  879. display: flex;
  880. flex-direction: column;
  881. padding-bottom: 20rpx;
  882. }
  883. .list_8 {
  884. width: 690rpx;
  885. display: flex;
  886. flex-direction: column;
  887. justify-content: space-between;
  888. margin: 27rpx 0 0 30rpx;
  889. }
  890. .list-items_3-0 {
  891. background-color: rgba(255, 255, 255, 1);
  892. border-radius: 20rpx;
  893. width: 690rpx;
  894. display: flex;
  895. flex-direction: column;
  896. }
  897. .image-text_17-0 {
  898. width: 366rpx;
  899. height: 29rpx;
  900. flex-direction: row;
  901. display: flex;
  902. justify-content: space-between;
  903. margin: 34rpx 0 0 30rpx;
  904. }
  905. .text-group_6-0 {
  906. width: 327rpx;
  907. height: 29rpx;
  908. overflow-wrap: break-word;
  909. color: rgba(49, 37, 32, 1);
  910. font-size: 30rpx;
  911. font-family: SourceHanSansCN-Bold;
  912. font-weight: 700;
  913. text-align: left;
  914. white-space: nowrap;
  915. line-height: 30rpx;
  916. }
  917. .text_14-0 {
  918. width: 622rpx;
  919. height: 66rpx;
  920. overflow-wrap: break-word;
  921. color: rgba(102, 102, 102, 1);
  922. font-size: 24rpx;
  923. font-family: SourceHanSansCN-Regular;
  924. font-weight: normal;
  925. text-align: left;
  926. line-height: 28rpx;
  927. margin: 24rpx 0 0 29rpx;
  928. }
  929. .text_15-0 {
  930. width: 242rpx;
  931. height: 22rpx;
  932. overflow-wrap: break-word;
  933. color: rgba(153, 153, 153, 1);
  934. font-size: 24rpx;
  935. font-family: SourceHanSansCN-Normal;
  936. font-weight: normal;
  937. text-align: left;
  938. white-space: nowrap;
  939. line-height: 24rpx;
  940. margin: 26rpx 0 30rpx 422rpx;
  941. }
  942. .ziLiao {
  943. height: 400rpx;
  944. }
  945. </style>