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