integralgoodsDetail.vue 22 KB

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