goodsDetail.vue 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090
  1. <template>
  2. <view class="box">
  3. <view class="spwBox">
  4. <swiper class="swiper" circular :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
  5. <swiper-item v-for="(item,index) in info.ImgList">
  6. <view class="swiper-item">
  7. <img mode="aspectFit" :src="item.url" alt="" class="swiper-itemImg" v-if="item.bizType==1">
  8. <video :src="item.url" v-if="item.bizType==2" show-fullscreen-btn controls style="width: 100%;height: 100%;"></video>
  9. </view>
  10. </swiper-item>
  11. </swiper>
  12. </view>
  13. <view class="shopCont">
  14. <view class="shopCtop">
  15. <view class="goodsPrice">
  16. <view class="goodsPrice1" v-if="info.saleLabel">{{info.saleLabel}}</view>
  17. <view class="goodsPrice2">¥</view>
  18. <view class="goodsPrice3">{{info.salePrice?info.salePrice:info.scribingPrice}}
  19. <span v-if="info.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'">万</span>
  20. </view>
  21. <view class="goodsPrice4" v-if="info.showLabel&&info.scribingPrice&&info.showLabel.indexOf('1')!=-1">¥{{info.scribingPrice}}</view>
  22. </view>
  23. <view class="Sold" v-if="info.showLabel&&info.showLabel.indexOf('3')!=-1">已售 {{info.saleQty}}</view>
  24. </view>
  25. <view class="goodsName">{{info.name}}</view>
  26. <view class="goodsMd" v-if="info.sellingPoint">{{info.sellingPoint}}</view>
  27. </view>
  28. <view class="modeBox">
  29. <view class="modeline">
  30. <view class="modelineLeft">配送方式</view>
  31. <view class="modeLineRight">{{info.distributionType==1?'到店取货':'到店使用'}}</view>
  32. </view>
  33. <view class="modeline" v-if="info.oneQty">
  34. <view class="modelineLeft">限购数量</view>
  35. <view class="modeLineRight" >{{info.oneQty}}</view>
  36. </view>
  37. <view class="modeline" v-if="info.afterService">
  38. <view class="modelineLeft">售后服务</view>
  39. <view class="modeLineRight">{{info.afterService}}</view>
  40. </view>
  41. </view>
  42. <!-- 服务流程 -->
  43. <view class="fuwuliucBox" v-if="info.showLabel&&info.showLabel.indexOf('4')!=-1">
  44. <view class="fwlcTitle">服务流程</view>
  45. <view class="fwlcxian">
  46. <view class="fwlcyuan"></view>
  47. <view class="fwHx"></view>
  48. <view class="fwlcyuan"></view>
  49. <view class="fwHx"></view>
  50. <view class="fwlcyuan"></view>
  51. <view class="fwHx"></view>
  52. <view class="fwlcyuan"></view>
  53. </view>
  54. <view class="fwTxt">
  55. <view class="fwTxtline">选择商品</view>
  56. <view class="fwTxtline">选择门店</view>
  57. <view class="fwTxtline">在线支付</view>
  58. <view class="fwTxtline">到店服务</view>
  59. </view>
  60. </view>
  61. <!-- 套餐内容 -->
  62. <view class="mealBox" v-if="info.bizType==3">
  63. <view class="fwlcTitle">套餐内容</view>
  64. <view class="mealLine" v-if="info.itemPackTimesDetails">
  65. <view class="mealTop">
  66. <view class="mealName">项目名称</view>
  67. <view class="mealTopRight">
  68. <view>数量</view>
  69. <view style="padding-left: 60rpx;">有效期</view>
  70. </view>
  71. </view>
  72. <view class="itemlinebOX">
  73. <view class="itemline" v-for="(item,index) in info.itemPackTimesDetails">
  74. <view class="itemname">{{item.flowName}}</view>
  75. <view>{{item.flowQty}}</view>
  76. <view class="expireNumber" v-if="item.expireNumber">{{item.expireNumber}}个月</view>
  77. <view class="expireNumber" v-else>永久</view>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="mealLine" v-if="info.goodsPackTimesDetails">
  82. <view class="mealTop">
  83. <view class="mealName">商品名称</view>
  84. <view class="mealTopRight">
  85. <view>数量</view>
  86. <view style="padding-left: 60rpx;">有效期</view>
  87. </view>
  88. </view>
  89. <view class="itemlinebOX">
  90. <view class="itemline" v-for="(item,index) in info.goodsPackTimesDetails">
  91. <view class="itemname">{{item.flowName}}</view>
  92. <view>{{item.flowQty}}</view>
  93. <view class="expireNumber" v-if="item.expireNumber">{{item.expireNumber}}个月</view>
  94. <view class="expireNumber" v-else>永久</view>
  95. </view>
  96. </view>
  97. </view>
  98. </view>
  99. <!-- 商品详情 -->
  100. <view class="goodsDetail" v-if="info.details">
  101. <view class="goodsDetailTitle">商品详情</view>
  102. <!-- <view v-html="info.details" style="background: #fff;"></view> -->
  103. <rich-text :nodes="info.details" style="background: #fff;"></rich-text>
  104. </view>
  105. <view style="height: 200rpx;padding-bottom: env(safe-area-inset-bottom)"></view>
  106. <view class="bottomHz">
  107. <view class="timeTbox" v-if="!activityEnd">
  108. <view class="timeK">{{shengyuD}}</view>
  109. <view class="timeviewTxt" > 天</view>
  110. <view class="timeK">{{shengyuH}}</view>
  111. <view class="timeviewTxt"> 时</view>
  112. <view class="timeK">{{shengyuM}}</view>
  113. <view class="timeviewTxt" > 分 &nbsp;&nbsp; 后结束抢购</view>
  114. </view>
  115. <view class="timeTbox2" v-if="activityEnd"></view>
  116. <view class="bottomBox">
  117. <view class="bottomImgBox" @click="goINdex">
  118. <image src="../../static/timg/home.png" mode="" class="bottomImg"></image>
  119. <view class="bottomTxt">首页</view>
  120. </view>
  121. <view class="bottomImgBox" style="margin-left: 20rpx;" @click="sharewx">
  122. <image src="../../static/timg/share.png" mode="" class="bottomImg"></image>
  123. <view class="bottomTxt">分享</view>
  124. </view>
  125. <!-- <button open-type="share" class="bottomImgBox shareBtn" >
  126. <image src="../../static/timg/share.png" mode="" class="bottomImg"></image>
  127. <view class="bottomTxt">分享</view>
  128. </button> -->
  129. <view class="bottomBtn" @click="ljbuy" v-if="!activityEnd&&info.goodsDownTime">立即购买</view>
  130. <view class="bottomBtn" @click="ljbuy" v-if="activityEnd&&!info.goodsDownTime">立即购买</view>
  131. <view class="bottomBtn2" v-if="activityEnd&&info.goodsDownTime">抢购结束</view>
  132. </view>
  133. </view>
  134. <!-- 立即购买 -->
  135. <view class="buyBox" v-if="buyShow" @click="buyShow=false">
  136. <view class="buyCont" @click.stop="">
  137. <image src="../../static/timg/chahao.png" mode="" class="buyContCh" @click="buyShow=false"></image>
  138. <view class="goodsBox">
  139. <view class="hotGoodsLine" >
  140. <view>
  141. <image :src="info.ImgList[0].url" mode="" v-if="info.ImgList.length>0" class="hotGoodsLineImg"></image>
  142. <image src="../../static/timg/noimg.png" class="hotGoodsLineImg" v-else></image>
  143. </view>
  144. <view class="hotGoodsLineRIght">
  145. <view class="goodsName2">{{info.name}}</view>
  146. <view class="Sold" v-if="info.showLabel&&info.showLabel.indexOf('3')!=-1">
  147. 已售 {{info.saleQty}}</view>
  148. <view class="goodsPrice">
  149. <view class="goodsPrice11" v-if="info.saleLabel">{{info.saleLabel}}</view>
  150. <view class="goodsPrice22">¥</view>
  151. <view class="goodsPrice33">{{info.salePrice?info.salePrice:info.scribingPrice}}
  152. <span v-if="info.categoryIds=='7B97D114-C419-42B2-9C1E-0B4CA284CDA0'">万</span>
  153. </view>
  154. <view class="goodsPrice44" v-if="info.showLabel&&info.scribingPrice&&info.showLabel.indexOf('1')!=-1">¥{{info.scribingPrice}}</view>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. <view class="buyNumBox">
  160. <view class="bugNUm">
  161. <view class="bugNUmLeft">
  162. <view class="buySl">数量</view>
  163. <view class="buyXg" v-if="info.oneQty">限购{{info.oneQty}}件</view>
  164. </view>
  165. <view class="numJsbox">
  166. <view class="numJj" @click="calculation(1)">-</view>
  167. <view class="goodsnum">
  168. <input type="number" value="" v-model="goodsnum" class="goodsnumInput"/>
  169. </view>
  170. <view class="numJj" @click="calculation(2)">+</view>
  171. </view>
  172. </view>
  173. <view class="buySHop" @click="ckShop">
  174. <view>服务门店</view>
  175. <view class="buyShopRight" >
  176. <view v-if="shopInfo.shopId">{{shopInfo.shopName}}</view>
  177. <view v-else>请选择</view>
  178. <image src="../../static/timg/icon_arrow_right.png" mode="" class="buyShopRightJt"></image>
  179. </view>
  180. </view>
  181. </view>
  182. <view class="buybtnBox">
  183. <view class="buyBtn" @click="goBuy">立即购买</view>
  184. </view>
  185. </view>
  186. </view>
  187. <!-- 手机号授权 -->
  188. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  189. <view class="authorizCont" @click.stop="">
  190. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  191. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  192. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  193. </view>
  194. <view style="text-align: center;padding-top: 56rpx;">
  195. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  196. </view>
  197. </view>
  198. <!-- <view :style="{color:colorX}">asdfas</view> -->
  199. <view class="shareBox" v-if="shareShow">
  200. <view class="shareCont">
  201. <button open-type="share" class="bottomImgBox shareBtn" >
  202. <image src="../../static/timg/share.png" mode="" class="bottomImg"></image>
  203. <view class="bottomTxt">分享</view>
  204. </button>
  205. <view @click="gowp">
  206. 生成海报
  207. </view>
  208. </view>
  209. </view>
  210. </view>
  211. </template>
  212. <script>
  213. export default {
  214. components: {
  215. },
  216. data() {
  217. return {
  218. userInfo:'',
  219. goodsnum:1,
  220. buyShow:false,
  221. id:'',
  222. info:'',
  223. shopInfo:{
  224. shopName:'',
  225. shopId:''
  226. },
  227. authorizShow:false,
  228. code:'',
  229. wxOpenData:'',
  230. ext:'',
  231. categoryIds:'',
  232. thenShow:false,
  233. activityEnd:true,
  234. shengyuD:1,
  235. shengyuH:12,
  236. shengyuM:21,
  237. shareShow:false,
  238. ext:'',
  239. shareId:'',
  240. }
  241. },
  242. onLoad(opt) {
  243. var ext=this.$common.getExtStoreId();
  244. this.ext=ext
  245. this.id=opt.id;
  246. if(opt.shareId){
  247. this.shareId=opt.shareId
  248. }
  249. //this.userInfo = uni.getStorageSync("userInfo");
  250. this.userInfo=this.$store.state.userInfo;
  251. this.ext=this.$common.getExtStoreId();
  252. if(this.userInfo){
  253. this.wxOpenData=this.$store.state.wxOpenData;
  254. this.openGoodsDetailById();
  255. }else{
  256. this.$common.automaticlogin().then(val => {
  257. this.userInfo=this.$store.state.userInfo;
  258. this.wxOpenData=this.$store.state.wxOpenData;
  259. this.openGoodsDetailById();
  260. console.log(this.userInfo)
  261. })
  262. }
  263. },
  264. onShow() {
  265. this.shopInfo=this.$store.state.ckshopInfo;
  266. //console.log(this.shopInfo)
  267. },
  268. onPullDownRefresh(){
  269. this.openGoodsDetailById();
  270. setTimeout(() => {
  271. uni.stopPullDownRefresh(); // 关闭下拉刷新
  272. }, 2000);
  273. },
  274. methods: {
  275. gowp(){
  276. this.$http('openMall/shareQrCode', {
  277. bizType:1,
  278. path:'pages/shop/goodsDetail?id'+this.id+'&shareId='+this.userInfo.openId,
  279. goodsId:this.id,
  280. openId:this.userInfo.openId,
  281. unionId:this.ext.unionId
  282. },'GET').then(res => {
  283. })
  284. var time=''
  285. if(this.info.goodsDownTime){
  286. var time = this.info.createTime.slice(0,10) + '~' +this.info.goodsDownTime.slice(0,10)
  287. }else{
  288. }
  289. uni.navigateTo({
  290. url:'wp?img='+this.info.ImgList[0].url+'&name='+this.info.name+'&time='+time+'&sellingPoint'+this.info.sellingPoint
  291. })
  292. },
  293. sharewx(){
  294. this.shareShow=true;
  295. },
  296. ckShop(){
  297. uni.navigateTo({
  298. url:'ckshopList?goodsId='+this.id
  299. })
  300. },
  301. openGoodsDetailById(){
  302. this.$http('openMall/openGoodsDetailById', {
  303. id:this.id,
  304. GoodsID:this.id,
  305. },'GET').then(res => {
  306. this.info=res.data;
  307. if(this.info.details){
  308. this.info.details = this.info.details.replace(/\<img/gi, '<img style="max-width:100%;height:auto" ');
  309. }
  310. this.shopInfo='';
  311. this.$store.commit('mutationsckshopInfo', '')
  312. this.szShop()
  313. if(this.info.goodsDownTime){
  314. if (Number(new Date().getTime()) > (Number(new Date(this.info.goodsDownTime.replace(/-/g, '/')).getTime()) || 0)) {
  315. console.log("现在时间大于结束时间")
  316. this.activityEnd = true
  317. } else {
  318. this.activityEnd=false;
  319. //this.info.goodsDownTime="2022-08-18 11:57:00"
  320. this.clock()
  321. }
  322. }
  323. })
  324. },
  325. clock(){
  326. let _this = this
  327. let today = new Date() // 当前时间
  328. let h = today.getHours()
  329. let m = today.getMinutes()
  330. let s = today.getSeconds()
  331. let stopTime = new Date(_this.info.goodsDownTime.replace(/-/g, '/')) // 结束时间
  332. if (Number(new Date().getTime()) >(Number(new Date(this.info.goodsDownTime.replace(/-/g, '/')).getTime()) || 0) ) {
  333. this.activityEnd = true
  334. return false;
  335. }
  336. let stopH = stopTime.getHours()
  337. let stopM = stopTime.getMinutes()
  338. let stopS = stopTime.getSeconds()
  339. let shenyu = stopTime.getTime() - today.getTime() // 倒计时毫秒数
  340. let shengyuD = parseInt(shenyu / (60 * 60 * 24 * 1000)) // 转换为天
  341. let D = parseInt(shenyu) - parseInt(shengyuD * 60 * 60 * 24 * 1000)// 除去天的毫秒数
  342. let shengyuH = parseInt(D / (60 * 60 * 1000)) // 除去天的毫秒数转换成小时
  343. let H = D - shengyuH * 60 * 60 * 1000 // 除去天、小时的毫秒数
  344. let shengyuM = parseInt(H / (60 * 1000)) // 除去天的毫秒数转换成分钟
  345. let M = H - shengyuM * 60 * 1000// 除去天、小时、分的毫秒数
  346. let S = parseInt((shenyu - shengyuD * 60 * 60 * 24 * 1000 - shengyuH * 60 * 60 * 1000 - shengyuM * 60 * 1000) / 1000)// 除去天、小时、分的毫秒数转化为秒
  347. this.daojishi = '报名倒计时:' + shengyuD + '天' + shengyuH + '小时' + shengyuM + '分' + S + '秒'
  348. // setTimeout("clock()",500);
  349. this.shengyuM=shengyuM;
  350. this.shengyuD=shengyuD;
  351. this.shengyuH=shengyuH;
  352. setTimeout(_this.clock, 500)
  353. },
  354. ljbuy(){
  355. if(!this.userInfo){
  356. this.authorizShow=true
  357. }else{
  358. this.buyShow=true
  359. }
  360. },
  361. szShop(){
  362. if(this.userInfo){
  363. this.$http('openMall/openStoreList', {
  364. goodsId:this.id,
  365. // lat: '',
  366. // lng: '',
  367. }, 'GET').then(res => {
  368. var queryShopList = res.data
  369. //console.log('list+=', this.queryShopList);
  370. queryShopList.forEach(item=>{
  371. if(item.shopId==this.info.shopId){
  372. var item={
  373. shopId:this.info.shopId,
  374. shopName:this.info.shopName
  375. }
  376. this.shopInfo=item
  377. this.$store.commit('mutationsckshopInfo', item)
  378. }
  379. })
  380. })
  381. }
  382. },
  383. goINdex(){
  384. uni.switchTab({
  385. url:'../index/index'
  386. })
  387. },
  388. goBuy(){
  389. if(!this.shopInfo.shopId){
  390. uni.showToast({
  391. title: '请选择服务门店',
  392. icon: 'none',
  393. duration: 3000
  394. });
  395. return false;
  396. }
  397. var that=this;
  398. uni.setStorage({
  399. key: 'goodsDetail',
  400. data: that.info,
  401. success: function () {
  402. uni.navigateTo({
  403. url:'confirm?itemQty='+that.goodsnum+'&shopID='+that.shopInfo.shopId+'&shopName='+that.shopInfo.shopName+'&shareId='+that.shareId
  404. })
  405. }
  406. });
  407. },
  408. calculation(type){
  409. if(type==1){
  410. if(this.goodsnum>1){
  411. this.goodsnum--
  412. }
  413. }else{
  414. console.log("+++")
  415. if(this.info.oneQty!=null){
  416. if(this.info.oneQty>this.goodsnum){
  417. this.goodsnum++
  418. }
  419. }else{
  420. this.goodsnum++
  421. }
  422. }
  423. },
  424. decryptPhoneNumber: function(e) {
  425. console.log(e);
  426. this.code=e.detail.code
  427. this.wxPhoneLogin()
  428. this.authorizShow=false;
  429. },
  430. wxPhoneLogin(){
  431. var that=this;
  432. this.$http('miniApp2/sys/wxPhoneLogin', {
  433. appId:this.ext.appId,
  434. unionId:this.ext.unionId,
  435. code:this.code,
  436. openId:this.wxOpenData.openid
  437. },'POST').then(res => {
  438. var data = res.data;
  439. if(data.loginInfo){
  440. this.userInfo=data.loginInfo.openUser;
  441. this.wxOpenData=data.loginInfo;
  442. this.$store.commit('mutationswxOpenData', data.loginInfo)
  443. this.$store.commit('mutationsuserInfo', this.userInfo)
  444. this.szShop()
  445. }
  446. })
  447. },
  448. },
  449. onShareAppMessage(res) {
  450. var img='';
  451. if(this.info.ImgList.length>0){
  452. img=this.info.ImgList[0].url
  453. }
  454. return {
  455. title: this.info.name,
  456. imageUrl:img,
  457. path: 'pages/shop/goodsDetail?id=' + this.id+'&shareId='+this.userInfo.openId,
  458. success(res){
  459. uni.showToast({
  460. title:'分享成功'
  461. })
  462. },
  463. fail(res){
  464. uni.showToast({
  465. title:'分享失败',
  466. icon:'none',
  467. duration: 3000
  468. })
  469. }
  470. }
  471. },
  472. }
  473. </script>
  474. <style scoped lang="less">
  475. .shareBox{
  476. width: 100%;
  477. height: 100vh;
  478. background: rgba(0, 0, 0, 0.5);
  479. position: fixed;
  480. left: 0;
  481. bottom: 0;
  482. z-index: 11;
  483. }
  484. .shareCont{
  485. width: 100%;
  486. background: #FFFFFF;
  487. position: absolute;
  488. left: 0;
  489. bottom: 0;
  490. display: flex;
  491. justify-content: space-around;
  492. padding: 50rpx 0;
  493. }
  494. .timeTbox{
  495. width: 750rpx;
  496. height: 60rpx;
  497. background:#FFF5F0;
  498. border-radius: 24rpx 24rpx 0px 0px;
  499. border: 1px solid #EFE1D5;
  500. display: flex;
  501. justify-content: center;
  502. font-size: 24rpx;
  503. font-family: PingFangSC-Regular, PingFang SC;
  504. font-weight: 400;
  505. color: #764D49;
  506. }
  507. .timeTbox2{
  508. height: 60rpx;
  509. }
  510. .timeviewTxt{
  511. line-height: 41rpx;
  512. padding-top: 10rpx;
  513. }
  514. .timeDivTxt{
  515. line-height: 60rpx;
  516. padding: 0 10rpx;
  517. }
  518. .timeK{
  519. height: 41rpx;
  520. line-height: 41rpx;
  521. color: #FFFFFF;
  522. width: 41rpx;
  523. text-align: center;
  524. background: #F03B3B;
  525. border-radius: 6rpx;
  526. margin-top: 9rpx;
  527. margin-left: 15rpx;
  528. margin-right: 15rpx;
  529. }
  530. .bottomHz{
  531. width: 750rpx;
  532. /* height: 180rpx; */
  533. position: fixed;left: 0;
  534. bottom: 0;
  535. border-radius: 24rpx 24rpx 0px 0px;
  536. }
  537. .box{
  538. background: #F4F5F7;
  539. min-height: 100vh;
  540. }
  541. .buySHop{
  542. display: flex;
  543. justify-content: space-between;
  544. font-size:28rpx ;
  545. color: #666666;
  546. padding-top: 30rpx;
  547. }
  548. .buybtnBox{
  549. width: 750rpx;
  550. height: 120rpx;
  551. background: #FFFFFF;
  552. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
  553. padding-top: 20rpx;
  554. }
  555. .buyBox{
  556. width: 750rpx;
  557. height: 100vh;
  558. position: fixed;
  559. left: 0;
  560. top: 0;
  561. background: rgba(0,0,0,0.5);
  562. }
  563. .buyBtn{
  564. width: 690rpx;
  565. height: 74rpx;
  566. background: #D53533;
  567. border-radius: 37rpx;
  568. text-align: center;
  569. line-height: 74rpx;
  570. color: #FFFFFF;
  571. font-size: 30rpx;
  572. margin-left: 30rpx;
  573. }
  574. .buyShopRightJt{
  575. width: 12rpx;
  576. height: 20rpx;
  577. margin-top: 8rpx;
  578. margin-left: 10rpx;
  579. }
  580. .buyShopRight{
  581. display: flex;
  582. }
  583. .bugNUm{
  584. border-top: 1px solid #EEEEEE;
  585. border-Bottom: 1px solid #EEEEEE;
  586. padding: 28rpx 0;
  587. display: flex;
  588. justify-content: space-between;
  589. }
  590. .buyXg{
  591. width: 110rpx;
  592. height: 36rpx;
  593. border-radius: 4rpx;
  594. border: 1px solid #F19D01;
  595. text-align: center;
  596. line-height: 36rpx;
  597. color: #F19D01;
  598. font-size: 24rpx;
  599. }
  600. .numJj{
  601. width: 44rpx;
  602. height: 44rpx;
  603. background: #F4F5F7;
  604. border-radius: 0px 6rpx 6rpx 0px;
  605. text-align: center;
  606. line-height: 44rpx;
  607. font-size: 32rpx;
  608. color: #999999;
  609. }
  610. .bugNUmLeft{
  611. display: flex;
  612. }
  613. .buySl{
  614. color: #666666;font-size: 28rpx;padding-right: 30rpx;
  615. }
  616. .goodsnum{
  617. width: 88rpx;
  618. height: 44rpx;
  619. background: #F4F5F7;
  620. line-height: 44rpx;
  621. text-align: center;
  622. font-weight: 500;
  623. color: #333333;
  624. font-size: 24rpx;
  625. margin: 0 4rpx;
  626. }
  627. .goodsnumInput{
  628. width: 88rpx;
  629. height: 44rpx;
  630. background: #F4F5F7;
  631. line-height: 44rpx;
  632. text-align: center;
  633. font-weight: 500;
  634. color: #333333;
  635. font-size: 24rpx;
  636. }
  637. .numJsbox{
  638. display: flex;
  639. }
  640. .buyCont{
  641. position: absolute;
  642. left: 0;
  643. bottom: 0;
  644. width: 750rpx;
  645. height: 688rpx;
  646. background: #FFFFFF;
  647. border-radius: 26rpx 26rpx 0px 0px;
  648. }
  649. .buyNumBox{
  650. padding: 30rpx;
  651. padding-top: 10rpx;
  652. padding-bottom: 70rpx;
  653. }
  654. .buyContCh{
  655. position: absolute;
  656. top: 53rpx;
  657. right: 36rpx;
  658. width: 36rpx;
  659. height: 36rpx;
  660. }
  661. .hotGoodsLine{
  662. margin-top: 30rpx;
  663. padding: 20rpx;
  664. background: #FFFFFF;
  665. border-radius: 16rpx;
  666. display: flex;
  667. }
  668. .hotGoodsLineImg{
  669. width: 208rpx;
  670. height: 194rpx;
  671. border-radius: 16rpx;
  672. border: 1px solid #EEEEEE;
  673. }
  674. .goodsName2{
  675. font-size: 28rpx;
  676. font-family: PingFangSC-Regular, PingFang SC;
  677. font-weight: 400;
  678. color: #333333;
  679. line-height: 40rpx;
  680. text-overflow: -o-ellipsis-lastline;
  681. overflow: hidden;
  682. text-overflow: ellipsis;
  683. display: -webkit-box;
  684. -webkit-line-clamp: 2;
  685. line-clamp: 2;
  686. -webkit-box-orient: vertical;
  687. min-height: 80rpx;
  688. width: 370rpx;
  689. }
  690. .hotGoodsLineRIght{
  691. padding-left: 24rpx;
  692. }
  693. .goodsPrice{
  694. display: flex;
  695. padding-top: 10rpx;
  696. }
  697. .goodsPrice11{
  698. font-size: 24rpx;
  699. font-weight: 400;
  700. color: #FF0000;
  701. padding-top: 8rpx;
  702. padding-right: 10rpx;
  703. }
  704. .goodsPrice22{
  705. font-size: 22rpx;
  706. font-weight: 400;
  707. color: #FF0000;
  708. padding-top: 8rpx;
  709. }
  710. .goodsPrice33{
  711. font-size: 32rpx;
  712. font-weight: 500;
  713. color: #FF0000;
  714. }
  715. .goodsPrice44{
  716. font-size: 24rpx;
  717. font-weight: 400;
  718. color: #999999;
  719. padding-top: 8rpx;
  720. padding-left: 5rpx;
  721. text-decoration:line-through;
  722. }
  723. .bottomBox{
  724. width: 750px;
  725. height: 120rpx;
  726. background: #FFFFFF;
  727. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
  728. padding-bottom: env(safe-area-inset-bottom);
  729. background: #FFFFFF;
  730. display: flex;
  731. }
  732. .bottomTxt{
  733. color: #666666;font-size: 22rpx;
  734. }
  735. .bottomImg{
  736. width: 48rpx;height: 48rpx;
  737. }
  738. .bottomImgBox{
  739. text-align: center;
  740. padding-top: 20rpx;
  741. padding-left: 40rpx;
  742. }
  743. .shareBtn{
  744. width: 100rpx;
  745. background: #FFFFFF;
  746. }
  747. button::after{
  748. border: none;
  749. }
  750. button{
  751. position: relative;
  752. display: block;
  753. margin-left: 0;
  754. margin-right: 0;
  755. padding-left: 0px;
  756. padding-right: 0px;
  757. box-sizing: border-box;
  758. // font-size: 18px;
  759. text-align: center;
  760. text-decoration: none;
  761. // line-height: 1;
  762. line-height: 1.35;
  763. // border-radius: 5px;
  764. -webkit-tap-highlight-color: transparent;
  765. overflow: hidden;
  766. color: #000000;
  767. background-color: #fff;
  768. height: 100%;
  769. }
  770. .bottomBtn{
  771. width: 450rpx;
  772. height: 74rpx;
  773. background: #D53533;
  774. border-radius: 37rpx;
  775. line-height: 74rpx;
  776. text-align: center;
  777. color: #FFFFFF;
  778. font-size: 30rpx;
  779. margin-top: 23rpx;
  780. margin-left: 70rpx;
  781. }
  782. .bottomBtn2{
  783. width: 450rpx;
  784. height: 74rpx;
  785. background: #DDDDDD;
  786. border-radius: 37rpx;
  787. line-height: 74rpx;
  788. text-align: center;
  789. color: #FFFFFF;
  790. font-size: 30rpx;
  791. margin-top: 23rpx;
  792. margin-left: 70rpx;
  793. }
  794. .goodsDetailTitle{
  795. color: #333333;
  796. font-size: 30rpx;
  797. font-weight: 500;
  798. background: #FFFFFF;
  799. padding: 20rpx 24rpx;
  800. }
  801. .goodsDetail{
  802. margin-top: 20rpx;
  803. padding-bottom: 30rpx;
  804. background: #FFFFFF;
  805. }
  806. .goodsDetail img{
  807. width: 750rpx;
  808. }
  809. .goodsDetail image{
  810. width: 750rpx;
  811. }
  812. .mealBox{
  813. background: #FFFFFF;
  814. padding: 20rpx 24rpx;
  815. margin-top: 20rpx;
  816. }
  817. .mealTopRight{
  818. display: flex;
  819. }
  820. .mealLine{
  821. margin-top: 20rpx;
  822. }
  823. .itemname{
  824. width: 441rpx;
  825. text-overflow: -o-ellipsis-lastline;
  826. overflow: hidden;
  827. text-overflow: ellipsis;
  828. display: -webkit-box;
  829. -webkit-line-clamp: 2;
  830. line-clamp: 2;
  831. -webkit-box-orient: vertical;
  832. }
  833. .itemline{
  834. display: flex;
  835. padding: 10rpx 20rpx;
  836. justify-content: space-between;
  837. line-height: 37rpx;
  838. font-size: 26rpx;
  839. color: #333333;
  840. }
  841. .itemlinebOX{
  842. border-radius: 0px 0px 10px 10px;
  843. border: 2Rpx solid #EEEEEE;
  844. padding: 10rpx 0;
  845. }
  846. .mealTop{
  847. display: flex;
  848. justify-content: space-between;
  849. height: 72rpx;
  850. background: #F19D01 linear-gradient(90deg, #FFF7EB 0%, #FFEFD5 100%);
  851. border-radius: 10rpx 10rpx 0px 0px;
  852. line-height: 72rpx;
  853. color: #333333;
  854. font-size: 26rpx;
  855. padding: 0 20rpx;
  856. }
  857. .fwlcTitle{
  858. color: #333333;font-size: 30rpx;font-weight: 500;
  859. }
  860. .fuwuliucBox{
  861. background: #FFFFFF;
  862. padding: 20rpx 24rpx;
  863. margin-top: 20rpx;
  864. }
  865. .fwlcxian{
  866. padding:30rpx 42rpx 10rpx 42rpx ;
  867. display: flex;
  868. }
  869. .fwlcyuan{
  870. width: 16rpx;
  871. height: 16rpx;
  872. background: #FF0000;
  873. border-radius: 50%;
  874. }
  875. .fwHx{
  876. height: 4rpx;
  877. background: #FF0000;
  878. width: 186rpx;
  879. margin-top: 7rpx;
  880. }
  881. .fwTxt{
  882. display: flex;
  883. justify-content: space-between;
  884. }
  885. .fwTxtline{
  886. color: #333333;
  887. line-height: 37px;
  888. font-size: 26rpx;
  889. }
  890. .swiper{
  891. width: 750rpx;
  892. height: 700rpx;
  893. background: #FFFFFF;
  894. border-bottom: 1px solid #EEEEEE;
  895. }
  896. .swiper-item{
  897. width: 750rpx;
  898. height: 700rpx;
  899. }
  900. .swiper-itemImg{
  901. width: 750rpx;
  902. height: 700rpx;
  903. }
  904. .shopCtop{
  905. display: flex;
  906. padding: 20rpx 24rpx;
  907. justify-content: space-between;
  908. background: #FFFFFF;
  909. }
  910. .goodsPrice{
  911. display: flex;
  912. }
  913. .goodsPrice1{
  914. font-size: 24rpx;
  915. font-weight: 400;
  916. color: #FF0000;
  917. padding-top: 14rpx;
  918. padding-right: 14rpx;
  919. }
  920. .goodsPrice2{
  921. font-size: 28rpx;
  922. font-weight: 400;
  923. color: #FF0000;
  924. padding-top: 10rpx;
  925. }
  926. .goodsPrice3{
  927. font-size: 40rpx;
  928. font-weight: 500;
  929. color: #FF0000;
  930. }
  931. .goodsPrice4{
  932. font-size: 24rpx;
  933. font-weight: 400;
  934. color: #999999;
  935. padding-top: 14rpx;
  936. text-decoration:line-through;
  937. padding-left: 10rpx;
  938. }
  939. .Sold{
  940. font-weight: 400;
  941. color: #999999;
  942. font-size: 24rpx;
  943. padding-top: 18rpx;
  944. }
  945. .goodsName{
  946. font-size: 30rpx;
  947. line-height: 42rpx;
  948. font-weight: 500;
  949. color: #333333;
  950. padding: 20rpx 24rpx;
  951. padding-top: 0;
  952. padding-bottom: 16rpx;
  953. }
  954. .goodsMd{
  955. font-weight: 400;
  956. color: #999999;
  957. font-size: 26rpx;
  958. padding: 0 24rpx;
  959. padding-bottom: 20rpx;
  960. }
  961. .shopCont{
  962. background: #FFFFFF;
  963. }
  964. .modeBox{
  965. margin-top:20rpx ;
  966. padding: 5rpx 0;
  967. background: #FFFFFF;
  968. }
  969. .modeline{
  970. display: flex;
  971. padding: 15rpx 24rpx;
  972. }
  973. .modelineLeft{
  974. color: #999999;
  975. font-size: 26rpx;
  976. width: 150rpx;
  977. }
  978. .modeLineRight{
  979. color: #333333;
  980. font-size: 26rpx;
  981. width: 550rpx;
  982. }
  983. .expireNumber{
  984. width: 110rpx;
  985. text-align: right;
  986. }
  987. .authorizBox{
  988. width: 100vw;
  989. height: 100vh;
  990. background: rgba(0, 0, 0, 0.5);
  991. position: fixed;
  992. top: 0;
  993. left: 0;
  994. }
  995. .authorizCont{
  996. margin-top: 30vh;
  997. width: 564rpx;
  998. height: 408rpx;
  999. background: #FFFFFF;
  1000. border-radius: 24rpx;
  1001. margin-left: 93rpx;
  1002. position: relative;
  1003. }
  1004. .authorizCloseImg{
  1005. width: 62rpx;
  1006. height: 62rpx;
  1007. }
  1008. .sqLogoBox{
  1009. width: 180rpx;
  1010. height: 180rpx;
  1011. background: #FFFFFF;
  1012. border-radius: 90rpx;
  1013. text-align: center;
  1014. position: absolute;
  1015. top: -50rpx;
  1016. left: 192rpx;
  1017. }
  1018. .authorizName{
  1019. color: #333333;
  1020. line-height: 42rpx;
  1021. font-size: 30rpx;
  1022. text-align: center;
  1023. padding-top: 58rpx;
  1024. }
  1025. .authorizMs{
  1026. color: #999999;
  1027. line-height: 36rpx;
  1028. font-size: 26rpx;
  1029. width: 452rpx;
  1030. padding-top: 24rpx;
  1031. text-align: center;
  1032. margin-left: 56rpx;
  1033. }
  1034. .authorizContbutton{
  1035. width: 422rpx;
  1036. height: 88rpx;
  1037. background: #D53533;
  1038. border-radius: 44rpx;
  1039. line-height: 88rpx;
  1040. text-align: center;
  1041. font-size:30rpx;
  1042. color: #FFFFFF;
  1043. margin-top: 62rpx;
  1044. margin-left:71rpx;
  1045. }
  1046. </style>