123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098 |
- <template>
- <view class="box">
- <view class="spwBox">
- <swiper class="swiper" circular :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#D53533">
- <swiper-item v-for="(item,index) in info.imgList">
- <view class="swiper-item">
- <img mode="aspectFit" :src="item.img" alt="" class="swiper-itemImg" v-if="item.imgType==1">
- <video :src="item.url" v-if="item.imgType==2" show-fullscreen-btn controls style="width: 100%;height: 100%;"></video>
- </view>
- </swiper-item>
- <swiper-item v-for="(item,index) in info.detailImgList">
- <view class="swiper-item">
- <img mode="aspectFit" :src="item.img" alt="" class="swiper-itemImg" >
- </view>
- </swiper-item>
-
- </swiper>
- </view>
- <view class="shopCont">
- <view class="goodsName">{{info.name}}</view>
- <view class="jfNumBox" style="padding-left: 24rpx;padding-bottom: 20rpx;">
- <span class="jfspan1 jfspan11">{{info.integral}}</span> <span class="jfspan2">积分</span>
- <span class="marketvalue" v-if="info.salePrice">市场价 ¥{{info.salePrice}}</span>
- </view>
-
-
- </view>
-
- <!-- 商品详情 -->
- <view class="goodsDetail" v-if="info.details">
- <view class="goodsDetailTitle">商品详情</view>
- <!-- <view v-html="info.details" style="background: #fff;"></view> -->
- <rich-text :nodes="info.details" style="background: #fff;"></rich-text>
- </view>
- <view style="height: 120rpx;padding-bottom: env(safe-area-inset-bottom)"></view>
-
- <view class="bottomBox">
- <view class="ktyong" style="padding-top: 46rpx;">可用 <span class="ktyong1" style="font-weight: 500;">{{avaIntegral}}</span><span class="ktyong2">积分</span> </view>
- <view class="bottomBtn" :style="{background:'#'+themeColor}" @click="ljbuy">立即兑换</view>
-
- </view>
-
-
- <!-- 立即购买 -->
- <view class="buyBox" v-if="buyShow" @click="buyShow=false">
- <view class="buyCont" @click.stop="">
- <image src="../../static/timg/chahao.png" mode="" class="buyContCh" @click="buyShow=false"></image>
- <view class="goodsBox">
- <view class="hotGoodsLine" >
- <view>
- <image :src="info.imgList[0].img" mode="" v-if="info.imgList.length>0" class="hotGoodsLineImg"></image>
- <image src="../../static/timg/noimg.png" class="hotGoodsLineImg" v-else></image>
- </view>
- <view class="hotGoodsLineRIght">
- <view class="goodsName2">{{info.name}}</view>
- <view class="goodsPriceTk">
- <view class="jfNumBox">
- <span class="jfspan1">{{info.integral}}</span> <span class="jfspan2">积分</span>
- <span class="marketvalue" v-if="info.salePrice">市场价 ¥{{info.salePrice}}</span>
- </view>
- <view class="surplus" v-if="shopInfo">剩余{{shopInfo.qty>0?shopInfo.qty:0}}个</view>
- </view>
- </view>
- </view>
- </view>
- <view class="buyNumBox">
- <view class="bugNUm">
- <view class="bugNUmLeft">
- <view class="buySl">数量</view>
- <!-- <view class="buyXg" v-if="info.oneQty">限购{{info.oneQty}}件</view> -->
- </view>
- <view class="numJsbox">
- <view class="numJj" @click="calculation(1)">-</view>
- <view class="goodsnum">
- <input type="number" value="" v-model="goodsnum" class="goodsnumInput" @input="goodsnumInput"/>
- </view>
- <view class="numJj" @click="calculation(2)">+</view>
- </view>
- </view>
- <view class="buySHop" @click="ckShop" style="border-bottom: 1px solid #EEEEEE;">
- <view>服务门店</view>
- <view class="buyShopRight" >
- <view v-if="shopInfo.shopId">{{shopInfo.shopName}}</view>
- <view v-else>请选择</view>
- <image src="../../static/timg/icon_arrow_right.png" mode="" class="buyShopRightJt"></image>
- </view>
- </view>
- <view class="buySHop" v-if="info.oneCount&&info.dayCount">
- <view>兑换限制</view>
- <view class="buyShopRight" >
- 每人限兑{{info.oneCount?info.oneCount:0}}个,每天限兑{{info.dayCount?info.dayCount:0}}个
- </view>
- </view>
- <view class="buySHop" v-else></view>
- </view>
-
- <view class="buybtnBox">
- <view class="ktyong"><view>合计 <span class="ktyong1" style="font-weight: 500;">{{totalIntegral}}</span><span class="ktyong2">积分</span> </view>
- <view class="kyNum">可用积分:{{avaIntegral}}</view>
- </view>
- <view class="bottomBtn" @click="goBuy" :style="{background:'#'+themeColor}">立即兑换</view>
- </view>
-
- </view>
- </view>
-
- <!-- 手机号授权 -->
- <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
- <view class="authorizCont" @click.stop="">
- <view class="authorizName">{{wxOpenData.miniAppName}}</view>
- <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
- <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
- </view>
- <view style="text-align: center;padding-top: 56rpx;">
- <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
- </view>
- </view>
- <!-- <view :style="{color:colorX}">asdfas</view> -->
- <!-- 门店弹框 -->
- <view class="baomingBox ckshopBox" v-if="ckshopShow" @click="noShowShop">
- <view class="baomingCont" @click.stop="">
- <view class="bmTop">
- <view class="bmTitle">选择门店</view>
- <img src="../../static/timg/chahao.png" alt="" class="bmChimg" @click="noShowShop">
- </view>
- <view style="padding: 0 24rpx; height: 45vh;overflow-y: scroll;">
- <view class="ckshopLine" v-for="(item,index) in info.shopList" @click="ckshop2(item)">
- <view class="shopName"> {{item.ShopName}}</view>
- <view class="surplus" style="padding-top: 2rpx;">剩余{{item.qty>0?item.qty:0}}个</view>
- </view>
- </view>
-
-
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- components: {
-
- },
- data() {
- return {
- userInfo:'',
- goodsnum:1,
- buyShow:false,
- id:'',
- info:'',
- shopInfo:{
- shopName:'',
- shopId:''
- },
- authorizShow:false,
- code:'',
- wxOpenData:'',
- ext:'',
- categoryIds:'',
- thenShow:false,
- activityEnd:true,
- shengyuD:1,
- shengyuH:12,
- shengyuM:21,
- totalIntegral:'',
- avaIntegral:'',
- ckshopShow:false,
- themeColor:'',
- //snapup:
- }
- },
- onLoad(opt) {
- this.id=opt.id;
- this.avaIntegral=opt.avaIntegral;
- //this.id='F58D6DEA-726A-4E28-93FA-EE6E5D6E3BDF'
- //this.userInfo = uni.getStorageSync("userInfo");
- this.userInfo=this.$store.state.userInfo;
- this.ext=this.$common.getExtStoreId();
- this.themeColor = uni.getStorageSync("themeColor");
- if(this.userInfo){
- this.wxOpenData=this.$store.state.wxOpenData;
- this.openGoodsDetailById();
- }else{
- this.$common.automaticlogin().then(val => {
- this.userInfo=this.$store.state.userInfo;
- this.wxOpenData=this.$store.state.wxOpenData;
- this.openGoodsDetailById();
- console.log(this.userInfo)
- })
- }
-
-
-
- },
- onShow() {
- this.shopInfo=this.$store.state.ckshopInfo;
-
- console.log(this.shopInfo)
- },
- onPullDownRefresh(){
- this.openGoodsDetailById();
- setTimeout(() => {
- uni.stopPullDownRefresh(); // 关闭下拉刷新
- }, 2000);
- },
- methods: {
- sharewx(){
-
- },
- goodsnumInput(){
- console.log(this.goodsnum)
- var qty=this.shopInfo.qty?this.shopInfo.qty:0
- if(this.goodsnum>qty){
- uni.showToast({
- title: '服务门店库存不足',
- icon: 'none',
- duration: 3000
- });
- this.goodsnum=qty
- }
- },
- noShowShop(){
- this.ckshopShow=false;
- },
- ckShop(){
- //this.ckshopShow=true;
- uni.navigateTo({
- url:'/pages/shop/ckshopList?goodsId='+this.id+'&type=4'
- })
- },
- ckshop2(item){
- if(item.qty){
- this.shopInfo=item;
- this.ckshopShow=false;
- }else{
- uni.showToast({
- title: '服务门店库存不足',
- icon: 'none',
- duration: 3000
- });
- }
-
- },
- openGoodsDetailById(){
- this.$http('openIntegralMall/integralGoodsDetailById', {
- id:this.id,
- },'GET').then(res => {
- this.info=res.data;
- if(this.info.details){
- this.info.details = this.info.details.replace(/\<img/gi, '<img style="max-width:100%;height:auto;display:block" ');
- this.info.details=this.info.details.replace(/\<p/gi, '<p style="display: inline-block"');
- }
- if(res.data.shopList.length>0){
- this.shopInfo=res.data.shopList[0];
- this.$store.commit('mutationsckshopInfo', this.shopInfo)
- this.buyShow=false;
- }else{
- this.$store.commit('mutationsckshopInfo', '')
- this.shopInfo=''
- this.buyShow=false;
- }
-
- this.totalIntegral=this.goodsnum*this.info.integral
-
-
- //this.szShop()
-
- })
- },
-
- ljbuy(){
- if(!this.userInfo){
- this.authorizShow=true
- }else{
- this.buyShow=true
- }
-
- },
-
- goINdex(){
- uni.switchTab({
- url:'../index/index'
- })
- },
- goBuy(){
-
- if(this.info.dayCount&&this.info.dayCount!='null'){
- if(this.goodsnum>this.info.dayCount){
- uni.showToast({
- title:'超过兑换限制',
- icon:'none',
- })
- return false;
- }
- }
-
- if(!this.shopInfo.qty){
- uni.showToast({
- title: '库存不足',
- icon: 'none',
- duration: 3000
- });
- return false;
- }
- if(this.shopInfo.qty<0){
- uni.showToast({
- title: '库存不足',
- icon: 'none',
- duration: 3000
- });
- return false;
- }
- if(!this.shopInfo.shopId){
- uni.showToast({
- title: '请选择服务门店',
- icon: 'none',
- duration: 3000
- });
- return false;
- }
- var that=this;
-
- uni.setStorage({
- key: 'jfgoodsDetail',
- data: that.info,
- success: function () {
- uni.redirectTo({
- url:'integralConfirm?shopID='+that.shopInfo.shopId+'&shopName='+that.shopInfo.shopName+'&goodsnum='+that.goodsnum+'&avaIntegral='+that.avaIntegral
- })
- }
- });
-
- },
- calculation(type){
-
- if(type==1){
- if(this.goodsnum>1){
- this.goodsnum--
- }
- }else{
- //console.log("+++")
- if(this.info.dayCount&&this.info.dayCount!='null'){
- console.log(this.info.dayCount)
- if(this.goodsnum<this.info.dayCount){
- if(this.goodsnum<this.shopInfo.qty){
- this.goodsnum++
- }else{
- uni.showToast({
- title:'剩余个数不足',
- icon:'none',
- })
- }
-
- }else{
- uni.showToast({
- title:'超过兑换限制',
- icon:'none',
- })
- }
- }else{
- this.goodsnum++
- }
-
-
- }
- this.totalIntegral=this.goodsnum*this.info.integral
- },
- decryptPhoneNumber: function(e) {
- console.log(e);
- this.code=e.detail.code
- this.wxPhoneLogin()
- this.authorizShow=false;
- },
- wxPhoneLogin(){
- var that=this;
- this.$http('miniApp2/sys/wxPhoneLogin', {
- appId:this.ext.appId,
- unionId:this.ext.unionId,
- code:this.code,
- openId:this.wxOpenData.openid
- },'POST').then(res => {
- var data = res.data;
- if(data.loginInfo){
- this.userInfo=data.loginInfo.openUser;
- this.wxOpenData=data.loginInfo;
- this.$store.commit('mutationswxOpenData', data)
- this.$store.commit('mutationsuserInfo', this.userInfo)
-
- this.szShop()
- }
- })
- },
-
- },
- onShareAppMessage(res) {
- var img='';
- if(this.info.ImgList.length>0){
- img=this.info.ImgList[0].url
- }
- return {
- title: this.info.name,
- imageUrl:img,
- path: 'pages/shop/goodsDetail?id=' + this.id,
- success(res){
- uni.showToast({
- title:'分享成功'
- })
- },
- fail(res){
- uni.showToast({
- title:'分享失败',
- icon:'none',
- duration: 3000
- })
- }
- }
- },
- }
- </script>
- <style scoped lang="less">
- .ckshopLine{
- display: flex;
- justify-content: space-between;
- padding: 20rpx 0;
- border-bottom: 1px solid #EEEEEE;
- }
- .shopName{
- font-size: 28rpx;
- color: #333333;
- width: 500rpx;
- }
- .ckshopBox{
- width: 750rpx;
- height: 100vh;
- background: rgba(0, 0, 0, 0.4);
- position: fixed;
- top: 0;
- left: 0;
- z-index: 111 !important;
- }
- .baomingCont{
- position: absolute;
- width: 750rpx;
- /* height:850rpx; */
- /* padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom); */
- left: 0;
- bottom: 0;
- background: #ffffff;
- border-radius: 24rpx 24rpx 0px 0px;
- }
- .bmTop{
- display: flex;
- justify-content: space-between;
- padding: 40rpx 24rpx 10rpx 24rpx;
- }
- .bmTitle{
- font-weight: 500;
- color: #3C3C3C;
- font-size: 30rpx;
- line-height: 36rpx;
- }
- .bmChimg{
- width: 36rpx;
- height: 36rpx;
- }
- .kyNum{
- color: #999999;
- font-size: 24rpx;
- }
- .goodsPriceTk{
- display: flex;
- justify-content: space-between;
- width: 460rpx;
- }
- .surplus{
- color: #FF0000;font-size: 24rpx;padding-top: 6rpx;
- }
- .ktyong{
-
- color: #666666;
- font-size: 24rpx;
- padding-left: 30rpx;
- padding-top: 18rpx;
- }
.ktyong1{
- color: #FF0000;
- font-size: 32rpx;
- }
- .ktyong2{
- color: #FF0000;
- font-size: 24rpx;
- }
- .jfspan1{
- font-weight: 500;
- color: #FF0000;
- font-size:32rpx;
- line-height: 45rpx;
-
- }
- .jfspan11{
- font-size: 40rpx !important;
- }
- .jfspan2{
- font-weight: 400;
- color: #FF0000;
- font-size:24rpx;
- line-height: 45rpx;
- padding-left: 10rpx;
- }
- .marketvalue{
- font-weight: 400;
- color: #999999;
- font-size:24rpx;
- line-height: 45rpx;
- padding-left: 10rpx;
- text-decoration: line-through;
- }
- .timeTbox{
- width: 750rpx;
- height: 60rpx;
- background:#FFF5F0;
- border-radius: 24rpx 24rpx 0px 0px;
- border: 1px solid #EFE1D5;
- display: flex;
- justify-content: center;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #764D49;
-
- }
- .timeTbox2{
- height: 60rpx;
- }
- .timeviewTxt{
- line-height: 41rpx;
- padding-top: 10rpx;
- }
- .timeDivTxt{
- line-height: 60rpx;
- padding: 0 10rpx;
- }
- .timeK{
- height: 41rpx;
- line-height: 41rpx;
- color: #FFFFFF;
- width: 41rpx;
- text-align: center;
- background: #F03B3B;
- border-radius: 6rpx;
- margin-top: 9rpx;
- margin-left: 15rpx;
- margin-right: 15rpx;
- }
- .bottomHz{
- width: 750rpx;
- /* height: 180rpx; */
- position: fixed;left: 0;
- bottom: 0;
-
- border-radius: 24rpx 24rpx 0px 0px;
- }
- .box{
- background: #F4F5F7;
- min-height: 100vh;
- }
- .buySHop{
- display: flex;
- justify-content: space-between;
- font-size:28rpx ;
- color: #666666;
- padding-top: 30rpx;
- padding-bottom: 30rpx;
- }
- .buybtnBox{
- width: 750rpx;
- height: 120rpx;
- background: #FFFFFF;
- box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
- display: flex;
- justify-content: space-between;
- }
- .buyBox{
- width: 750rpx;
- height: 100vh;
- position: fixed;
- left: 0;
- top: 0;
- background: rgba(0,0,0,0.5);
-
- }
- .buyBtn{
- width: 690rpx;
- height: 74rpx;
- background: #D53533;
- border-radius: 37rpx;
- text-align: center;
- line-height: 74rpx;
- color: #FFFFFF;
- font-size: 30rpx;
- margin-left: 30rpx;
- }
- .buyShopRightJt{
- width: 12rpx;
- height: 20rpx;
- margin-top: 8rpx;
- margin-left: 10rpx;
- }
- .buyShopRight{
- display: flex;
- }
- .bugNUm{
- border-top: 1px solid #EEEEEE;
- border-Bottom: 1px solid #EEEEEE;
- padding: 28rpx 0;
- display: flex;
- justify-content: space-between;
- }
- .buyXg{
- width: 110rpx;
- height: 36rpx;
- border-radius: 4rpx;
- border: 1px solid #F19D01;
- text-align: center;
- line-height: 36rpx;
- color: #F19D01;
- font-size: 24rpx;
- }
- .numJj{
- width: 44rpx;
- height: 44rpx;
- background: #F4F5F7;
- border-radius: 0px 6rpx 6rpx 0px;
- text-align: center;
- line-height: 44rpx;
- font-size: 32rpx;
- color: #999999;
- }
- .bugNUmLeft{
- display: flex;
- }
- .buySl{
- color: #666666;font-size: 28rpx;padding-right: 30rpx;
- }
- .goodsnum{
- width: 88rpx;
- height: 44rpx;
- background: #F4F5F7;
- line-height: 44rpx;
- text-align: center;
- font-weight: 500;
- color: #333333;
- font-size: 24rpx;
- margin: 0 4rpx;
- }
- .goodsnumInput{
- width: 88rpx;
- height: 44rpx;
- background: #F4F5F7;
- line-height: 44rpx;
- text-align: center;
- font-weight: 500;
- color: #333333;
- font-size: 24rpx;
- }
- .numJsbox{
- display: flex;
- }
- .buyCont{
- position: absolute;
- left: 0;
- bottom: 0;
- width: 750rpx;
- /* height: 688rpx; */
- background: #FFFFFF;
- border-radius: 26rpx 26rpx 0px 0px;
- }
- .buyNumBox{
- padding: 30rpx;
- padding-top: 10rpx;
-
- }
- .buyContCh{
- position: absolute;
- top: 53rpx;
- right: 36rpx;
- width: 36rpx;
- height: 36rpx;
- }
- .hotGoodsLine{
- margin-top: 30rpx;
- padding: 20rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- display: flex;
- }
- .hotGoodsLineImg{
- width: 208rpx;
- height: 194rpx;
- border-radius: 16rpx;
- border: 1px solid #EEEEEE;
- }
- .goodsName2{
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- min-height: 80rpx;
- width: 370rpx;
- }
- .hotGoodsLineRIght{
- padding-left: 24rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .goodsPrice{
- display: flex;
- padding-top: 10rpx;
- }
- .goodsPrice11{
- font-size: 24rpx;
- font-weight: 400;
- color: #FF0000;
- padding-top: 8rpx;
- padding-right: 10rpx;
- }
- .goodsPrice22{
- font-size: 22rpx;
- font-weight: 400;
- color: #FF0000;
- padding-top: 8rpx;
-
- }
- .goodsPrice33{
- font-size: 32rpx;
- font-weight: 500;
- color: #FF0000;
- }
- .goodsPrice44{
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- padding-top: 8rpx;
- padding-left: 5rpx;
- text-decoration:line-through;
- }
- .bottomBox{
- width: 750rpx;
- height: 120rpx;
- background: #FFFFFF;
- box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.2000);
- padding-bottom: env(safe-area-inset-bottom);
- background: #FFFFFF;
- display: flex;
- position: fixed;
- left: 0;
- justify-content: space-between;
- bottom: 0;
- }
- .bottomTxt{
- color: #666666;font-size: 22rpx;
- }
- .bottomImg{
- width: 48rpx;height: 48rpx;
- }
- .bottomImgBox{
- text-align: center;
- padding-top: 20rpx;
- padding-left: 40rpx;
- }
- .shareBtn{
- width: 100rpx;
- background: #FFFFFF;
- }
- button::after{
- border: none;
- }
- button{
- position: relative;
- display: block;
- margin-left: 0;
- margin-right: 0;
- padding-left: 0px;
- padding-right: 0px;
- box-sizing: border-box;
- // font-size: 18px;
- text-align: center;
- text-decoration: none;
- // line-height: 1;
- line-height: 1.35;
- // border-radius: 5px;
- -webkit-tap-highlight-color: transparent;
- overflow: hidden;
- color: #000000;
- background-color: #fff;
-
- height: 100%;
- }
- .bottomBtn{
- width: 204rpx;
- height: 74rpx;
- background: #D53533;
- border-radius: 37rpx;
- line-height: 74rpx;
- text-align: center;
- color: #FFFFFF;
- font-size: 30rpx;
- margin-top: 23rpx;
- margin-left: 70rpx;
- margin-right: 30rpx;
- }
- .bottomBtn2{
- width: 450rpx;
- height: 74rpx;
- background: #DDDDDD;
- border-radius: 37rpx;
- line-height: 74rpx;
- text-align: center;
- color: #FFFFFF;
- font-size: 30rpx;
- margin-top: 23rpx;
- margin-left: 70rpx;
- }
- .goodsDetailTitle{
- color: #333333;
- font-size: 30rpx;
- font-weight: 500;
- background: #FFFFFF;
- padding: 20rpx 24rpx;
- }
- .goodsDetail{
- margin-top: 20rpx;
- padding-bottom: 30rpx;
- background: #FFFFFF;
- }
- .goodsDetail img{
- width: 750rpx;
- }
- .goodsDetail image{
- width: 750rpx;
- }
- .mealBox{
- background: #FFFFFF;
- padding: 20rpx 24rpx;
- margin-top: 20rpx;
- }
- .mealTopRight{
- display: flex;
-
- }
- .mealLine{
- margin-top: 20rpx;
-
- }
- .itemname{
- width: 441rpx;
- text-overflow: -o-ellipsis-lastline;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- .itemline{
- display: flex;
- padding: 10rpx 20rpx;
- justify-content: space-between;
- line-height: 37rpx;
- font-size: 26rpx;
- color: #333333;
- }
- .itemlinebOX{
- border-radius: 0px 0px 10px 10px;
- border: 2Rpx solid #EEEEEE;
- padding: 10rpx 0;
- }
- .mealTop{
- display: flex;
- justify-content: space-between;
- height: 72rpx;
- background: #F19D01 linear-gradient(90deg, #FFF7EB 0%, #FFEFD5 100%);
- border-radius: 10rpx 10rpx 0px 0px;
- line-height: 72rpx;
- color: #333333;
- font-size: 26rpx;
- padding: 0 20rpx;
- }
- .fwlcTitle{
- color: #333333;font-size: 30rpx;font-weight: 500;
- }
- .fuwuliucBox{
- background: #FFFFFF;
- padding: 20rpx 24rpx;
- margin-top: 20rpx;
- }
- .fwlcxian{
- padding:30rpx 42rpx 10rpx 42rpx ;
- display: flex;
- }
- .fwlcyuan{
- width: 16rpx;
- height: 16rpx;
- background: #FF0000;
- border-radius: 50%;
- }
- .fwHx{
- height: 4rpx;
- background: #FF0000;
- width: 186rpx;
- margin-top: 7rpx;
- }
- .fwTxt{
- display: flex;
- justify-content: space-between;
- }
- .fwTxtline{
- color: #333333;
- line-height: 37px;
- font-size: 26rpx;
- }
- .swiper{
- width: 750rpx;
- height: 700rpx;
- background: #FFFFFF;
- border-bottom: 1px solid #EEEEEE;
- }
- .swiper-item{
- width: 750rpx;
- height: 700rpx;
- }
- .swiper-itemImg{
- width: 750rpx;
- height: 700rpx;
- }
- .shopCtop{
- display: flex;
- padding: 20rpx 24rpx;
- justify-content: space-between;
- background: #FFFFFF;
- }
- .goodsPrice{
- display: flex;
- }
- .goodsPrice1{
- font-size: 24rpx;
- font-weight: 400;
- color: #FF0000;
- padding-top: 14rpx;
- padding-right: 14rpx;
- }
- .goodsPrice2{
- font-size: 28rpx;
- font-weight: 400;
- color: #FF0000;
- padding-top: 10rpx;
-
- }
- .goodsPrice3{
- font-size: 40rpx;
- font-weight: 500;
- color: #FF0000;
- }
- .goodsPrice4{
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- padding-top: 14rpx;
- text-decoration:line-through;
- padding-left: 10rpx;
- }
- .Sold{
- font-weight: 400;
- color: #999999;
- font-size: 24rpx;
- padding-top: 18rpx;
- }
- .goodsName{
- font-size: 30rpx;
- line-height: 42rpx;
- font-weight: 500;
- color: #333333;
- padding: 20rpx 24rpx;
- padding-top: 20rpx;
- padding-bottom: 16rpx;
- }
- .goodsMd{
- font-weight: 400;
- color: #999999;
- font-size: 26rpx;
- padding: 0 24rpx;
- padding-bottom: 20rpx;
- }
- .shopCont{
- background: #FFFFFF;
- }
- .modeBox{
- margin-top:20rpx ;
- padding: 5rpx 0;
- background: #FFFFFF;
- }
- .modeline{
- display: flex;
- padding: 15rpx 24rpx;
- }
- .modelineLeft{
- color: #999999;
- font-size: 26rpx;
- width: 150rpx;
- }
- .modeLineRight{
- color: #333333;
- font-size: 26rpx;
- width: 550rpx;
- }
- .expireNumber{
- width: 110rpx;
- text-align: right;
- }
- .authorizBox{
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.5);
- position: fixed;
- top: 0;
- left: 0;
- }
- .authorizCont{
- margin-top: 30vh;
- width: 564rpx;
- height: 408rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- margin-left: 93rpx;
- position: relative;
- }
- .authorizCloseImg{
- width: 62rpx;
- height: 62rpx;
- }
- .sqLogoBox{
- width: 180rpx;
- height: 180rpx;
- background: #FFFFFF;
- border-radius: 90rpx;
- text-align: center;
- position: absolute;
- top: -50rpx;
- left: 192rpx;
- }
- .authorizName{
- color: #333333;
- line-height: 42rpx;
- font-size: 30rpx;
- text-align: center;
- padding-top: 58rpx;
- }
- .authorizMs{
- color: #999999;
- line-height: 36rpx;
- font-size: 26rpx;
- width: 452rpx;
- padding-top: 24rpx;
- text-align: center;
- margin-left: 56rpx;
- }
- .authorizContbutton{
- width: 422rpx;
- height: 88rpx;
- background: #D53533;
- border-radius: 44rpx;
- line-height: 88rpx;
- text-align: center;
- font-size:30rpx;
- color: #FFFFFF;
- margin-top: 62rpx;
- margin-left:71rpx;
- }
- </style>
- <!--
- -->
|