crowdfundingDetails.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  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">
  63. <view>历史更新</view>
  64. <image src="@/static/crowdFunding/updateDetails.png"></image>
  65. </view>
  66. </view>
  67. <view class="section comment">
  68. <view class="comment-title">
  69. <view>项目讨论(10)</view>
  70. <view class="comment-more">查看更多 <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">
  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" />
  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. },
  211. mounted() {
  212. this.$nextTick(() => {
  213. // 动态获取轮播图高度
  214. uni.createSelectorQuery().in(this).select('.top-swiper').boundingClientRect(rect => {
  215. if (rect) {
  216. this.swiperHeight = rect.height;
  217. }
  218. }).exec();
  219. });
  220. },
  221. onPageScroll(e) {
  222. const threshold = this.swiperHeight || uni.upx2px(400); // 优先用实际高度
  223. let opacity = 0;
  224. if (e.scrollTop > 0) {
  225. opacity = Math.min(e.scrollTop / threshold, 1);
  226. }
  227. this.navBgOpacity = opacity;
  228. }
  229. }
  230. </script>
  231. <style lang="scss" scoped>
  232. .crowdfunding-details {
  233. /* 自定义导航栏样式 */
  234. .custom-navbar {
  235. display: flex;
  236. flex-direction: row;
  237. align-items: center;
  238. justify-content: space-between;
  239. width: 100%;
  240. height: calc(90rpx + var(--status-bar-height));
  241. padding: 0 20rpx;
  242. padding-top: var(--status-bar-height);
  243. position: fixed;
  244. top: 0;
  245. z-index: 100;
  246. padding: 12rpx 24rpx;
  247. background: transparent;
  248. transition: background 0.3s;
  249. image {
  250. width: 64rpx;
  251. height: 64rpx;
  252. }
  253. }
  254. .top-swiper {
  255. width: 100vw;
  256. height: 100vw;
  257. overflow: hidden;
  258. .video-wrapper {
  259. position: relative;
  260. width: 100%;
  261. height: 400rpx;
  262. .swiper-img,
  263. .swiper-video {
  264. width: 100%;
  265. height: 100%;
  266. object-fit: cover;
  267. }
  268. .custom-play-btn {
  269. position: absolute;
  270. left: 30rpx;
  271. bottom: 30rpx;
  272. width: 80rpx;
  273. height: 80rpx;
  274. background: rgba(0, 0, 0, 0.4);
  275. border-radius: 50%;
  276. display: flex;
  277. align-items: center;
  278. justify-content: center;
  279. .play-icon {
  280. width: 48rpx;
  281. height: 48rpx;
  282. }
  283. }
  284. }
  285. .swiper-img {
  286. width: 100%;
  287. height: 100%;
  288. object-fit: cover;
  289. }
  290. }
  291. .content {
  292. background: #f2f6f2;
  293. padding: 20rpx;
  294. .section {
  295. background: #fff;
  296. border-radius: 12rpx;
  297. padding: 16rpx;
  298. padding-bottom: 20rpx;
  299. margin: 12rpx 0;
  300. .section-title {
  301. font-size: 28rpx;
  302. font-family: 'PingFang SC-Medium';
  303. margin-bottom: 6rpx;
  304. }
  305. .section-content {
  306. color: #333;
  307. font-size: 24rpx;
  308. line-height: 1.8;
  309. }
  310. .intro-img {
  311. width: 100%;
  312. margin: 0;
  313. padding: 0;
  314. margin-bottom: -10rpx;
  315. }
  316. }
  317. .project-card {
  318. padding-bottom: 15rpx;
  319. .project-title {
  320. font-size: 36rpx;
  321. color: 1f1f1f;
  322. font-family: "PingFang SC-Bold";
  323. font-weight: 400;
  324. }
  325. .progress-bar-wrap {
  326. display: flex;
  327. align-items: center;
  328. font-size: 20rpx;
  329. color: #1F1F1F;
  330. padding-top: 30rpx;
  331. padding-bottom: 14rpx;
  332. .progress-percent {
  333. padding-left: 12rpx;
  334. }
  335. }
  336. .project-stats {
  337. display: flex;
  338. justify-content: space-between;
  339. padding-top: 0;
  340. .stat-block {
  341. display: flex;
  342. flex-direction: column;
  343. align-items: center;
  344. text-align: center;
  345. justify-content: center;
  346. color: #1F1F1F;
  347. &:first-child {
  348. align-items: flex-start;
  349. }
  350. &:last-child {
  351. display: flex;
  352. flex-direction: column;
  353. align-items: center;
  354. text-align: center;
  355. justify-content: center;
  356. color: #1F1F1F;
  357. &:first-child {
  358. align-items: flex-start;
  359. }
  360. &:last-child {
  361. align-items: flex-end;
  362. }
  363. .stat-main {
  364. font-size: 28rpx;
  365. &.amountOfMoney {
  366. font-size: 32rpx;
  367. font-family: "PingFang SC-Bold";
  368. }
  369. }
  370. .stat-sub {
  371. font-size: 20rpx;
  372. }
  373. }
  374. }
  375. }
  376. }
  377. .project-update {
  378. background: transparent;
  379. height: 166rpx;
  380. display: flex;
  381. width: 100%;
  382. justify-content: space-between;
  383. padding: 0;
  384. >view {
  385. border-radius: 12rpx;
  386. background: #fff;
  387. flex-shrink: 0;
  388. }
  389. .project-update-left {
  390. width: 590rpx;
  391. height: 100%;
  392. padding: 16rpx;
  393. .project-update-left-title {
  394. display: flex;
  395. justify-content: space-between;
  396. align-items: center;
  397. font-size: 22rpx;
  398. }
  399. .project-update-left-content {
  400. display: flex;
  401. align-items: center;
  402. margin-top: 8rpx;
  403. >view {
  404. font-size: 24rpx;
  405. font-weight: 400;
  406. font-family: "PingFang SC-Bold";
  407. }
  408. .image {
  409. width: 180rpx;
  410. height: 78rpx;
  411. overflow: hidden;
  412. margin-left: 26rpx;
  413. border-radius: 8rpx;
  414. image {
  415. overflow: hidden;
  416. width: 100%;
  417. }
  418. }
  419. }
  420. }
  421. .project-update-right {
  422. width: 108rpx;
  423. height: 100%;
  424. font-size: 22rpx;
  425. display: flex;
  426. align-items: center;
  427. justify-content: center;
  428. flex-direction: column;
  429. image {
  430. margin-top: 12rpx;
  431. width: 28rpx;
  432. height: 28rpx;
  433. }
  434. }
  435. }
  436. .poster{
  437. padding: 0;
  438. padding-top: 16rpx;
  439. }
  440. }
  441. .comment {
  442. border-radius: 12rpx;
  443. background: #fff;
  444. margin-top: 24rpx;
  445. padding: 0 0 16rpx 0;
  446. .comment-title {
  447. display: flex;
  448. justify-content: space-between;
  449. align-items: center;
  450. font-size: 26rpx;
  451. color: #333;
  452. padding: 18rpx 20rpx 0 20rpx;
  453. .comment-more {
  454. color: #999;
  455. font-size: 22rpx;
  456. display: flex;
  457. align-items: center;
  458. image {
  459. width: 20rpx;
  460. height: 20rpx;
  461. margin-left: 4rpx;
  462. }
  463. }
  464. }
  465. .comment-content {
  466. padding: 0 20rpx;
  467. .comment-item {
  468. display: flex;
  469. align-items: flex-start;
  470. padding: 18rpx 0 0 0;
  471. border-bottom: 1rpx solid #f5f5f5;
  472. &:last-child {
  473. border-bottom: none;
  474. }
  475. .comment-avatar {
  476. width: 48rpx;
  477. height: 48rpx;
  478. border-radius: 50%;
  479. margin-right: 16rpx;
  480. flex-shrink: 0;
  481. }
  482. .comment-item-main {
  483. flex: 1;
  484. display: flex;
  485. flex-direction: column;
  486. .comment-item-content {
  487. color: #1f1f1f;
  488. font-size: 24rpx;
  489. line-height: 1.7;
  490. margin-bottom: 8rpx;
  491. display: -webkit-box;
  492. -webkit-line-clamp: 2;
  493. -webkit-box-orient: vertical;
  494. overflow: hidden;
  495. text-overflow: ellipsis;
  496. word-break: break-all;
  497. }
  498. }
  499. .comment-item-like {
  500. display: flex;
  501. align-items: center;
  502. margin-left: 36rpx;
  503. .like-icon {
  504. width: 28rpx;
  505. height: 28rpx;
  506. margin-right: 4rpx;
  507. }
  508. .like-num {
  509. font-size: 22rpx;
  510. color: #888;
  511. }
  512. }
  513. }
  514. }
  515. }
  516. .bottom-bar-reserveASeat {
  517. width: 100%;
  518. height: calc(12rpx + 88rpx + var(--window-bottom) + 30rpx);
  519. }
  520. .bottom-bar {
  521. position: fixed;
  522. left: 0;
  523. right: 0;
  524. bottom: 0;
  525. z-index: 999;
  526. display: flex;
  527. align-items: center;
  528. justify-content: space-between;
  529. background: #fff;
  530. padding: 14rpx 40rpx;
  531. padding-bottom: calc(14rpx + var(--window-bottom));
  532. box-sizing: border-box;
  533. .bottom-bar-left {
  534. display: flex;
  535. align-items: center;
  536. gap: 32rpx;
  537. .bar-btn {
  538. display: flex;
  539. flex-direction: column;
  540. align-items: center;
  541. justify-content: center;
  542. width: 80rpx;
  543. height: 80rpx;
  544. border-radius: 12rpx;
  545. .bar-icon {
  546. width: 48rpx;
  547. height: 48rpx;
  548. margin-bottom: 4rpx;
  549. }
  550. .bar-text {
  551. font-size: 20rpx;
  552. color: #1f1f1f;
  553. font-family: "PingFang SC";
  554. }
  555. }
  556. }
  557. .buy-btn {
  558. width: 500rpx;
  559. height: 88rpx;
  560. background: #1f1f1f;
  561. color: #ACF934;
  562. font-size: 32rpx;
  563. border-radius: 80rpx;
  564. border: none;
  565. font-weight: bold;
  566. text-align: center;
  567. line-height: 80rpx;
  568. margin-left: 24rpx;
  569. }
  570. }
  571. }
  572. .back-top {
  573. position: fixed;
  574. bottom: calc(126rpx + var(--window-bottom));
  575. right: 16rpx;
  576. width: 82rpx;
  577. height: 82rpx;
  578. }
  579. .initiator-bar {
  580. display: flex;
  581. align-items: center;
  582. justify-content: space-between;
  583. background: #fff;
  584. border-radius: 10rpx;
  585. padding: 18rpx 24rpx 18rpx 18rpx;
  586. margin: 0;
  587. .initiator-avatar {
  588. width: 64rpx;
  589. height: 64rpx;
  590. border-radius: 50%;
  591. margin-right: 18rpx;
  592. flex-shrink: 0;
  593. }
  594. .initiator-info {
  595. display: flex;
  596. align-items: center;
  597. flex: 1;
  598. min-width: 0;
  599. }
  600. .initiator-name {
  601. font-size: 30rpx;
  602. color: #222;
  603. font-weight: bold;
  604. margin-right: 12rpx;
  605. max-width: 260rpx;
  606. overflow: hidden;
  607. text-overflow: ellipsis;
  608. white-space: nowrap;
  609. }
  610. .initiator-tag {
  611. background: #1a1a1a;
  612. color: #b6ff4b;
  613. font-size: 20rpx;
  614. border-radius: 8rpx;
  615. padding: 2rpx 12rpx;
  616. margin-left: 2rpx;
  617. }
  618. .initiator-service-btn {
  619. display: flex;
  620. align-items: center;
  621. background: #1a1a1a;
  622. color: #b6ff4b;
  623. font-size: 28rpx;
  624. border-radius: 128rpx;
  625. padding: 0 24rpx 0 12rpx;
  626. height: 56rpx;
  627. margin-left: 18rpx;
  628. font-weight: bold;
  629. }
  630. .service-icon {
  631. width: 32rpx;
  632. height: 32rpx;
  633. margin-right: 8rpx;
  634. }
  635. }
  636. .scale-tap {
  637. transition: transform 0.15s;
  638. }
  639. .scale-tap:active {
  640. transform: scale(0.92);
  641. }
  642. .risk-section {
  643. background: #fff;
  644. border-radius: 12rpx;
  645. margin: 24rpx 0 0 0;
  646. padding: 0 0 18rpx 0;
  647. position: relative;
  648. overflow: hidden;
  649. .risk-row {
  650. display: flex;
  651. align-items: center;
  652. justify-content: space-between;
  653. padding: 18rpx 24rpx 0 0rpx;
  654. font-size: 28rpx;
  655. color: #1f1f1f;
  656. background: #fff;
  657. &.risk-row-border {
  658. border-top: 1rpx solid #f2f2f2;
  659. margin-top: 18rpx;
  660. padding-top: 18rpx;
  661. }
  662. }
  663. .risk-title {
  664. font-size: 28rpx;
  665. color: #1f1f1f;
  666. font-family: 'PingFang SC-Bold';
  667. font-weight: 400;
  668. }
  669. .risk-more {
  670. color: #1f1f1f;
  671. font-size: 24rpx;
  672. display: flex;
  673. align-items: center;
  674. font-weight: 400;
  675. font-family: 'PingFang SC-Bold';
  676. .risk-more-icon {
  677. width: 24rpx;
  678. height: 24rpx;
  679. margin-left: 4rpx;
  680. margin-top: 4rpx;
  681. }
  682. }
  683. .risk-desc {
  684. font-size: 24rpx;
  685. color: #999;
  686. padding: 8rpx 24rpx 0 0;
  687. font-family: 'PingFang SC-Regular';
  688. }
  689. .risk-content {
  690. font-size: 24rpx;
  691. color: #999;
  692. padding: 12rpx 24rpx 0 0;
  693. font-family: 'PingFang SC-Regular';
  694. line-height: 1.7;
  695. > view {
  696. margin-bottom: 6rpx;
  697. }
  698. }
  699. }
  700. </style>