xueYuan.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. <template>
  2. <view class="">
  3. <view class="box">
  4. <view class="group_1">
  5. <u-navbar title="学院" :placeholder="true" bgColor="rgba(255,255,255,0)" :leftIconSize="0" titleStyle="font-weight:bold;color:#7a5831"></u-navbar>
  6. <view class="block_2">
  7. <view class="an" style="margin-top: 20rpx; margin-bottom: 20rpx">
  8. <u-notice-bar text="系统消息提示"></u-notice-bar>
  9. </view>
  10. <view class="image_16" @click="zhengCe">
  11. <image style="width: 100%; height: 100%" src="https://huli-app.wenlvti.net/app_static/minnanhun/image/mn_tp.png" class=""></image>
  12. </view>
  13. <view class="group_2">
  14. <view
  15. @click="coursesBtn"
  16. class="box_1"
  17. style="background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/mn_wb.png'); background-size: 100% 100%"
  18. >
  19. <view class="text-wrapper_1">
  20. <text lines="1" class="text_3">学习课程</text>
  21. </view>
  22. </view>
  23. <view class="box_2">
  24. <view class="block_3">
  25. <view
  26. @click="huodong"
  27. class="block_4"
  28. style="background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/mn_ms.png'); background-size: 100% 100%"
  29. >
  30. <view class="text-wrapper_2">
  31. <text lines="1" class="text_4">名师在线</text>
  32. </view>
  33. </view>
  34. <view
  35. @click="scheduleBtn"
  36. class="text-wrapper_3"
  37. style="background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/mn_cj.png'); background-size: 100% 100%"
  38. >
  39. <text lines="1" class="text_5">产教融合</text>
  40. </view>
  41. </view>
  42. <button
  43. @click="learnBtn"
  44. class="button_1"
  45. style="background: url('https://huli-app.wenlvti.net/app_static/minnanhun/image/mn_zw.png'); background-size: 100% 100%"
  46. >
  47. <view class="text-wrapper_4">
  48. <text lines="1" class="text_6">自我测验</text>
  49. </view>
  50. </button>
  51. </view>
  52. </view>
  53. <view class="text-wrapper_5">
  54. <text lines="1" class="text_7">名家推荐</text>
  55. <text lines="1" class="text_8" @click="ceshiBtn">查看更多》</text>
  56. </view>
  57. <view class="group_3">
  58. <view class="group_4" v-for="item in mingJiaList" :key="item" @click="expertBtn(item)">
  59. <view class="image-wrapper_1">
  60. <image :src="item.img" class="single-avatar_1"></image>
  61. </view>
  62. <view class="block_5">
  63. <view class="text-group_1">
  64. <text lines="1" class="text_9">{{ item.name }}</text>
  65. <!-- <text lines="1" class="text_10">职称</text> -->
  66. </view>
  67. </view>
  68. <view class="block_6">
  69. <view class="image-text_1">
  70. <text lines="1" decode="true" class="text-group_2">&nbsp;教学指数</text>
  71. <uni-icons color="#ca5642" type="star-filled" size="18"></uni-icons>
  72. <uni-icons color="#ca5642" type="star-filled" size="18"></uni-icons>
  73. <uni-icons color="#ca5642" type="star-filled" size="18"></uni-icons>
  74. <uni-icons color="#ca5642" type="star-filled" size="18"></uni-icons>
  75. <uni-icons color="#ca5642" type="star-filled" size="18"></uni-icons>
  76. </view>
  77. </view>
  78. <view class="block_7">
  79. <button bindtap="onClick" class="button_2">
  80. <text lines="1" class="text_11">详情</text>
  81. </button>
  82. </view>
  83. </view>
  84. </view>
  85. <!--
  86. <view class="text-wrapper_6">
  87. <text lines="1" class="text_21">推荐课程</text>
  88. <text lines="1" class="text_22">查看更多》</text>
  89. </view> -->
  90. <!-- <view class="group_13" v-for="item in tjkcList" :key="item" @click="kcBtn">
  91. <image :src="item.img" class="image_12"></image>
  92. <view class="group_14">
  93. <view class="text-group_9">
  94. <text lines="1" class="text_23">课程标题</text>
  95. <text lines="1" class="text_24">课程附标题</text>
  96. </view>
  97. <view class="text-wrapper_7">
  98. <text lines="1" class="text_25">会员价</text>
  99. <text lines="1" class="text_26">¥99</text>
  100. </view>
  101. </view>
  102. <button bindtap="onClick" class="button_6">
  103. <text lines="1" class="text_27">立即报名</text>
  104. </button>
  105. </view> -->
  106. </view>
  107. </view>
  108. </view>
  109. <!-- 文保课程 -->
  110. <view class="box">
  111. <view class="box-head">
  112. <view class="text-wrapper_6">
  113. <text lines="1" class="text_21">推荐课程</text>
  114. <text lines="1" class="text_22" @click="onRedirect('course-home')">查看更多》</text>
  115. </view>
  116. </view>
  117. <view class="box-main course-list">
  118. <course-item v-for="(item, index) in state.course_list" :key="index" :item="item"></course-item>
  119. </view>
  120. </view>
  121. <mntabBar footerTab="3" :messageCount="0"></mntabBar>
  122. </view>
  123. </template>
  124. <script>
  125. import { mapState } from 'vuex';
  126. let that;
  127. export default {
  128. components: {},
  129. data() {
  130. return {
  131. state: null,
  132. mingJiaList: [
  133. {
  134. img: 'https://feicheng.16fw.cn:1443/uploads/20230602/5ee294b117a1f6d134245dc074152b3b.jpg',
  135. id: 1,
  136. name: '李向群老师'
  137. },
  138. {
  139. img: 'https://feicheng.16fw.cn:1443/uploads/20230602/7957d5904f92e16f6fdc9559768edf7b.jpg',
  140. id: 2,
  141. name: '黄国富老师'
  142. }
  143. ],
  144. bannerlist: [],
  145. tjkcList: [
  146. {
  147. img: 'https://i1.hdslb.com/bfs/archive/acffcc28ff54120aa48199faba07f0409fc07110.jpg'
  148. },
  149. {
  150. img: 'https://img1.baidu.com/it/u=1515823842,2345646418&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=256'
  151. }
  152. ]
  153. };
  154. },
  155. onLoad(option) {
  156. that = this;
  157. // this.getBannerList();
  158. this.getHomeData();
  159. },
  160. computed: {
  161. // ...mapState(['ceShi'])
  162. },
  163. methods: {
  164. // 新版活动临时跳转
  165. huodong() {
  166. uni.navigateTo({
  167. url: '/xueyuan_fenbao/kcXiangQing/huoDong'
  168. });
  169. },
  170. // 省级政策临时跳转
  171. zhengCe() {
  172. uni.navigateTo({
  173. url: '/xueyuan_fenbao/kcXiangQing/zhengCe'
  174. });
  175. },
  176. ceshiBtn() {
  177. uni.navigateTo({
  178. url: '/xueyuan_fenbao/jiGou/jiGou'
  179. });
  180. },
  181. getHomeData() {
  182. this.$api.getHomeData({}, function (res) {
  183. // console.log(res, 1010);
  184. // this.hasLoad = true
  185. // this.loadingType = -1
  186. that.state = res.data;
  187. console.log(that.state, 1010);
  188. });
  189. },
  190. onRedirect(type) {
  191. console.log('onRedirect', type);
  192. var pages = {
  193. 'course-home': '/pages/course/index',
  194. 'schedule-home': '/pages/schedule/index'
  195. };
  196. var page = pages[type] || '';
  197. if (page) {
  198. if (type === 'course-home' || type === 'schedule-home') {
  199. uni.navigateTo({
  200. url: page
  201. });
  202. } else {
  203. uni.navigateTo({
  204. url: page
  205. });
  206. }
  207. }
  208. },
  209. // 合并的教育小程序方法end
  210. // 学习课程
  211. coursesBtn() {
  212. uni.navigateTo({
  213. url: '/pages/course/index'
  214. });
  215. },
  216. // 产教融合
  217. scheduleBtn() {
  218. uni.navigateTo({
  219. url: '/pages/schedule/index'
  220. });
  221. },
  222. // 自我检验
  223. learnBtn() {
  224. uni.navigateTo({
  225. url: '/pages/user/learn'
  226. });
  227. },
  228. // 专家介绍
  229. expertBtn(item) {
  230. console.log(item);
  231. uni.navigateTo({
  232. url: `/xueyuan_fenbao/zhuangJia/zhuangJia?id=${item.id}`
  233. });
  234. },
  235. // 课程详情
  236. kcBtn() {
  237. uni.navigateTo({
  238. url: '/xueyuan_fenbao/kcXiangQing/kcXiangQing'
  239. });
  240. },
  241. getBannerList() {
  242. this.$api.getBannerList({ block: 'home' }, function (res) {
  243. // console.log(res);
  244. if (res.code > 0) {
  245. that.bannerlist = [];
  246. for (var i = 0; i < res.data.length; i++) {
  247. if (res.data[i].type == 'banner') {
  248. that.bannerlist.push({
  249. title: res.data[i].title,
  250. url: that.$config.baseUrl + res.data[i].image,
  251. page: res.data[i].url
  252. });
  253. }
  254. }
  255. }
  256. });
  257. }
  258. }
  259. };
  260. </script>
  261. <style>
  262. .box {
  263. height: auto;
  264. width: 100%;
  265. background-color: #f8f8f8;
  266. background-attachment: fixed;
  267. border-radius: 16px 16px 0 0;
  268. position: relative;
  269. display: flex;
  270. flex-direction: column;
  271. }
  272. .group_1 {
  273. position: relative;
  274. width: 750rpx;
  275. background-size: 100% 100%;
  276. display: flex;
  277. flex-direction: column;
  278. }
  279. .block_2 {
  280. position: relative;
  281. width: 750rpx;
  282. margin-bottom: 10rpx;
  283. display: flex;
  284. flex-direction: column;
  285. }
  286. .text_2 {
  287. width: 319rpx;
  288. height: 23rpx;
  289. overflow-wrap: break-word;
  290. color: rgba(153, 153, 153, 1);
  291. font-size: 24rpx;
  292. font-family: PingFang-SC-Regular;
  293. font-weight: normal;
  294. text-align: left;
  295. white-space: nowrap;
  296. line-height: 24rpx;
  297. margin: 21rpx 281rpx 0 23rpx;
  298. }
  299. .image_3 {
  300. width: 650rpx;
  301. height: 240rpx;
  302. margin: 52rpx 0 0 52rpx;
  303. }
  304. .group_2 {
  305. width: 686rpx;
  306. height: 362rpx;
  307. flex-direction: row;
  308. display: flex;
  309. justify-content: space-between;
  310. margin: 10rpx 0 0 32rpx;
  311. }
  312. .box_1 {
  313. height: 362rpx;
  314. display: flex;
  315. flex-direction: column;
  316. width: 179rpx;
  317. }
  318. .text-wrapper_1 {
  319. width: 179rpx;
  320. height: 362rpx;
  321. display: flex;
  322. flex-direction: column;
  323. }
  324. .text_3 {
  325. width: 117rpx;
  326. height: 28rpx;
  327. overflow-wrap: break-word;
  328. color: rgba(255, 255, 255, 1);
  329. font-size: 30rpx;
  330. font-family: Adobe Heiti Std R;
  331. font-weight: normal;
  332. text-align: left;
  333. white-space: nowrap;
  334. line-height: 30rpx;
  335. margin: 167rpx 0 0 31rpx;
  336. }
  337. .box_2 {
  338. width: 479rpx;
  339. height: 358rpx;
  340. margin-top: 3rpx;
  341. display: flex;
  342. flex-direction: column;
  343. justify-content: space-between;
  344. }
  345. .block_3 {
  346. /* width: 686rpx; */
  347. height: 440rpx;
  348. flex-direction: row;
  349. display: flex;
  350. /* justify-content: space-between; */
  351. }
  352. .block_4 {
  353. height: 238rpx;
  354. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/psac2t2wtcm0h8semihka78i97rgy3z0k9d0vxy3322c323xr5f050ebd-fda6-4691-8385-e2c10199e339) 100% no-repeat;
  355. background-size: 100% 100%;
  356. display: flex;
  357. flex-direction: column;
  358. width: 225rpx;
  359. }
  360. .text-wrapper_2 {
  361. height: 238rpx;
  362. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/ps6gz05f11kuxiggb90g6bbl0ya23uwhfrthp4zs0v1hdgf1or45037c24-24f9-4599-ad7f-a6f45ff324f0) 100% no-repeat;
  363. background-size: 100% 100%;
  364. display: flex;
  365. flex-direction: column;
  366. width: 225rpx;
  367. }
  368. .text_4 {
  369. width: 117rpx;
  370. height: 29rpx;
  371. overflow-wrap: break-word;
  372. color: rgba(255, 255, 255, 1);
  373. font-size: 30rpx;
  374. font-family: Adobe Heiti Std R;
  375. font-weight: normal;
  376. text-align: left;
  377. white-space: nowrap;
  378. line-height: 30rpx;
  379. margin: 104rpx 0 0 53rpx;
  380. }
  381. .text-wrapper_3 {
  382. height: 238rpx;
  383. /* background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/ps5k0mpe16d8bvgqfrqxr3q4pqkie5qaor6ga6dg9pyyrgrpb96ba7e5d9-a3dc-4877-a3b6-f0818f0b8455) 100% no-repeat; */
  384. /* background-size: 100% 100%; */
  385. display: flex;
  386. flex-direction: column;
  387. width: 225rpx;
  388. margin-left: 30rpx;
  389. }
  390. .text_5 {
  391. width: 118rpx;
  392. height: 29rpx;
  393. overflow-wrap: break-word;
  394. color: rgba(255, 255, 255, 1);
  395. font-size: 30rpx;
  396. font-family: Adobe Heiti Std R;
  397. font-weight: normal;
  398. text-align: left;
  399. white-space: nowrap;
  400. line-height: 30rpx;
  401. margin: 104rpx 0 0 53rpx;
  402. }
  403. .button_1 {
  404. height: 120rpx;
  405. /* background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/psua2f69ld98fzjjor2xu0ehhq2vwe9udidkige5zsdf91kyb9813eb2ef-246e-4904-898c-23cc6da2b558) 100% no-repeat;
  406. background-size: 100% 100%; */
  407. /* margin-top: 28rpx; */
  408. display: flex;
  409. flex-direction: column;
  410. width: 479rpx;
  411. }
  412. .text-wrapper_4 {
  413. height: 92rpx;
  414. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/pssewpti4kxwasjornjm2vyq8r467p66r8k2ra76301pxpqfr3b9eaf00-08f2-40bd-887f-0ebafa6a232e) 100% no-repeat;
  415. background-size: 100% 100%;
  416. display: flex;
  417. flex-direction: column;
  418. width: 479rpx;
  419. }
  420. .text_6 {
  421. width: 114rpx;
  422. height: 29rpx;
  423. overflow-wrap: break-word;
  424. color: rgba(255, 255, 255, 1);
  425. font-size: 30rpx;
  426. font-family: Adobe Heiti Std R;
  427. font-weight: normal;
  428. text-align: left;
  429. white-space: nowrap;
  430. line-height: 20rpx;
  431. margin: 33rpx 0 0 183rpx;
  432. }
  433. .text-wrapper_5 {
  434. width: 650rpx;
  435. height: 28rpx;
  436. flex-direction: row;
  437. display: flex;
  438. justify-content: space-between;
  439. margin: 32rpx 0 32rpx 49rpx;
  440. }
  441. .text_7 {
  442. width: 110rpx;
  443. height: 28rpx;
  444. overflow-wrap: break-word;
  445. color: rgba(18, 18, 18, 1);
  446. font-size: 28rpx;
  447. font-family: SourceHanSansCN-Bold;
  448. font-weight: 700;
  449. text-align: left;
  450. white-space: nowrap;
  451. line-height: 28rpx;
  452. }
  453. .text_8 {
  454. color: rgba(102, 102, 102, 1);
  455. font-size: 24rpx;
  456. line-height: 24rpx;
  457. margin-top: 7rpx;
  458. }
  459. .group_3 {
  460. /* width: 686rpx; */
  461. display: flex;
  462. flex-flow: wrap;
  463. margin-left: 30rpx;
  464. /* margin: 33rpx 0 0 32rpx; */
  465. }
  466. .group_4 {
  467. background-color: rgba(255, 255, 255, 1);
  468. border-radius: 10rpx;
  469. height: 440rpx;
  470. width: 330rpx;
  471. display: flex;
  472. margin-bottom: 25rpx;
  473. margin-right: 25rpx;
  474. flex-direction: column;
  475. }
  476. .image-wrapper_1 {
  477. width: 140rpx;
  478. height: 140rpx;
  479. display: flex;
  480. flex-direction: row;
  481. margin: 38rpx 0 0 95rpx;
  482. }
  483. .single-avatar_1 {
  484. width: 100%;
  485. height: 100%;
  486. border-radius: 50%;
  487. }
  488. .block_5 {
  489. width: 118rpx;
  490. height: 62rpx;
  491. display: flex;
  492. flex-direction: row;
  493. margin: 26rpx 0 0 80rpx;
  494. }
  495. .text-group_1 {
  496. width: 118rpx;
  497. height: 62rpx;
  498. display: flex;
  499. flex-direction: column;
  500. justify-content: space-between;
  501. }
  502. .text_9 {
  503. width: 118rpx;
  504. height: 30rpx;
  505. overflow-wrap: break-word;
  506. color: rgba(49, 37, 32, 1);
  507. font-size: 30rpx;
  508. font-family: SourceHanSansCN-Bold;
  509. font-weight: 700;
  510. text-align: left;
  511. white-space: nowrap;
  512. line-height: 30rpx;
  513. }
  514. .text_10 {
  515. width: 47rpx;
  516. height: 23rpx;
  517. overflow-wrap: break-word;
  518. color: rgba(102, 102, 102, 1);
  519. font-size: 24rpx;
  520. font-family: SourceHanSansCN-Regular;
  521. font-weight: normal;
  522. text-align: left;
  523. white-space: nowrap;
  524. line-height: 24rpx;
  525. margin: 9rpx 0 0 34rpx;
  526. }
  527. .block_6 {
  528. width: 245rpx;
  529. height: 24rpx;
  530. flex-direction: row;
  531. display: flex;
  532. justify-content: space-between;
  533. margin-left: 42rpx;
  534. }
  535. .image-text_1 {
  536. width: 163rpx;
  537. height: 24rpx;
  538. flex-direction: row;
  539. align-items: center;
  540. display: flex;
  541. justify-content: space-between;
  542. }
  543. .text-group_2 {
  544. width: 95rpx;
  545. height: 22rpx;
  546. overflow-wrap: break-word;
  547. color: rgba(102, 102, 102, 1);
  548. font-size: 24rpx;
  549. font-family: SourceHanSansCN-ExtraLight;
  550. font-weight: 250;
  551. text-align: left;
  552. white-space: nowrap;
  553. line-height: 24rpx;
  554. margin-top: 2rpx;
  555. }
  556. .block_7 {
  557. width: 156rpx;
  558. height: 45rpx;
  559. display: flex;
  560. flex-direction: row;
  561. margin: 23rpx 0 59rpx 87rpx;
  562. }
  563. .button_2 {
  564. background-color: rgba(202, 86, 66, 1);
  565. border-radius: 10rpx;
  566. height: 45rpx;
  567. display: flex;
  568. flex-direction: column;
  569. width: 156rpx;
  570. }
  571. .text_11 {
  572. width: 46rpx;
  573. height: 22rpx;
  574. overflow-wrap: break-word;
  575. color: rgba(248, 226, 175, 1);
  576. font-size: 24rpx;
  577. font-family: SourceHanSansCN-Regular;
  578. font-weight: normal;
  579. text-align: left;
  580. white-space: nowrap;
  581. line-height: 24rpx;
  582. margin: 11rpx 0 0 25rpx;
  583. }
  584. .text-wrapper_6 {
  585. width: 651rpx;
  586. height: 28rpx;
  587. flex-direction: row;
  588. display: flex;
  589. justify-content: space-between;
  590. margin: 20rpx 0 0 48rpx;
  591. }
  592. .text_21 {
  593. width: 111rpx;
  594. height: 28rpx;
  595. overflow-wrap: break-word;
  596. color: rgba(49, 37, 32, 1);
  597. font-size: 28rpx;
  598. font-family: SourceHanSansCN-Bold;
  599. font-weight: 700;
  600. text-align: left;
  601. white-space: nowrap;
  602. line-height: 28rpx;
  603. }
  604. .text_22 {
  605. color: rgba(102, 102, 102, 1);
  606. font-size: 24rpx;
  607. line-height: 24rpx;
  608. margin-top: 7rpx;
  609. }
  610. .group_13 {
  611. background-color: rgba(255, 255, 255, 1);
  612. border-radius: 10rpx;
  613. width: 686rpx;
  614. height: 170rpx;
  615. flex-direction: row;
  616. display: flex;
  617. margin: 28rpx 0 0 32rpx;
  618. }
  619. .image_12 {
  620. width: 307rpx;
  621. height: 171rpx;
  622. }
  623. .group_14 {
  624. width: 130rpx;
  625. height: 122rpx;
  626. display: flex;
  627. flex-direction: column;
  628. justify-content: space-between;
  629. margin: 29rpx 0 0 20rpx;
  630. }
  631. .text-group_9 {
  632. width: 111rpx;
  633. height: 61rpx;
  634. display: flex;
  635. flex-direction: column;
  636. justify-content: space-between;
  637. }
  638. .text_23 {
  639. width: 110rpx;
  640. height: 26rpx;
  641. overflow-wrap: break-word;
  642. color: rgba(49, 37, 32, 1);
  643. font-size: 28rpx;
  644. font-family: SourceHanSansCN-Regular;
  645. font-weight: normal;
  646. text-align: left;
  647. white-space: nowrap;
  648. line-height: 28rpx;
  649. margin-left: 1rpx;
  650. }
  651. .text_24 {
  652. width: 107rpx;
  653. height: 21rpx;
  654. overflow-wrap: break-word;
  655. color: rgba(102, 102, 102, 1);
  656. font-size: 22rpx;
  657. font-family: SourceHanSansCN-Regular;
  658. font-weight: normal;
  659. text-align: left;
  660. white-space: nowrap;
  661. line-height: 22rpx;
  662. margin-top: 14rpx;
  663. }
  664. .text-wrapper_7 {
  665. width: 125rpx;
  666. height: 22rpx;
  667. flex-direction: row;
  668. display: flex;
  669. justify-content: space-between;
  670. margin: 39rpx 0 0 5rpx;
  671. }
  672. .text_25 {
  673. width: 60rpx;
  674. height: 20rpx;
  675. overflow-wrap: break-word;
  676. color: rgba(202, 86, 66, 1);
  677. font-size: 20rpx;
  678. font-family: SourceHanSansCN-Regular;
  679. font-weight: normal;
  680. text-align: left;
  681. white-space: nowrap;
  682. line-height: 20rpx;
  683. margin-top: 2rpx;
  684. }
  685. .text_26 {
  686. width: 56rpx;
  687. height: 22rpx;
  688. overflow-wrap: break-word;
  689. color: rgba(202, 86, 66, 1);
  690. font-size: 28rpx;
  691. font-family: SourceHanSansCN-Bold;
  692. font-weight: 700;
  693. text-align: left;
  694. white-space: nowrap;
  695. line-height: 28rpx;
  696. }
  697. .button_6 {
  698. background-color: rgba(202, 86, 66, 1);
  699. border-radius: 10rpx;
  700. height: 44rpx;
  701. display: flex;
  702. flex-direction: column;
  703. width: 129rpx;
  704. margin: 115rpx 18rpx 0 82rpx;
  705. }
  706. .text_27 {
  707. color: rgba(248, 226, 175, 1);
  708. font-size: 24rpx;
  709. white-space: nowrap;
  710. line-height: 45rpx;
  711. margin-left: -10rpx;
  712. }
  713. .image_16 {
  714. width: 686rpx;
  715. height: 240rpx;
  716. margin: 0 auto;
  717. }
  718. </style>