integralgoodsDetail.vue 24 KB

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