productdetails.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  1. <template>
  2. <view>
  3. <!-- 自定义导航栏 -->
  4. <u-navbar :safeAreaInsetTop="true" :placeholder='true'>
  5. <view class="u-nav-slot u-flex" slot="left" style="display: flex;">
  6. <view class="u-flex">
  7. <u-icon name="arrow-left" size="19" @click="navigateBack()"></u-icon>
  8. <u-tabs duration='0' @click="click" :list="list1" lineColor='#fff' :activeStyle=" {color:'#FF1515'}"
  9. :inactiveStyle="{
  10. color:' #666666' }"></u-tabs>
  11. </view>
  12. <view class="" style="margin-left: 184rpx;" @click="share = true">
  13. <image src="static/images/share.png" style="width: 38rpx;height: 38rpx;" mode=""></image>
  14. </view>
  15. </view>
  16. </u-navbar>
  17. <!-- 商品图片 -->
  18. <image src="https://cdn.uviewui.com/uview/swiper/swiper1.png" style="width: 750rpx;height: 750rpx;" mode="">
  19. </image>
  20. <view class="back">
  21. <!-- 折扣 -->
  22. <view class="discount">
  23. <view class="top">
  24. <text class='count'>{{i18n.Discounted}}</text>
  25. <text class='money'>¥</text>
  26. <text class='money' style="font-size: 48rpx;">258</text>
  27. <text class='money'>.00</text>
  28. <text class='right'>¥328.5</text>
  29. </view>
  30. <view class="bottom">
  31. <text class="tabs">{{i18n.sametype}}</text>
  32. <view class="title">
  33. <text class="title" selectable @longpress="onLongPress">
  34. 布兰德低温烘焙猫粮全价通用高端鲜肉成猫幼
  35. </text>
  36. </view>
  37. </view>
  38. </view>
  39. <!-- 服务 -->
  40. <view class="serve" style="margin-top: 20rpx;">
  41. <view class="top u-flex u-row-between">
  42. <view class="u-flex">
  43. <view class="change">{{i18n.Sele}}</view>
  44. <view class="" style="margin-left: 20rpx;">{{i18n.Netcontent}}</view>
  45. </view>
  46. <view class="">
  47. <u-icon name="arrow-right" size='16'></u-icon>
  48. </view>
  49. </view>
  50. <view class="top u-flex u-row-between" style="margin-top: 36rpx;">
  51. <view class="u-flex" @click="serve=true">
  52. <view class="change">{{i18n.service}}</view>
  53. <view class="" style="margin-left: 20rpx;">正品保障 · 极速退款 · 7天无理由退</view>
  54. </view>
  55. <view class="">
  56. <u-icon name="arrow-right" size='16'></u-icon>
  57. </view>
  58. </view>
  59. </view>
  60. <!-- 评论 -->
  61. <view class="comment">
  62. <view class="u-flex u-row-between">
  63. <text class="ping">{{i18n.review}}</text>
  64. <view class="u-flex">
  65. <text class="strip">5000+{{i18n.article + i18n.review}}</text>
  66. <u-icon name="arrow-right" size='16'></u-icon>
  67. </view>
  68. </view>
  69. <view class="uesr u-flex u-row-between" style="margin-top: 36rpx;">
  70. <view class="u-flex">
  71. <image src="../static/images/logo.png" style="width: 52rpx;height: 52rpx;" mode=""></image>
  72. <text class="name">有**钱</text>
  73. </view>
  74. <text class="strip">2023.11.23</text>
  75. </view>
  76. <view class="content">
  77. 回购了不知道第几次了,家里猫还没吃腻呢,
  78. </view>
  79. </view>
  80. <!-- 店铺 -->
  81. <view class="store u-flex u-row-between">
  82. <view class="u-flex">
  83. <image src='../static/images/logo.png' style="width: 112rpx;height: 112rpx;" mode=""></image>
  84. <view class="" style="margin-left: 20rpx;">
  85. <view class="title">小萌优选🔥(每天0元秒杀)</view>
  86. <view class="" style='margin-top:20rpx'></view>
  87. <view class="u-flex" style='margin-top:20rpx'>
  88. <text class='num'>{{i18n.Salesvolume}} 2384w+</text>
  89. <view class="line"></view>
  90. <text class='num'>{{i18n.Salesvolume}} 2384w+</text>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="goshop">{{i18n.stroll}}</view>
  95. </view>
  96. <!-- 推荐 -->
  97. <view class="recommend">
  98. <view class="title">
  99. {{i18n.Recommended}}
  100. </view>
  101. <view class="">
  102. <image src="" mode=""></image>
  103. </view>
  104. </view>
  105. <view class="recommend">
  106. <view class="title">{{i18n.Productdetails}}</view>
  107. <view class="" style="margin-top: 32rpx;margin-bottom:28rpx">{{i18n.Specification}}</view>
  108. <view class="specification">
  109. <view class="item u-flex" style='margin-bottom:28rpx'>
  110. <view style='width:150rpx;'>{{i18n.material}}</view>
  111. <text style='margin-left:58rpx'>保鲜鸡肉,鸡心,鸡肝</text>
  112. </view>
  113. <view class="item u-flex" style='margin-bottom:28rpx'>
  114. <view style='width:150rpx;'>{{i18n.specification}}</view>
  115. <text style='margin-left:58rpx'>300g</text>
  116. </view>
  117. <view class="item u-flex" style='margin-bottom:28rpx'>
  118. <view style='width:150rpx;'>{{i18n.Shelflife}}</view>
  119. <text style='margin-left:58rpx'>12个月</text>
  120. </view>
  121. <view class="item u-flex">
  122. <view style='width:150rpx;'>{{i18n.Suitableobject}}</view>
  123. <text style='margin-left:58rpx'>3个月以上的全猫种</text>
  124. </view>
  125. </view>
  126. </view>
  127. <view class="">
  128. <image src="../static/images/logo.png" style="width: 710rpx;height: 580rpx;" mode=""></image>
  129. </view>
  130. <view class="" style="height: 158rpx;"></view>
  131. <view class="fix u-flex u-row-between">
  132. <view class="u-flex" style="column-gap: 35rpx;">
  133. <view class="u-flex" style="justify-content: center;flex-direction: column;">
  134. <image src="../static/images/index/service.png" style='width:40rpx;height:40rpx' mode="">
  135. </image>
  136. <view class="ke">{{i18n.Customer}}</view>
  137. </view>
  138. <view class="u-flex" style="justify-content: center;flex-direction: column;" @click="join">
  139. <image src="../static/cart1.png" style='width:40rpx;height:40rpx' mode=""></image>
  140. <view class="ke">{{i18n.Shopping}}</view>
  141. </view>
  142. <view class="u-flex" style="justify-content: center;flex-direction: column;">
  143. <image src="../static/images/index/attention.png" style='width:40rpx;height:40rpx' mode="">
  144. </image>
  145. <view class="ke">{{i18n.follow}}</view>
  146. </view>
  147. </view>
  148. <!-- <view class="join" @click="join">加入购物车</view>
  149. <view class="pin">立即拼团</view> -->
  150. <view class="tongzhi" @click="inform">
  151. {{i18n.notification}}
  152. </view>
  153. </view>
  154. </view>
  155. <!-- 加入购物车 -->
  156. <u-popup :show="show">
  157. <view style="padding:48rpx 28rpx;box-sizing: border-box;">
  158. <view class="u-flex">
  159. <image src="../static/images/logo.png" style="width: 192rpx;height: 192rpx;" mode=""></image>
  160. <view class="" style="margin-left: 20rpx;">
  161. <view class="">¥168.00</view>
  162. <text class="guige">已选:鸡肉;2kg【单包装】</text>
  163. </view>
  164. </view>
  165. <view class="title1" style="margin-top: 40rpx;margin-bottom: 32rpx;">
  166. 食品口味
  167. </view>
  168. <view class="u-flex" style="column-gap: 18rpx;flex-wrap: wrap;">
  169. <view class="tabs">
  170. 鸡肉
  171. </view>
  172. </view>
  173. <view class="title1" style="margin-top: 40rpx;margin-bottom: 32rpx;">
  174. 净含量
  175. </view>
  176. <view class="u-flex" style="column-gap: 18rpx;flex-wrap: wrap;">
  177. <view class="tabs">
  178. 鸡肉
  179. </view>
  180. </view>
  181. <view class="u-flex u-row-between" style="margin-top: 30rpx;">
  182. <text class="title1">数量</text>
  183. <u-number-box v-model="value" @change="valChange"></u-number-box>
  184. </view>
  185. <view class="" style="height: 200rpx;"></view>
  186. <view class="bottoma">
  187. <view class="btn" @click="joincart">
  188. 加入购物车
  189. </view>
  190. </view>
  191. </view>
  192. </u-popup>
  193. <u-popup :show="serve">
  194. <view style="padding:48rpx 24rpx;box-sizing: border-box;background-color: #FFF3E7;position: relative;">
  195. <view class="u-flex" style="flex-direction: column;justify-content: center;">
  196. <image src="../static/images/index/serve.png" style="width: 138rpx;height: 34rpx;" mode=""></image>
  197. <text class="info">
  198. 售前售后 安心无忧购物
  199. </text>
  200. </view>
  201. <view class="" style="position: absolute;top: 48rpx;right:24rpx;" @click="serve = false">
  202. <u-icon name="close" style="width: 22rpx;height: 22rpx;"></u-icon>
  203. </view>
  204. <view class="contenta">
  205. <view class="">
  206. <view class="title">丢包丢件</view>
  207. <view class="content">快件如果在运输过程中出现损毁,将按照保价</view>
  208. </view>
  209. <view class="" style='margin-top:36rpx'>
  210. <view class="title">丢包丢件</view>
  211. <view class="content">快件如果在运输过程中出现损毁,将按照保价</view>
  212. </view>
  213. <view class="" style='margin-top:36rpx'>
  214. <view class="title">丢包丢件</view>
  215. <view class="content">快件如果在运输过程中出现损毁,将按照保价</view>
  216. </view>
  217. </view>
  218. <view class="button" @click="serve = false">
  219. {{i18n.know}}
  220. </view>
  221. </view>
  222. </u-popup>
  223. <u-popup :show="share" bgColor=' rgba(244, 244, 244, 1);'>
  224. <view style="padding:48rpx 24rpx;box-sizing: border-box;background-color: rgba(244, 244, 244, 1);">
  225. <view class="u-flex" style="flex-direction: column;justify-content: center;">
  226. <text class="info" style="font-size: 32rpx;">
  227. {{i18n.shar}}
  228. </text>
  229. </view>
  230. <view class="" style="position: absolute;top: 48rpx;right:24rpx;">
  231. <image src="../static/images/index/bottom2.png" style="width: 40rpx;height: 40rpx;">
  232. </view>
  233. <view class="u-flex " style="justify-content: space-around;margin-top: 82rpx;">
  234. <view class="">
  235. <image src="../static/images/index/link.png" style="width: 108rpx;height: 108rpx;" mode="">
  236. </image>
  237. <view class="link">{{i18n.Copylink}}</view>
  238. </view>
  239. <view class="">
  240. <image src="../static/images/index/image.png" style="width: 108rpx;height: 108rpx;" mode="">
  241. </image>
  242. <view class="link">{{i18n.Generatepicture}}</view>
  243. </view>
  244. </view>
  245. <view class="button" @click="share = false" style="background: #fff;color: #555555;margin-top: 58rpx;">
  246. {{i18n.Cancel}}
  247. </view>
  248. </view>
  249. </u-popup>
  250. </view>
  251. </template>
  252. <script>
  253. export default {
  254. data() {
  255. return {
  256. list1: [{
  257. name: '商品',
  258. }, {
  259. name: '评价',
  260. }, {
  261. name: '详情'
  262. }],
  263. current: 0,
  264. // 购物车
  265. show: false,
  266. //服务
  267. serve: false,
  268. //分享
  269. share: false,
  270. value: 0, //步进器的值
  271. };
  272. },
  273. computed: {
  274. i18n() {
  275. return this.$t('index')
  276. }
  277. },
  278. methods: {
  279. //加入购物车
  280. joincart(){
  281. this.show = false
  282. },
  283. valChange(e) {
  284. console.log('当前值为: ' + e.value)
  285. },
  286. navigateBack() {
  287. uni.navigateBack()
  288. },
  289. click(item) {
  290. this.current = item
  291. },
  292. join() {
  293. this.show = true
  294. },
  295. //通知
  296. inform() {
  297. uni.showToast({
  298. title: this.i18n.shelves,
  299. icon: 'none',
  300. duration: 2000
  301. });
  302. },
  303. //复制
  304. onLongPress(e) {
  305. // 获取长按的文本内容
  306. let text = e.target.innerText;
  307. console.log(e);
  308. // 执行复制操作
  309. uni.setClipboardData({
  310. data: text,
  311. success: () => {
  312. uni.showToast({
  313. title: this.i18n.Copiedpaste,
  314. duration: 2000
  315. });
  316. },
  317. fail: () => {
  318. uni.showToast({
  319. title: this.i18n.Replicationfailure,
  320. icon: 'none',
  321. duration: 2000
  322. });
  323. }
  324. });
  325. }
  326. }
  327. }
  328. </script>
  329. <style lang="scss" scoped>
  330. .actabs {
  331. width: 116rpx;
  332. height: 68rpx;
  333. background: rgba(248, 50, 36, 0.06);
  334. border-radius: 6rpx;
  335. border: 2rpx solid #F83224;
  336. }
  337. .bottoma {
  338. width: 750rpx;
  339. height: 166rpx;
  340. background: #FFFFFF;
  341. padding: 16rpx 44rpx 0;
  342. position: fixed;
  343. bottom: 0;
  344. left: 0;
  345. .btn {
  346. width: 662rpx;
  347. height: 84rpx;
  348. background: #F83224;
  349. border-radius: 44rpx;
  350. font-family: PingFangSC, PingFang SC;
  351. font-weight: 500;
  352. font-size: 32rpx;
  353. color: #FFFFFF;
  354. line-height: 84rpx;
  355. text-align: center;
  356. font-style: normal;
  357. }
  358. }
  359. .title1 {
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 500;
  362. font-size: 32rpx;
  363. color: #222222;
  364. line-height: 44rpx;
  365. text-align: left;
  366. font-style: normal;
  367. }
  368. .tabs {
  369. // width: 276rpx;
  370. height: 68rpx;
  371. padding: 14rpx 30rpx;
  372. text-align: center;
  373. background: #F4F4F4;
  374. border-radius: 6rpx;
  375. box-sizing: border-box;
  376. display: inline;
  377. // line-height: 68rpx;
  378. }
  379. .link {
  380. font-family: PingFangSC, PingFang SC;
  381. font-weight: 400;
  382. font-size: 28rpx;
  383. color: #555555;
  384. line-height: 40rpx;
  385. text-align: left;
  386. font-style: normal;
  387. margin-top: 16rpx;
  388. }
  389. .tongzhi {
  390. width: 422rpx;
  391. height: 76rpx;
  392. background: #FFB515;
  393. border-radius: 40rpx;
  394. font-family: PingFangSC, PingFang SC;
  395. font-weight: 500;
  396. font-size: 28rpx;
  397. color: #FFFFFF;
  398. line-height: 76rpx;
  399. text-align: center;
  400. font-style: normal;
  401. }
  402. .info {
  403. font-family: PingFangSC, PingFang SC;
  404. font-weight: 400;
  405. font-size: 20rpx;
  406. color: #222222;
  407. line-height: 28rpx;
  408. text-align: left;
  409. font-style: normal;
  410. margin-top: 18rpx;
  411. }
  412. .button {
  413. // width: 662rpx;
  414. height: 88rpx;
  415. background: #F83224;
  416. border-radius: 44rpx;
  417. margin-top: 24rpx;
  418. font-family: PingFangSC, PingFang SC;
  419. font-weight: 500;
  420. font-size: 32rpx;
  421. color: #FFFFFF;
  422. line-height: 88rpx;
  423. text-align: center;
  424. font-style: normal;
  425. }
  426. .contenta {
  427. width: 702rpx;
  428. // height: 590rpx;
  429. background: #FFFFFF;
  430. border-radius: 20rpx;
  431. margin-top: 26rpx;
  432. padding: 28rpx 24rpx;
  433. box-sizing: border-box;
  434. .title {
  435. font-family: PingFangSC, PingFang SC;
  436. font-weight: 500;
  437. font-size: 30rpx;
  438. color: #222222;
  439. line-height: 42rpx;
  440. text-align: left;
  441. font-style: normal;
  442. }
  443. .content {
  444. font-family: PingFangSC, PingFang SC;
  445. font-weight: 400;
  446. font-size: 26rpx;
  447. color: #222222;
  448. line-height: 36rpx;
  449. text-align: left;
  450. font-style: normal;
  451. margin-top: 20rpx;
  452. }
  453. }
  454. .back {
  455. background-color: #F4F4F4;
  456. padding: 20rpx;
  457. box-sizing: border-box;
  458. .guige {}
  459. .fix {
  460. width: 750rpx;
  461. height: 158rpx;
  462. background: #FFFFFF;
  463. padding: 14rpx 28rpx;
  464. box-sizing: border-box;
  465. position: fixed;
  466. bottom: 0;
  467. left: 0;
  468. .ke {
  469. font-family: PingFangSC, PingFang SC;
  470. font-weight: 400;
  471. font-size: 20rpx;
  472. color: #333333;
  473. line-height: 28rpx;
  474. text-align: left;
  475. font-style: normal;
  476. }
  477. .join {
  478. width: 208rpx;
  479. height: 76rpx;
  480. border-radius: 40rpx;
  481. border: 1rpx solid #FF1515;
  482. font-family: PingFangSC, PingFang SC;
  483. font-weight: 500;
  484. font-size: 28rpx;
  485. color: #F83224;
  486. line-height: 76rpx;
  487. text-align: left;
  488. font-style: normal;
  489. text-align: center;
  490. }
  491. .pin {
  492. width: 208rpx;
  493. height: 76rpx;
  494. background: #F83224;
  495. border-radius: 40rpx;
  496. font-family: PingFangSC, PingFang SC;
  497. font-weight: 500;
  498. font-size: 28rpx;
  499. color: #FFFFFF;
  500. line-height: 76rpx;
  501. text-align: center;
  502. font-style: normal;
  503. }
  504. }
  505. // 规格
  506. .specification {
  507. width: 670rpx;
  508. // height: 280rpx;
  509. background: #F4F4F4;
  510. padding: 24rpx 22rpx;
  511. box-sizing: border-box;
  512. .item {
  513. font-family: PingFangSC, PingFang SC;
  514. font-weight: 400;
  515. font-size: 26rpx;
  516. color: #333333;
  517. line-height: 36rpx;
  518. text-align: left;
  519. font-style: normal;
  520. }
  521. }
  522. // 推荐
  523. .recommend {
  524. width: 710rpx;
  525. // height: 476rpx;
  526. background: #FFFFFF;
  527. border-radius: 16rpx;
  528. padding: 24rpx 20rpx;
  529. margin-top: 20rpx;
  530. box-sizing: border-box;
  531. .title {
  532. font-family: PingFangSC, PingFang SC;
  533. font-weight: 500;
  534. font-size: 28rpx;
  535. color: #222222;
  536. line-height: 40rpx;
  537. text-align: left;
  538. font-style: normal;
  539. }
  540. }
  541. //店铺
  542. .store {
  543. width: 710rpx;
  544. height: 160rpx;
  545. background: #FFFFFF;
  546. border-radius: 16rpx;
  547. padding: 24rpx 20rpx;
  548. box-sizing: border-box;
  549. margin-top: 20rpx;
  550. .line {
  551. background: rgba(151, 151, 151, 1);
  552. width: 4rpx;
  553. height: 20rpx;
  554. margin: 0 18rpx;
  555. }
  556. .num {
  557. font-family: SFPro, SFPro;
  558. font-weight: 400;
  559. font-size: 20rpx;
  560. color: #777777;
  561. line-height: 24rpx;
  562. text-align: left;
  563. font-style: normal;
  564. }
  565. .goshop {
  566. // width: 108rpx;
  567. height: 52rpx;
  568. border-radius: 26rpx;
  569. border: 1rpx solid #FF1515;
  570. font-family: PingFangSC, PingFang SC;
  571. font-weight: 400;
  572. font-size: 24rpx;
  573. color: #F83224;
  574. line-height: 52rpx;
  575. text-align: center;
  576. font-style: normal;
  577. padding: 0 10rpx;
  578. box-sizing: border-box;
  579. }
  580. }
  581. // 评论
  582. .comment {
  583. width: 710rpx;
  584. height: 356rpx;
  585. background: #FFFFFF;
  586. border-radius: 16rpx;
  587. margin-top: 20rpx;
  588. padding: 24rpx 20rpx;
  589. box-sizing: border-box;
  590. .content {
  591. margin-top: 20rpx;
  592. font-family: PingFangSC, PingFang SC;
  593. font-weight: 400;
  594. font-size: 26rpx;
  595. color: #444444;
  596. line-height: 36rpx;
  597. text-align: left;
  598. font-style: normal;
  599. height: 112rpx;
  600. overflow: hidden;
  601. text-overflow: ellipsis;
  602. white-space: wrap;
  603. -webkit-line-clamp: 3
  604. }
  605. .name {
  606. font-family: PingFangSC, PingFang SC;
  607. font-weight: 400;
  608. font-size: 24rpx;
  609. color: #222222;
  610. line-height: 34rpx;
  611. text-align: left;
  612. font-style: normal;
  613. margin-left: 16rpx;
  614. }
  615. .ping {
  616. font-family: PingFangSC, PingFang SC;
  617. font-weight: 500;
  618. font-size: 28rpx;
  619. color: #222222;
  620. line-height: 40rpx;
  621. text-align: left;
  622. font-style: normal;
  623. }
  624. .strip {
  625. font-family: PingFangSC, PingFang SC;
  626. font-weight: 400;
  627. font-size: 24rpx;
  628. color: #444444;
  629. line-height: 34rpx;
  630. text-align: left;
  631. font-style: normal;
  632. }
  633. }
  634. //服务
  635. .serve {
  636. width: 710rpx;
  637. height: 180rpx;
  638. background: #FFFFFF;
  639. border-radius: 16rpx;
  640. padding: 32rpx 20rpx;
  641. box-sizing: border-box;
  642. .top {
  643. .change {
  644. font-family: PingFangSC, PingFang SC;
  645. font-weight: 400;
  646. font-size: 28rpx;
  647. color: #666666;
  648. line-height: 40rpx;
  649. text-align: left;
  650. font-style: normal;
  651. }
  652. }
  653. }
  654. //折扣
  655. .discount {
  656. position: relative;
  657. height: 312rpx;
  658. .top {
  659. width: 710rpx;
  660. height: 124rpx;
  661. background: linear-gradient(295deg, #FB6662 0%, #FD403B 100%);
  662. border-radius: 16rpx 16rpx 0 0;
  663. padding: 20rpx;
  664. box-sizing: border-box;
  665. line-height: 98rpx;
  666. .count {
  667. font-family: PingFangSC, PingFang SC;
  668. font-weight: 400;
  669. font-size: 20rpx;
  670. color: #FFFFFF;
  671. text-align: left;
  672. font-style: normal;
  673. }
  674. .money {
  675. font-size: 20rpx;
  676. font-family: HarmonyOS_Sans_Medium;
  677. font-size: 20rpx;
  678. color: #FFFFFF;
  679. text-align: left;
  680. font-style: normal;
  681. margin-left: 8rpx
  682. }
  683. .right {
  684. font-family: HarmonyOS_Sans;
  685. font-size: 24rpx;
  686. color: #FFFFFF;
  687. text-align: left;
  688. font-style: normal;
  689. text-decoration-line: line-through;
  690. margin-left: 16rpx
  691. }
  692. }
  693. .bottom {
  694. width: 710rpx;
  695. height: 208rpx;
  696. background: #FFFFFF;
  697. border-radius: 16rpx;
  698. position: absolute;
  699. top: 104rpx;
  700. z-index: 2;
  701. padding: 28rpx 20rpx;
  702. box-sizing: border-box;
  703. .title {
  704. margin-top: 24rpx;
  705. font-family: PingFangSC, PingFang SC;
  706. font-weight: 500;
  707. font-size: 32rpx;
  708. color: #222222;
  709. line-height: 44rpx;
  710. text-align: left;
  711. font-style: normal;
  712. }
  713. }
  714. .tabs {
  715. // width: 104rpx;
  716. height: 40rpx;
  717. background: rgba(255, 21, 21, 0.1);
  718. border-radius: 4rpx;
  719. padding: 4rpx 8rpx;
  720. font-family: PingFangSC, PingFang SC;
  721. font-weight: 400;
  722. font-size: 22rpx;
  723. color: #FF1515;
  724. line-height: 40rpx;
  725. text-align: center;
  726. font-style: normal;
  727. }
  728. }
  729. }
  730. </style>