|
@@ -5,38 +5,96 @@
|
|
|
<view class="customerMes">
|
|
|
<image @click="updateUserInfo" v-if="headImg" :src="headImg" mode=""
|
|
|
style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
|
|
|
- <image @click="updateUserInfo" v-else src="../../static/img/icon_me.png" mode=""
|
|
|
+ <image @click="updateUserInfo" v-else src="http://dmsphoto.66km.com.cn/thFiles/64CD12A3-588E-4201-90F6-5428F6ACD9F9.png" mode=""
|
|
|
style="width: 88rpx;height: 88rpx;border-radius: 44rpx;"></image>
|
|
|
<view class="mes">
|
|
|
<view class="nick">
|
|
|
<view class="nickName" v-if="nickName">{{nickName}}</view>
|
|
|
- <view class="grade" v-if="numList.levelName">{{numList.levelName}}</view>
|
|
|
+ <!-- <view class="grade" @click="gonavigateTo('../index/vipCard')" v-if="numList.levelName&&showSetting.isShowLevel">{{numList.levelName}} ></view>-->
|
|
|
+ <view class="cardNameBOx" v-if="numList.levelName&&showSetting.isShowLevel" @click="gonavigateTo('../subPack/vipCard')">
|
|
|
+ <image class="cardNameIcon" src="http://dmsphoto.66km.com.cn/thFiles/E3F78C8A-CF4F-40DD-B050-689CFCEA2F4C.png" mode=""></image>
|
|
|
+ <view class="cardNameTb">{{numList.levelName}}</view>
|
|
|
+ <image src="../../static/timg/icon_arrow.png" mode="" class="cardNameIcon2"></image>
|
|
|
+ </view>
|
|
|
+ <view class="cardNameBOx" v-if="numList.f2ccard.cardName">
|
|
|
+ <image class="cardNameIcon" src="http://dmsphoto.66km.com.cn/thFiles/E3F78C8A-CF4F-40DD-B050-689CFCEA2F4C.png" mode=""></image>
|
|
|
+ <view class="cardNameTb">{{numList.f2ccard.cardName}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="phone">{{phone}} <span @click="seeQr">{{numList.customerInfo.wxMiniV2OpenID?' / 已绑定微信>':' / 未绑定微信>'}}</span> </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="headerBox">
|
|
|
- <view class="quan" @click="gonavigateTo('../index/discountCard')">
|
|
|
- <view class="numStr">{{numList.count?numList.count:0}}</view>
|
|
|
- <view class="nameStr">优惠券</view>
|
|
|
- </view>
|
|
|
- <view class="quan" @click="gonavigateTo('../integral/integral?totalIntegral='+numList.totalIntegral)">
|
|
|
- <view class="numStr">{{numList.totalIntegral?numList.totalIntegral:0}}</view>
|
|
|
- <view class="nameStr">积分</view>
|
|
|
- </view>
|
|
|
- <view class="quan" @click="gonavigateTo('../index/vipCard')">
|
|
|
- <view class="numStr">{{numList.cardNum?numList.cardNum:0}}</view>
|
|
|
- <view class="nameStr">会员卡</view>
|
|
|
- </view>
|
|
|
- <view class="quan" @click="gonavigateTo('../subPack/vipCard')">
|
|
|
- <view class="numStr2">{{numList.currentLevel.levelName}}</view>
|
|
|
- <view class="nameStr">{{numList.currentLevel.endTime?numList.currentLevel.endTime.slice(0,10):'永久'}}</view>
|
|
|
- </view>
|
|
|
+
|
|
|
|
|
|
+ </view>
|
|
|
+ <!-- <view v-if="numList.remindType==0" class="marginTop2"></view>v-if="numList.remindType!=0" -->
|
|
|
+ <view class="marginTop" ></view>
|
|
|
+ <view class="headerBox">
|
|
|
+ <view class="quan" @click="gonavigateTo('../index/discountCard')" v-if="showSetting.isShowCoupon">
|
|
|
+ <view class="numStr">{{numList.count?numList.count:0}}</view>
|
|
|
+ <view class="nameStr">优惠券</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view class="quan" v-if="showSetting.isShowIntergral" @click="gonavigateTo('../integral/integral?totalIntegral='+numList.totalIntegral)">
|
|
|
+ <view class="numStr">{{numList.totalIntegral?numList.totalIntegral:0}}</view>
|
|
|
+ <view class="nameStr">积分</view>
|
|
|
+ </view>
|
|
|
+ <view class="quan" v-if="showSetting.isShowCard" @click="gonavigateTo('../index/vipCard')">
|
|
|
+ <view class="numStr">{{numList.cardNum?numList.cardNum:0}}</view>
|
|
|
+ <view class="nameStr">会员卡</view>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
+ <view class="remindBox" v-if="numList.remindType!=0">
|
|
|
+ <view class="remindLeft" style="display: flex;">
|
|
|
+ <image style="width: 24rpx;height: 24rpx;margin-top: 2rpx;" src="http://dmsphoto.66km.com.cn/thFiles/BA87B937-90F3-420C-A21C-A5B7BE7E8B07.png" mode=""></image>
|
|
|
+ <span style="padding-left: 10rpx;">您有</span>
|
|
|
+ <span style="color: #FFFD00;font-weight: 500;">{{numList.remindIntegral}}</span>
|
|
|
+ <span v-if="numList.remindType==1">积分将于本月过期</span>
|
|
|
+ <span v-if="numList.remindType==2">积分将于30天内过期</span>
|
|
|
+ </view>
|
|
|
+ <view class="useremind" @click="useremind">去使用></view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <!-- 卡制度-->
|
|
|
+ <view v-if="showSetting.isShowCardSystem">
|
|
|
+ <view >
|
|
|
+ <swiper class="swiper2" :autoplay="false" :interval="interval"
|
|
|
+ :duration="duration" :indicator-dots="true" indicator-color="#CCCCCC" :indicator-active-color="'#'+themeColor">
|
|
|
+
|
|
|
+ <swiper-item v-for="(item,index) in f2csystemlist">
|
|
|
+ <view class="cardBox">
|
|
|
+ <view class="cardTOp" :style="{background:'url('+item.Banner+') 100% 100%'}" style="background-size: 100% 100% !important;">
|
|
|
+ <img class="vipBsIcon" v-if="item.growthState==1" src="http://dmsphoto.66km.com.cn/thFiles/91FCABC6-775C-47CA-B7D4-3579A4DE8497.png" alt="">
|
|
|
+ <view class="cardName">{{item.system.name}}</view>
|
|
|
+ <!-- 当前卡制度-->
|
|
|
+ <view class="cardtimeBox" v-if="item.growthState==1">
|
|
|
+ <view class="cardtimeLeft">成长值 {{numList.f2ccard.growthValue}}/{{item.system.growthValueUp}}</view>
|
|
|
+ <view class="cartimeRight">有效期 {{numList.f2ccard.expireTime.slice(0,10)}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="cardtimeBox" v-if="item.growthState==2">
|
|
|
+ <view class="cardtimeLeft">高于该等级</view>
|
|
|
+ </view>
|
|
|
+ <view class="cardtimeBox" v-if="item.growthState==3">
|
|
|
+ <view class="cardtimeLeft">还需{{item.addGrowth}}成长值可升级</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="cardCont">
|
|
|
+ <view class="cardLine" v-for="(c,cindex) in item.contents" v-if="cindex<8">
|
|
|
+ <view class="cardLineImgBox">
|
|
|
+ <image :src="c.icon" mode="" class="cardLineImg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="cardlineTitle" v-if="c.state==1">{{c.title}}</view>
|
|
|
+ <view class="cardlineTitle2" v-if="c.state==0">{{c.title}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+ </swiper>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
|
|
|
<!-- 我的订单 -->
|
|
|
<view class="orderBox">
|
|
@@ -95,7 +153,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 店铺信息 -->
|
|
|
- <view class="shopBox" v-if="userInfo">
|
|
|
+ <view class="shopBox" v-if="userInfo&&showSetting.isShowCardShop">
|
|
|
|
|
|
<view class="shopCont">
|
|
|
<view class="shopName">{{numList.shopInfo.shopName}}</view>
|
|
@@ -147,13 +205,6 @@
|
|
|
|
|
|
<!-- 我的 相关 -->
|
|
|
<view class="rowBoxBg">
|
|
|
- <!-- <view class="rowBox" @click="gonavigateTo('../subPack/rescueOrder')">
|
|
|
- <view class="leftView">
|
|
|
- <image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
|
|
|
- <view class="rowTitle">救援订单</view>
|
|
|
- </view>
|
|
|
- <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
- </view> -->
|
|
|
<view class="rowBox" @click="gonavigateTo('../user/expertServices')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
|
|
@@ -161,8 +212,6 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
<view class="rowBox" @click="gonavigateTo('./addCar/cailist?type=3')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_me2.png" mode="" class="liftIcon"></image>
|
|
@@ -170,8 +219,6 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
<view class="rowBox" @click="gonavigateTo('myBespeak')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_me3.png" mode="" class="liftIcon"></image>
|
|
@@ -179,8 +226,6 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
<view class="rowBox" @click="gonavigateTo('historySpend')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_me4.png" mode="" class="liftIcon"></image>
|
|
@@ -188,7 +233,6 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
-
|
|
|
<view class="rowBox" @click="gonavigateTo('checkReport')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_me5.png" mode="" class="liftIcon"></image>
|
|
@@ -196,28 +240,32 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="rowBox" @click="gonavigateTo('myAppraise')">
|
|
|
+ <view class="rowBox" @click="gonavigateTo('../subPack/depositList')">
|
|
|
<view class="leftView">
|
|
|
- <image src="../../static/img/icon_pingjia.png" mode="" class="liftIcon"></image>
|
|
|
- <view class="rowTitle">我的评价</view>
|
|
|
+ <image src="../../static/timg/icon_jydd.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">我的寄存</view>
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
- </view>
|
|
|
- <button open-type="share" class="rowBox">
|
|
|
+ </view>
|
|
|
+ <view class="rowBox" @click="gonavigateTo('../subPack/rescueOrder')">
|
|
|
<view class="leftView">
|
|
|
- <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
|
|
|
- <view class="rowTitle">分享给好友</view>
|
|
|
+ <image src="../../static/timg/sos.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">救援订单</view>
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
- </button>
|
|
|
- <view class="rowBox" @click="gonavigateTo('feedBack')">
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="rowBoxBg">
|
|
|
+ <view class="rowBox" @click="gonavigateTo('myAppraise')">
|
|
|
<view class="leftView">
|
|
|
- <image src="../../static/img/icon_me7.png" mode="" class="liftIcon"></image>
|
|
|
- <view class="rowTitle">意见反馈</view>
|
|
|
+ <image src="../../static/img/icon_pingjia.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">我的评价</view>
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="rowBoxBg" v-if="kkshow">
|
|
|
<view class="rowBox" @click="gonavigateTo('../partner/partner')"
|
|
|
v-if="numList.customerInfo.pState==1&&numList.shopSettings.partnerDisabled">
|
|
|
<view class="leftView">
|
|
@@ -234,6 +282,49 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
+ <view class="rowBoxBg">
|
|
|
+ <view class="rowBox" v-if="showSetting.isShowTel">
|
|
|
+ <view class="leftView">
|
|
|
+ <image src="../../static/timg/icon_qingchu.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">{{showSetting.telTitle}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="rowRight" style="color:#666666;" @click="makePhoneCall(showSetting.tel)">{{showSetting.tel}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="rowBox" v-if="showSetting.isShowMember" @click="gomember(showSetting.memberTitle)">
|
|
|
+ <view class="leftView">
|
|
|
+ <image src="../../static/timg/icon_yijian.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">{{showSetting.memberTitle}}</view>
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
+ </view>
|
|
|
+ <view class="rowBox" v-if="showSetting.isShowAbout" @click="gonavigateaboutUS">
|
|
|
+ <view class="leftView">
|
|
|
+ <image src="../../static/timg/icon_fenxiang.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">{{showSetting.aboutTitle}}</view>
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="rowBoxBg">
|
|
|
+
|
|
|
+ <button open-type="share" class="rowBox">
|
|
|
+ <view class="leftView">
|
|
|
+ <image src="../../static/img/icon_me6.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">分享给好友</view>
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
+ </button>
|
|
|
+ <view class="rowBox" @click="gonavigateTo('feedBack')">
|
|
|
+ <view class="leftView">
|
|
|
+ <image src="../../static/img/icon_me7.png" mode="" class="liftIcon"></image>
|
|
|
+ <view class="rowTitle">意见反馈</view>
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
<!-- <view class="rowBox" @click="gonavigateTo('../report/working?id=56D5F8C1-9F11-40BA-8937-B4AABD4666B5')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_kehuzhuanjieshao.png" mode="" class="liftIcon"></image>
|
|
@@ -263,7 +354,7 @@
|
|
|
|
|
|
<!-- <view class="signOut" @click="signOut">退出登录</view> -->
|
|
|
<!-- 手机号授权 -->
|
|
|
- <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
|
|
|
+ <view class="authorizBox" v-if="authorizShow" @click="authorizShowHide">
|
|
|
<view class="authorizCont" @click.stop="">
|
|
|
<view class="authorizName">{{wxOpenData.miniAppName}}</view>
|
|
|
<view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
|
|
@@ -315,6 +406,11 @@
|
|
|
release_version: '',
|
|
|
qrimg:'',
|
|
|
qrSHow:false,
|
|
|
+ kkshow:false,
|
|
|
+ duration:500,
|
|
|
+ interval:3000,
|
|
|
+ showSetting:'',
|
|
|
+ f2csystemlist:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -375,6 +471,11 @@
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
+ makePhoneCall(tel){
|
|
|
+ uni.makePhoneCall({
|
|
|
+ phoneNumber: tel,
|
|
|
+ });
|
|
|
+ },
|
|
|
seeQr(){
|
|
|
// this.authorizShow = true;
|
|
|
// return false;
|
|
@@ -408,6 +509,22 @@
|
|
|
url: 'ShopAppraiseList?shopID=' + this.numList.shopInfo.id
|
|
|
})
|
|
|
},
|
|
|
+ useremind(){
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '../integral/integral'
|
|
|
+ })
|
|
|
+ },
|
|
|
+ gonavigateaboutUS(){
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '../index/aboutUS?unionID='+this.numList.customerInfo.unionID
|
|
|
+ })
|
|
|
+
|
|
|
+ },
|
|
|
+ gomember(memberTitle){
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '../index/aboutUS?unionID='+this.numList.customerInfo.unionID+'&memberTitle='+memberTitle
|
|
|
+ })
|
|
|
+ },
|
|
|
getVersionInfo() {
|
|
|
this.$http('miniApp2/sys/getVersionInfo', {
|
|
|
appId: this.ext.appId,
|
|
@@ -473,6 +590,13 @@
|
|
|
}, 1000); */
|
|
|
that.queryMyDetail()
|
|
|
|
|
|
+ if(this.numList.customerInfo.pState==1&&this.numList.shopSettings.partnerDisabled){
|
|
|
+ this.kkshow=true
|
|
|
+ }
|
|
|
+ if(this.numList.customerInfo.rebateState==1&&this.numList.shopSettings.introductionDisabled){
|
|
|
+ this.kkshow=true
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -541,8 +665,8 @@
|
|
|
this.headImg = res.data.openUser.headImg;
|
|
|
this.nickName = res.data.openUser.nickName;
|
|
|
this.phone = res.data.openUser.mobilePhone;
|
|
|
-
|
|
|
-
|
|
|
+ this.showSetting=res.data.showSetting
|
|
|
+ this.f2csystemlist=res.data.f2csystemlist
|
|
|
})
|
|
|
},
|
|
|
gonavigateTo(url) {
|
|
@@ -564,6 +688,9 @@
|
|
|
// url: '../login/login'
|
|
|
// })
|
|
|
},
|
|
|
+ authorizShowHide(){
|
|
|
+ this.authorizShow=false
|
|
|
+ }
|
|
|
|
|
|
},
|
|
|
onShareAppMessage(res) {
|
|
@@ -598,6 +725,120 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+.cardNameIcon{
|
|
|
+ width: 30rpx;height: 30rpx;
|
|
|
+}
|
|
|
+.cardNameIcon2{
|
|
|
+ width: 7rpx;height: 13rpx;
|
|
|
+ margin-left: 3rpx;margin-top: 9rpx;
|
|
|
+}
|
|
|
+.cardNameTb{
|
|
|
+ padding-left: 4rpx;
|
|
|
+}
|
|
|
+.cardNameBOx{
|
|
|
+ background: linear-gradient(327deg, #FEA917 0%, #FFC635 100%);
|
|
|
+ border-radius: 16rpx;display: flex;
|
|
|
+ line-height: 30rpx;font-weight: 500;
|
|
|
+color: #764700;font-size: 22rpx;
|
|
|
+margin-left: 15rpx;
|
|
|
+padding-right: 10rpx;
|
|
|
+
|
|
|
+ height: 30rpx;
|
|
|
+
|
|
|
+}
|
|
|
+.remindBox{
|
|
|
+ width: 596rpx;
|
|
|
+ box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(153,153,153,0.1);
|
|
|
+ background: rgba(255,255,255,0.1);
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ margin: 0 auto;font-size: 22rpx;
|
|
|
+ padding: 9rpx 20rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 30rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+}
|
|
|
+.useremind{
|
|
|
+ font-weight: 500;
|
|
|
+ color: #FFFD00;
|
|
|
+}
|
|
|
+.swiper2{
|
|
|
+ min-height: 510rpx;
|
|
|
+ /* margin-top: -100rpx; */
|
|
|
+}
|
|
|
+.marginTop{
|
|
|
+ margin-top: -270rpx;
|
|
|
+}
|
|
|
+.marginTop2{
|
|
|
+ margin-top: -120rpx;
|
|
|
+}
|
|
|
+.cardBox{
|
|
|
+ width: 702rpx;
|
|
|
+ min-height: 510rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 22rpx;
|
|
|
+ margin-left:24rpx ;
|
|
|
+
|
|
|
+ overflow: hidden;
|
|
|
+}
|
|
|
+.cardCont{
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+.cardLineImgBox{
|
|
|
+ width: 84rpx;
|
|
|
+ height: 84rpx;
|
|
|
+ /* background: linear-gradient(150deg, #222439 0%, #1A2027 100%); */
|
|
|
+ border-radius: 50%;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 30rpx;
|
|
|
+}
|
|
|
+.cardLineImg{
|
|
|
+ width: 84rpx;
|
|
|
+ height: 84rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|
|
|
+.cardlineTitle{
|
|
|
+ color: #3C3C3C;font-size: 24rpx;
|
|
|
+ line-height: 33rpx;padding-top: 10rpx;
|
|
|
+ overflow:hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow:ellipsis;
|
|
|
+}
|
|
|
+.cardlineTitle2{
|
|
|
+ color: #999999;font-size: 24rpx;
|
|
|
+ line-height: 33rpx;padding-top: 10rpx;
|
|
|
+ overflow:hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ -o-text-overflow:ellipsis;
|
|
|
+}
|
|
|
+.cardLine{
|
|
|
+ width: 25%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.rowRight{
|
|
|
+ color: #666666;font-size: 28rpx;padding-right: 32rpx;
|
|
|
+}
|
|
|
+.cardTOp{
|
|
|
+ height: 155rpx;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+}
|
|
|
+.vipBsIcon{
|
|
|
+ position: absolute;width: 112rpx;height: 33rpx;top: 0;right: 0;
|
|
|
+}
|
|
|
+.cardName{
|
|
|
+ font-weight: 500;font-size: 30rpx;padding-top: 30rpx;padding-left: 30rpx;
|
|
|
+ color: #50402A;
|
|
|
+}
|
|
|
+.cardtimeBox{
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ color: #786140;font-size: 24rpx;
|
|
|
+ padding-top: 20rpx;padding-left: 30rpx;padding-right: 20rpx;
|
|
|
+}
|
|
|
.qrBox{
|
|
|
position: fixed;
|
|
|
width: 100vw;
|
|
@@ -740,7 +981,6 @@
|
|
|
font-weight: bold;
|
|
|
line-height: 48rpx;
|
|
|
height: 48rpx;
|
|
|
- width: 430rpx;
|
|
|
overflow: hidden; /*内容会被修剪,并且其余内容是不可见的*/
|
|
|
text-overflow:ellipsis; /*显示省略符号来代表被修剪的文本。*/
|
|
|
white-space: nowrap; /*文本不换行*/
|
|
@@ -749,12 +989,13 @@
|
|
|
|
|
|
.grade {
|
|
|
margin-left: 15rpx;
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
color: #FFFFFF;
|
|
|
padding: 0rpx 10rpx;
|
|
|
- border: 1rpx solid #FFFFFF;
|
|
|
- border-radius: 4rpx;
|
|
|
- height: 36rpx;
|
|
|
+ border: 1px solid #FFFFFF;
|
|
|
+ border-radius: 18rpx;
|
|
|
+ height: 26rpx;
|
|
|
+ line-height: 28rpx;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -765,8 +1006,7 @@
|
|
|
|
|
|
|
|
|
.headerBox {
|
|
|
- padding: 30rpx 24rpx;
|
|
|
-
|
|
|
+ padding: 16rpx 24rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
@@ -775,14 +1015,13 @@
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- height: 120rpx;
|
|
|
}
|
|
|
|
|
|
.numStr {
|
|
|
- font-size: 40rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
font-weight: bold;
|
|
|
color: #FFFFFF;
|
|
|
- line-height: 56rpx;
|
|
|
+ line-height: 45rpx;
|
|
|
}
|
|
|
.numStr2{
|
|
|
font-size: 40rpx;
|
|
@@ -801,7 +1040,7 @@
|
|
|
background: #FFFFFF;
|
|
|
padding: 30rpx 20rpx;
|
|
|
border-radius: 10rpx;
|
|
|
- margin-top: -100rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1034,6 +1273,7 @@
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
+ z-index: 11;
|
|
|
}
|
|
|
|
|
|
.authorizCont {
|