crowdfundingDetails.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796
  1. <template>
  2. <view class="crowdfunding-details">
  3. <view class="custom-navbar" :style="navBgStyle">
  4. <view class="navbar-left scale-tap" @click="goBack">
  5. <image src="@/static/crowdFunding/back.png" mode="widthFix"></image>
  6. </view>
  7. <view class="navbar-center one-omit" style="max-width: 70vw; " :style="{ opacity: navBgOpacity }">
  8. 【Woh】灯塔 塔罗牌 治愈风泛伟特系伟特系伟特系
  9. </view>
  10. <view class="navbar-right scale-tap" @click="showShare = true">
  11. <image src="@/static/crowdFunding/share.png" mode="widthFix"></image>
  12. </view>
  13. </view>
  14. <!-- 顶部视频图片混合轮播 -->
  15. <swiper class="top-swiper" indicator-dots circular>
  16. <swiper-item v-for="(item, idx) in mediaList" :key="idx">
  17. <view v-if="item.type === 'video'" class="video-wrapper">
  18. <video class="swiper-video" :src="item.src" :poster="item.poster" controls autoplay
  19. @ended="videoPlaying = false"></video>
  20. </view>
  21. <image v-else class="swiper-img" :src="item.src" mode="aspectFill" />
  22. </swiper-item>
  23. </swiper>
  24. <view class="content">
  25. <!-- 项目信息 -->
  26. <view class="section project-card">
  27. <view class="project-title">【Woh】灯塔 塔罗牌 治愈风泛传特系</view>
  28. <view class="progress-bar-wrap">
  29. <uv-line-progress height="8rpx" :showText="false" :percentage="85.45" inactiveColor="#F0F0F0"
  30. activeColor="#ACF934"></uv-line-progress>
  31. <view class="progress-percent">85.45%</view>
  32. </view>
  33. <view class="project-stats">
  34. <view class="stat-block">
  35. <view class="stat-main amountOfMoney">¥70,808.00</view>
  36. <view class="stat-sub">357人支持</view>
  37. </view>
  38. <view class="stat-block">
  39. <view class="stat-main">31天</view>
  40. <view class="stat-sub">剩余时间</view>
  41. </view>
  42. <view class="stat-block">
  43. <view class="stat-main">¥20,000</view>
  44. <view class="stat-sub">众筹目标</view>
  45. </view>
  46. </view>
  47. </view>
  48. <!-- 项目更新 -->
  49. <view class="section project-update">
  50. <view class="project-update-left">
  51. <view class="project-update-left-title">
  52. <view>·2次更新</view>
  53. <view style="color: #999;">2025.5.23 16:23</view>
  54. </view>
  55. <view class="project-update-left-content">
  56. <view>附赠精品灯塔牌包装,附赠精品灯塔牌包装</view>
  57. <view class="image">
  58. <image src="@/static/crowdFunding/crowdfundingDetails-poster.png" />
  59. </view>
  60. </view>
  61. </view>
  62. <view class="project-update-right scale-tap" @click="goPage('/pages/crowdFunding/discussionArea?tags=update')">
  63. <view>历史更新</view>
  64. <image src="@/static/crowdFunding/updateDetails.png"></image>
  65. </view>
  66. </view>
  67. <view class="section comment scale-tap">
  68. <view class="comment-title">
  69. <view>项目讨论(10)</view>
  70. <view class="comment-more" @click="goPage('/pages/crowdFunding/discussionArea?tags=comment')">查看更多 <image src="@/static/crowdFunding/right.png"></image>
  71. </view>
  72. </view>
  73. <view class="comment-content">
  74. <block v-for="(item, idx) in commentList" :key="idx">
  75. <view class="comment-item">
  76. <image class="comment-avatar" :src="item.avatar"></image>
  77. <view class="comment-item-main">
  78. <view class="comment-item-content">{{ item.content }}</view>
  79. </view>
  80. <view class="comment-item-like">
  81. <image class="like-icon"
  82. :src="item.liked ? '/static/icon/icon-18.png' : '/static/icon/icon-19.png'"></image>
  83. <text class="like-num">{{ item.likeNum }}</text>
  84. </view>
  85. </view>
  86. </block>
  87. </view>
  88. </view>
  89. <!-- 塔罗牌介绍 -->
  90. <view class="section poster">
  91. <view class="initiator-bar">
  92. <image class="initiator-avatar" :src="initiator.avatar" />
  93. <view class="initiator-info">
  94. <text class="initiator-name">{{ initiator.name }}</text>
  95. <text class="initiator-tag">发起人</text>
  96. </view>
  97. <view class="initiator-service-btn blick-btn-animation" @click="goPage('/pages/crowdFunding/customerService')">
  98. <image class="service-icon" src="@/static/crowdFunding/service.png" />
  99. <text>客服</text>
  100. </view>
  101. </view>
  102. <image class="intro-img" src="@/static/crowdFunding/crowdfundingDetails-poster.png" mode="widthFix" />
  103. </view>
  104. <!-- 风险说明 -->
  105. <view class="section risk-section">
  106. <view class="risk-row">
  107. <view class="risk-title">退款政策</view>
  108. <view class="risk-more ">查看更多 <image src="@/static/crowdFunding/right.png" class="risk-more-icon" /></view>
  109. </view>
  110. <view class="risk-desc">众筹结束前最后1个小时无法申请退款</view>
  111. <view class="risk-row risk-row-border">
  112. <view class="risk-title">风险提示</view>
  113. </view>
  114. <view class="risk-content">
  115. <view>1. 您参与众筹是支持将创意变为现实的过程,而不是直接的商品交易,因此存在一定风险。请您根据自己的判断选择,支持众筹项目。</view>
  116. <view>2. 众筹存在于发起人与支持者之间,摩点作为第三方平台,提供网络空间、技术支持等服务。众筹的回报产品和承诺由发起人负责。</view>
  117. </view>
  118. </view>
  119. </view>
  120. <view class="bottom-bar-reserveASeat"></view>
  121. <view class="bottom-bar">
  122. <view class="bottom-bar-left">
  123. <view class="bar-btn">
  124. <image v-if="true" src="@/static/crowdFunding/collect.png" class=" scale-tap bar-icon" />
  125. <image v-else src="@/static/crowdFunding/collect-active.png" class=" scale-tap bar-icon" />
  126. <view class="bar-text">收藏</view>
  127. </view>
  128. <view class="bar-btn">
  129. <image v-if="true" src="@/static/crowdFunding/like.png" class=" scale-tap bar-icon" />
  130. <image v-else src="@/static/crowdFunding/like-active.png" class=" scale-tap bar-icon" />
  131. <view class="bar-text">看好</view>
  132. </view>
  133. </view>
  134. <button class="buy-btn blick-btn-animation">立即购买支持</button>
  135. </view>
  136. <image src="@/static/crowdFunding/backToTop.png" class="back-top scale-tap" v-show="navBgOpacity > 0.9" @click="scrollToTop"></image>
  137. <!-- 分享弹窗 -->
  138. <SharePopup :visible="showShare" :userId="userId" :share-title="shareTitle" :share-desc="shareDesc" :share-img="shareImg" view="crowdfundingDetails" @close="showShare = false" :isReportContent="true" />
  139. </view>
  140. </template>
  141. <script>
  142. import VideoPlayer from "@/components/VideoPlayer/VideoPlayer.vue";
  143. import SharePopup from "@/components/SharePopup/SharePopup.vue";
  144. export default {
  145. components: {
  146. VideoPlayer,
  147. SharePopup
  148. },
  149. data() {
  150. return {
  151. mediaList: [
  152. // { type: 'video', src: 'https://media.w3.org/2010/05/sintel/trailer.mp4', poster: 'https://www.w3schools.com/html/pic_trulli.jpg' },
  153. { type: 'image', src: '../../static/crowdFunding/top-img.png' },
  154. { type: 'image', src: 'https://img.alicdn.com/imgextra/i3/2200704180017/O1CN01Qw6QwF1w6Qw6QwF1w6QwF_!!2200704180017.jpg' }
  155. ],
  156. videoPlaying: false,
  157. currentMediaIndex: 0,
  158. commentList: [
  159. {
  160. avatar: '/static/crowdFunding/top-img.png',
  161. content: '还是希望签名能签在书上,还是希望签名能签在书上还是希望签名能签在书上还是希望签名能签在书上,还是希望签名能签在书上还是希望签名能签在书上',
  162. likeNum: 12,
  163. liked: false
  164. },
  165. {
  166. avatar: '/static/crowdFunding/top-img.png',
  167. content: '还是希望签名能签在书上',
  168. likeNum: 12,
  169. liked: true
  170. }
  171. ],
  172. navBgOpacity: 0,
  173. swiperHeight: 0,
  174. initiator: {
  175. avatar: '/static/crowdFunding/top-img.png',
  176. name: '也许时间是一种解药'
  177. },
  178. showShare: false,
  179. shareTitle: '【Woh】灯塔 塔罗牌 治愈风泛传特系',
  180. shareDesc: '快来支持这个有趣的众筹项目吧!',
  181. shareImg: require('@/static/crowdFunding/top-img.png'),
  182. userId: 0, // 可根据实际登录用户赋值
  183. }
  184. },
  185. computed: {
  186. navBgStyle() {
  187. return {
  188. background: `rgba(255,255,255,${this.navBgOpacity})`,
  189. transition: 'background 0.3s'
  190. }
  191. }
  192. },
  193. methods: {
  194. // 返回上一页
  195. goBack() {
  196. uni.navigateBack({
  197. delta: 1,
  198. });
  199. },
  200. scrollToTop() {
  201. uni.pageScrollTo({
  202. scrollTop: 0,
  203. duration: 300
  204. });
  205. },
  206. playVideo(idx) {
  207. this.currentMediaIndex = idx;
  208. this.videoPlaying = true;
  209. },
  210. goPage(url) {
  211. uni.navigateTo({
  212. url: url
  213. });
  214. }
  215. },
  216. mounted() {
  217. this.$nextTick(() => {
  218. // 动态获取轮播图高度
  219. uni.createSelectorQuery().in(this).select('.top-swiper').boundingClientRect(rect => {
  220. if (rect) {
  221. this.swiperHeight = rect.height;
  222. }
  223. }).exec();
  224. });
  225. },
  226. onPageScroll(e) {
  227. const threshold = this.swiperHeight || uni.upx2px(400); // 优先用实际高度
  228. let opacity = 0;
  229. if (e.scrollTop > 0) {
  230. opacity = Math.min(e.scrollTop / threshold, 1);
  231. }
  232. this.navBgOpacity = opacity;
  233. }
  234. }
  235. </script>
  236. <style lang="scss" scoped>
  237. .crowdfunding-details {
  238. /* 自定义导航栏样式 */
  239. .custom-navbar {
  240. display: flex;
  241. flex-direction: row;
  242. align-items: center;
  243. justify-content: space-between;
  244. width: 100%;
  245. height: calc(90rpx + var(--status-bar-height));
  246. padding: 0 20rpx;
  247. position: fixed;
  248. top: 0;
  249. z-index: 100;
  250. padding: 12rpx 24rpx;
  251. padding-top:calc( var(--status-bar-height) + 12rpx);
  252. background: transparent;
  253. transition: background 0.3s;
  254. image {
  255. width: 64rpx;
  256. height: 64rpx;
  257. }
  258. }
  259. .top-swiper {
  260. width: 100vw;
  261. height: 100vw;
  262. overflow: hidden;
  263. .video-wrapper {
  264. position: relative;
  265. width: 100%;
  266. height: 400rpx;
  267. .swiper-img,
  268. .swiper-video {
  269. width: 100%;
  270. height: 100%;
  271. object-fit: cover;
  272. }
  273. .custom-play-btn {
  274. position: absolute;
  275. left: 30rpx;
  276. bottom: 30rpx;
  277. width: 80rpx;
  278. height: 80rpx;
  279. background: rgba(0, 0, 0, 0.4);
  280. border-radius: 50%;
  281. display: flex;
  282. align-items: center;
  283. justify-content: center;
  284. .play-icon {
  285. width: 48rpx;
  286. height: 48rpx;
  287. }
  288. }
  289. }
  290. .swiper-img {
  291. width: 100%;
  292. height: 100%;
  293. object-fit: cover;
  294. }
  295. }
  296. .content {
  297. background: #f2f6f2;
  298. padding: 20rpx;
  299. .section {
  300. background: #fff;
  301. border-radius: 12rpx;
  302. padding: 16rpx;
  303. padding-bottom: 20rpx;
  304. margin: 12rpx 0;
  305. .section-title {
  306. font-size: 28rpx;
  307. font-family: 'PingFang SC-Medium';
  308. margin-bottom: 6rpx;
  309. }
  310. .section-content {
  311. color: #333;
  312. font-size: 24rpx;
  313. line-height: 1.8;
  314. }
  315. .intro-img {
  316. width: 100%;
  317. margin: 0;
  318. padding: 0;
  319. margin-bottom: -10rpx;
  320. }
  321. }
  322. .project-card {
  323. padding-bottom: 15rpx;
  324. .project-title {
  325. font-size: 36rpx;
  326. color: 1f1f1f;
  327. font-family: "PingFang SC-Bold";
  328. font-weight: 400;
  329. }
  330. .progress-bar-wrap {
  331. display: flex;
  332. align-items: center;
  333. font-size: 20rpx;
  334. color: #1F1F1F;
  335. padding-top: 30rpx;
  336. padding-bottom: 14rpx;
  337. .progress-percent {
  338. padding-left: 12rpx;
  339. }
  340. }
  341. .project-stats {
  342. display: flex;
  343. justify-content: space-between;
  344. padding-top: 0;
  345. .stat-block {
  346. display: flex;
  347. flex-direction: column;
  348. align-items: center;
  349. text-align: center;
  350. justify-content: center;
  351. color: #1F1F1F;
  352. &:first-child {
  353. align-items: flex-start;
  354. }
  355. &:last-child {
  356. display: flex;
  357. flex-direction: column;
  358. align-items: center;
  359. text-align: center;
  360. justify-content: center;
  361. color: #1F1F1F;
  362. &:first-child {
  363. align-items: flex-start;
  364. }
  365. &:last-child {
  366. align-items: flex-end;
  367. }
  368. .stat-main {
  369. font-size: 28rpx;
  370. &.amountOfMoney {
  371. font-size: 32rpx;
  372. font-family: "PingFang SC-Bold";
  373. }
  374. }
  375. .stat-sub {
  376. font-size: 20rpx;
  377. }
  378. }
  379. }
  380. }
  381. }
  382. .project-update {
  383. background: transparent;
  384. height: 166rpx;
  385. display: flex;
  386. width: 100%;
  387. justify-content: space-between;
  388. padding: 0;
  389. >view {
  390. border-radius: 12rpx;
  391. background: #fff;
  392. flex-shrink: 0;
  393. }
  394. .project-update-left {
  395. width: 590rpx;
  396. height: 100%;
  397. padding: 16rpx;
  398. .project-update-left-title {
  399. display: flex;
  400. justify-content: space-between;
  401. align-items: center;
  402. font-size: 22rpx;
  403. }
  404. .project-update-left-content {
  405. display: flex;
  406. align-items: center;
  407. margin-top: 8rpx;
  408. >view {
  409. font-size: 24rpx;
  410. font-weight: 400;
  411. font-family: "PingFang SC-Bold";
  412. }
  413. .image {
  414. width: 180rpx;
  415. height: 78rpx;
  416. overflow: hidden;
  417. margin-left: 26rpx;
  418. border-radius: 8rpx;
  419. image {
  420. overflow: hidden;
  421. width: 100%;
  422. }
  423. }
  424. }
  425. }
  426. .project-update-right {
  427. width: 108rpx;
  428. height: 100%;
  429. font-size: 22rpx;
  430. display: flex;
  431. align-items: center;
  432. justify-content: center;
  433. flex-direction: column;
  434. image {
  435. margin-top: 12rpx;
  436. width: 28rpx;
  437. height: 28rpx;
  438. }
  439. }
  440. }
  441. .poster{
  442. padding: 0;
  443. padding-top: 16rpx;
  444. }
  445. }
  446. .comment {
  447. border-radius: 12rpx;
  448. background: #fff;
  449. margin-top: 24rpx;
  450. padding: 0 0 16rpx 0;
  451. .comment-title {
  452. display: flex;
  453. justify-content: space-between;
  454. align-items: center;
  455. font-size: 26rpx;
  456. color: #333;
  457. padding: 18rpx 20rpx 0 20rpx;
  458. .comment-more {
  459. color: #999;
  460. font-size: 22rpx;
  461. display: flex;
  462. align-items: center;
  463. image {
  464. width: 20rpx;
  465. height: 20rpx;
  466. margin-left: 4rpx;
  467. }
  468. }
  469. }
  470. .comment-content {
  471. padding: 0 20rpx;
  472. .comment-item {
  473. display: flex;
  474. align-items: flex-start;
  475. padding: 18rpx 0 0 0;
  476. border-bottom: 1rpx solid #f5f5f5;
  477. &:last-child {
  478. border-bottom: none;
  479. }
  480. .comment-avatar {
  481. width: 48rpx;
  482. height: 48rpx;
  483. border-radius: 50%;
  484. margin-right: 16rpx;
  485. flex-shrink: 0;
  486. }
  487. .comment-item-main {
  488. flex: 1;
  489. display: flex;
  490. flex-direction: column;
  491. .comment-item-content {
  492. color: #1f1f1f;
  493. font-size: 24rpx;
  494. line-height: 1.7;
  495. margin-bottom: 8rpx;
  496. display: -webkit-box;
  497. -webkit-line-clamp: 2;
  498. -webkit-box-orient: vertical;
  499. overflow: hidden;
  500. text-overflow: ellipsis;
  501. word-break: break-all;
  502. }
  503. }
  504. .comment-item-like {
  505. display: flex;
  506. align-items: center;
  507. margin-left: 36rpx;
  508. .like-icon {
  509. width: 28rpx;
  510. height: 28rpx;
  511. margin-right: 4rpx;
  512. }
  513. .like-num {
  514. font-size: 22rpx;
  515. color: #888;
  516. }
  517. }
  518. }
  519. }
  520. }
  521. .bottom-bar-reserveASeat {
  522. width: 100%;
  523. height: calc(12rpx + 88rpx + var(--window-bottom) + 30rpx);
  524. }
  525. .bottom-bar {
  526. position: fixed;
  527. left: 0;
  528. right: 0;
  529. bottom: 0;
  530. z-index: 999;
  531. display: flex;
  532. align-items: center;
  533. justify-content: space-between;
  534. background: #fff;
  535. padding: 14rpx 40rpx;
  536. padding-bottom: calc(14rpx + var(--window-bottom));
  537. box-sizing: border-box;
  538. .bottom-bar-left {
  539. display: flex;
  540. align-items: center;
  541. gap: 32rpx;
  542. .bar-btn {
  543. display: flex;
  544. flex-direction: column;
  545. align-items: center;
  546. justify-content: center;
  547. width: 80rpx;
  548. height: 80rpx;
  549. border-radius: 12rpx;
  550. .bar-icon {
  551. width: 48rpx;
  552. height: 48rpx;
  553. margin-bottom: 4rpx;
  554. }
  555. .bar-text {
  556. font-size: 20rpx;
  557. color: #1f1f1f;
  558. font-family: "PingFang SC";
  559. }
  560. }
  561. }
  562. .buy-btn {
  563. width: 500rpx;
  564. height: 88rpx;
  565. background: #1f1f1f;
  566. color: #ACF934;
  567. font-size: 32rpx;
  568. border-radius: 80rpx;
  569. border: none;
  570. font-weight: bold;
  571. text-align: center;
  572. line-height: 80rpx;
  573. margin-left: 24rpx;
  574. }
  575. }
  576. }
  577. .back-top {
  578. position: fixed;
  579. bottom: calc(126rpx + var(--window-bottom));
  580. right: 16rpx;
  581. width: 82rpx;
  582. height: 82rpx;
  583. }
  584. .initiator-bar {
  585. display: flex;
  586. align-items: center;
  587. justify-content: space-between;
  588. background: #fff;
  589. border-radius: 10rpx;
  590. padding: 18rpx 24rpx 18rpx 18rpx;
  591. margin: 0;
  592. .initiator-avatar {
  593. width: 64rpx;
  594. height: 64rpx;
  595. border-radius: 50%;
  596. margin-right: 18rpx;
  597. flex-shrink: 0;
  598. }
  599. .initiator-info {
  600. display: flex;
  601. align-items: center;
  602. flex: 1;
  603. min-width: 0;
  604. }
  605. .initiator-name {
  606. font-size: 30rpx;
  607. color: #222;
  608. font-weight: bold;
  609. margin-right: 12rpx;
  610. max-width: 260rpx;
  611. overflow: hidden;
  612. text-overflow: ellipsis;
  613. white-space: nowrap;
  614. }
  615. .initiator-tag {
  616. background: #1a1a1a;
  617. color: #b6ff4b;
  618. font-size: 20rpx;
  619. border-radius: 8rpx;
  620. padding: 2rpx 12rpx;
  621. margin-left: 2rpx;
  622. }
  623. .initiator-service-btn {
  624. display: flex;
  625. align-items: center;
  626. background: #1a1a1a;
  627. color: #b6ff4b;
  628. font-size: 28rpx;
  629. border-radius: 128rpx;
  630. padding: 0 24rpx 0 12rpx;
  631. height: 56rpx;
  632. margin-left: 18rpx;
  633. font-weight: bold;
  634. }
  635. .service-icon {
  636. width: 32rpx;
  637. height: 32rpx;
  638. margin-right: 8rpx;
  639. }
  640. }
  641. .scale-tap {
  642. transition: transform 0.15s;
  643. }
  644. .scale-tap:active {
  645. transform: scale(0.92);
  646. }
  647. .risk-section {
  648. background: #fff;
  649. border-radius: 12rpx;
  650. margin: 24rpx 0 0 0;
  651. padding: 0 0 18rpx 0;
  652. position: relative;
  653. overflow: hidden;
  654. .risk-row {
  655. display: flex;
  656. align-items: center;
  657. justify-content: space-between;
  658. padding: 18rpx 24rpx 0 0rpx;
  659. font-size: 28rpx;
  660. color: #1f1f1f;
  661. background: #fff;
  662. &.risk-row-border {
  663. border-top: 1rpx solid #f2f2f2;
  664. margin-top: 18rpx;
  665. padding-top: 18rpx;
  666. }
  667. }
  668. .risk-title {
  669. font-size: 28rpx;
  670. color: #1f1f1f;
  671. font-family: 'PingFang SC-Bold';
  672. font-weight: 400;
  673. }
  674. .risk-more {
  675. color: #1f1f1f;
  676. font-size: 24rpx;
  677. display: flex;
  678. align-items: center;
  679. font-weight: 400;
  680. font-family: 'PingFang SC-Bold';
  681. .risk-more-icon {
  682. width: 24rpx;
  683. height: 24rpx;
  684. margin-left: 4rpx;
  685. margin-top: 4rpx;
  686. }
  687. }
  688. .risk-desc {
  689. font-size: 24rpx;
  690. color: #999;
  691. padding: 8rpx 24rpx 0 0;
  692. font-family: 'PingFang SC-Regular';
  693. }
  694. .risk-content {
  695. font-size: 24rpx;
  696. color: #999;
  697. padding: 12rpx 24rpx 0 0;
  698. font-family: 'PingFang SC-Regular';
  699. line-height: 1.7;
  700. > view {
  701. margin-bottom: 6rpx;
  702. }
  703. }
  704. }
  705. </style>