productdetails.vue 24 KB

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