|
@@ -30,32 +30,9 @@
|
|
|
|
|
|
</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&&numList.remindIntegral!=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 class="marginTop" ></view>
|
|
|
|
|
|
<!-- 卡制度-->
|
|
|
<view v-if="showSetting.isShowCardSystem&&f2csystemlist">
|
|
@@ -95,63 +72,46 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
- <!-- 我的订单 -->
|
|
|
- <view class="orderBox">
|
|
|
-
|
|
|
- <view class="orderTitle">我的订单</view>
|
|
|
-
|
|
|
- <view class="orderLIneBox">
|
|
|
- <view class="orderLine" @click="goorder(1)">
|
|
|
- <view class="orderImgBox">
|
|
|
- <view class="orderNum" v-show="numList.waitPurchaseSize>0">
|
|
|
- {{numList.waitPurchaseSize>99?'99+':numList.waitPurchaseSize}}
|
|
|
- </view>
|
|
|
- <image src="../../static/img/icon_daifukuan.png" mode="" class="orderLineImg"></image>
|
|
|
- </view>
|
|
|
- <view class="orderLineTxt">待付款</view>
|
|
|
+
|
|
|
+ <view class="padingBox">
|
|
|
+ <view class="headerBox2">
|
|
|
+ <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="orderLine" @click="goorder(5)">
|
|
|
- <view class="orderImgBox">
|
|
|
- <view class="orderNum" v-show="numList.waitGroupSize>0">
|
|
|
- {{numList.waitGroupSize>99?'99+':numList.waitGroupSize}}
|
|
|
- </view>
|
|
|
- <image src="../../static/timg/my_icon_4.png" mode="" class="orderLineImg"></image>
|
|
|
- </view>
|
|
|
- <view class="orderLineTxt">待成团</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="orderLine" @click="goorder(2)">
|
|
|
- <view class="orderImgBox">
|
|
|
- <view class="orderNum" v-show="numList.waitServiceSize>0">
|
|
|
- {{numList.waitServiceSize>99?'99+':numList.waitServiceSize}}
|
|
|
- </view>
|
|
|
- <image src="../../static/img/icon_daifuwu.png" mode="" class="orderLineImg"></image>
|
|
|
- </view>
|
|
|
- <view class="orderLineTxt">待服务</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 class="orderLine" @click="goorder(3)">
|
|
|
- <view class="orderImgBox">
|
|
|
- <view class="orderNum" v-show="numList.hasOverSize>0">
|
|
|
- {{numList.hasOverSize>99?'99+':numList.hasOverSize}}
|
|
|
- </view>
|
|
|
- <image src="../../static/img/icon_yiwancheng.png" mode="" class="orderLineImg"></image>
|
|
|
- </view>
|
|
|
- <view class="orderLineTxt">已完成</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="orderLine" @click="goorder(0)">
|
|
|
- <view class="orderImgBox">
|
|
|
- <view class="orderNum" v-show="numList.allSize>0">{{numList.allSize>99?'99+':numList.allSize}}
|
|
|
- </view>
|
|
|
- <image src="../../static/img/icon_allorder.png" mode="" class="orderLineImg"></image>
|
|
|
- </view>
|
|
|
- <view class="orderLineTxt">全部</view>
|
|
|
+ </view>
|
|
|
+ <view style="padding-bottom: 20rpx;">
|
|
|
+ <view class="remindBox" >
|
|
|
+ <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: #0B0B0B;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>
|
|
|
+
|
|
|
</view>
|
|
|
+
|
|
|
+
|
|
|
+ <!-- v-if="numList.remindType!=0&&numList.remindIntegral!=0" -->
|
|
|
+
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<!-- 店铺信息 -->
|
|
|
<view class="shopBox" v-if="userInfo&&showSetting.isShowCardShop">
|
|
@@ -202,10 +162,195 @@
|
|
|
|
|
|
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
+ <!-- 我的订单 -->
|
|
|
+ <view class="orderBox">
|
|
|
+
|
|
|
+
|
|
|
+ <view class="orderTitle">
|
|
|
+ <span>我的订单</span>
|
|
|
+ <span class="allOrder" @click="goorder(0)">全部订单
|
|
|
+ <image src="../../static/img/big_rightArrow.png" mode="" class="allOrderIcon"></image>
|
|
|
+ </span>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="orderLIneBox">
|
|
|
+ <view class="orderLine" @click="goorder(1)">
|
|
|
+ <view class="orderImgBox">
|
|
|
+ <view class="orderNum" v-show="numList.waitPurchaseSize>0">
|
|
|
+ {{numList.waitPurchaseSize>99?'99+':numList.waitPurchaseSize}}
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img2/dzf.png" mode="" class="orderLineImg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="orderLineTxt">待支付</view>
|
|
|
+ </view>
|
|
|
+ <view class="orderLine" @click="goorder(5)">
|
|
|
+ <view class="orderImgBox">
|
|
|
+ <view class="orderNum" v-show="numList.waitGroupSize>0">
|
|
|
+ {{numList.waitGroupSize>99?'99+':numList.waitGroupSize}}
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img2/dct.png" mode="" class="orderLineImg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="orderLineTxt">待成团</view>
|
|
|
+ </view>
|
|
|
+ <view class="orderLine" @click="goorder(3)">
|
|
|
+ <view class="orderImgBox">
|
|
|
+ <view class="orderNum" v-show="numList.hasOverSize>0">
|
|
|
+ {{numList.hasOverSize>99?'99+':numList.hasOverSize}}
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img2/ywc.png" mode="" class="orderLineImg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="orderLineTxt">已完成</view>
|
|
|
+ </view>
|
|
|
+ <view class="orderLine" @click="goorder(2)">
|
|
|
+ <view class="orderImgBox">
|
|
|
+ <view class="orderNum" v-show="numList.waitServiceSize>0">
|
|
|
+ {{numList.waitServiceSize>99?'99+':numList.waitServiceSize}}
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img2/dsy.png" mode="" class="orderLineImg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="orderLineTxt">待使用</view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <!-- <view class="orderLine" @click="goorder(0)">
|
|
|
+ <view class="orderImgBox">
|
|
|
+ <view class="orderNum" v-show="numList.allSize>0">{{numList.allSize>99?'99+':numList.allSize}}
|
|
|
+ </view>
|
|
|
+ <image src="../../static/img/icon_allorder.png" mode="" class="orderLineImg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="orderLineTxt">全部</view>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="kbox">
|
|
|
+ <view class="klineCont">
|
|
|
+ <view class="klineTitle">我的爱车</view>
|
|
|
+ <view class="kline">
|
|
|
+ <view class="klineRow carInfoklineRow" @click="gonavigateTo('./addCar/cailist?type=3')">
|
|
|
+ <image :src="carInfo.brandLogo" mode="" class="carbrandLogo"></image>
|
|
|
+ <view class="carModel KlineTxt">
|
|
|
+ <span>{{carInfo.brand}}{{carInfo.model}}</span>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('historySpend')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/byjl.png" mode=""></image>
|
|
|
+ <view class="KlineTxt">保养记录</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('checkReport')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/ckbg.png" mode=""></image>
|
|
|
+ <view class="KlineTxt">车况报告</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../index/rescue')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/24.png" mode=""></image>
|
|
|
+ <view class="KlineTxt">24小时救援</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="klineCont">
|
|
|
+ <view class="klineTitle">我的爱车</view>
|
|
|
+ <view class="addCarBox">
|
|
|
+ <view class="addCar">
|
|
|
+ <view class="addCarLeft">
|
|
|
+ <view class="addCarTxt1">开车请注意 安途生来帮您</view>
|
|
|
+ <view class="carBq">
|
|
|
+ <view class="carBqLine">
|
|
|
+ <image src="../../static/img2/carDui.png" mode="" class="carDui"></image>
|
|
|
+ <view class="carTitle">车况报告</view>
|
|
|
+ </view>
|
|
|
+ <view class="carBqLine">
|
|
|
+ <image src="../../static/img2/carDui.png" mode="" class="carDui"></image>
|
|
|
+ <view class="carTitle">保养记录</view>
|
|
|
+ </view>
|
|
|
+ <view class="carBqLine">
|
|
|
+ <image src="../../static/img2/carDui.png" mode="" class="carDui"></image>
|
|
|
+ <view class="carTitle">快速救援</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="addCarBtn" @click="addCar">添加爱车</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="klineCont">
|
|
|
+ <view class="klineTitle">更多推荐</view>
|
|
|
+ <view class="kline">
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../user/expertServices')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/icon_fwzj.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">服务顾问</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('myBespeak')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/huiyuan.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">我的预约</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../subPack/rescueOrder')">
|
|
|
+ <image class="klineIcon" src="../../static/timg/sos.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">救援记录</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow">
|
|
|
+ <image class="klineIcon" src="../../static/img2/clsp.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">车辆适配</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../subPack/depositList')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/icon_jydd.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">我的寄存</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+ <view class="klineCont">
|
|
|
+ <view class="klineTitle">口碑传播</view>
|
|
|
+ <view class="kline">
|
|
|
+ <button open-type="share" class="klineRow">
|
|
|
+ <view class="">
|
|
|
+ <image class="klineIcon" src="../../static/img/icon_me6.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">分享好友</view>
|
|
|
+ </view>
|
|
|
+ </button>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../subPack/luckList')">
|
|
|
+ <image class="klineIcon" src="../../static/timg/icon_jydd.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">活动奖品</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../referral/referral')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/kehuzjs.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">客户转介绍</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('../partner/partner')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/chezhu.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">车主合伙人</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('myAppraise')">
|
|
|
+ <image class="klineIcon" src="../../static/img2/icon_pingjia.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">我的评价</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateTo('feedBack')">
|
|
|
+ <image class="klineIcon" src="../../static/img/icon_me7.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">建议反馈</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gomember(showSetting.memberTitle)">
|
|
|
+ <image class="klineIcon" src="../../static/img2/huiyuan.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">关于会员</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="gonavigateaboutUS">
|
|
|
+ <image class="klineIcon" src="../../static/img2/gongs.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">公司介绍</view>
|
|
|
+ </view>
|
|
|
+ <view class="klineRow" @click="makePhoneCall(showSetting.tel)">
|
|
|
+ <image class="klineIcon" src="../../static/img2/icon_fwzj.png" mode=""></image>
|
|
|
+ <view class="KlineTxt2">联系客服</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
|
|
|
<!-- 我的 相关 -->
|
|
|
- <view class="rowBoxBg">
|
|
|
+ <!-- <view class="rowBoxBg">
|
|
|
<view class="rowBox" @click="gonavigateTo('../user/expertServices')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
|
|
@@ -242,14 +387,14 @@
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
|
|
|
- <!-- <view class="rowBox" @click="gonavigateTo('../subPack/depositList')">
|
|
|
+ <view class="rowBox" @click="gonavigateTo('../subPack/depositList')">
|
|
|
|
|
|
<view class="leftView">
|
|
|
<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> -->
|
|
|
+ </view>
|
|
|
<view class="rowBox" @click="gonavigateTo('../subPack/rescueOrder')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/timg/sos.png" mode="" class="liftIcon"></image>
|
|
@@ -265,8 +410,8 @@
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
|
|
|
- </view>
|
|
|
- <view class="rowBoxBg">
|
|
|
+ </view> -->
|
|
|
+ <!-- <view class="rowBoxBg">
|
|
|
<view class="rowBox" @click="gonavigateTo('myAppraise')">
|
|
|
<view class="leftView">
|
|
|
<image src="../../static/img/icon_pingjia.png" mode="" class="liftIcon"></image>
|
|
@@ -292,8 +437,8 @@
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="rowBoxBg">
|
|
|
+ </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>
|
|
@@ -316,8 +461,8 @@
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view>
|
|
|
|
|
|
- </view>
|
|
|
- <view class="rowBoxBg">
|
|
|
+ </view> -->
|
|
|
+ <!-- <view class="rowBoxBg">
|
|
|
|
|
|
<button open-type="share" class="rowBox">
|
|
|
<view class="leftView">
|
|
@@ -332,7 +477,7 @@
|
|
|
<view class="rowTitle">意见反馈</view>
|
|
|
</view>
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
|
<!-- <view class="rowBox" @click="gonavigateTo('../report/working?id=56D5F8C1-9F11-40BA-8937-B4AABD4666B5')">
|
|
@@ -359,7 +504,7 @@
|
|
|
<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
|
|
|
</view> -->
|
|
|
|
|
|
- </view>
|
|
|
+ <!-- </view> -->
|
|
|
<view class="rowBoxBg">
|
|
|
<view class="exit2" @click="exit">切换账号</view>
|
|
|
<view class="exit" @click="exit2">退出登录</view>
|
|
@@ -431,6 +576,7 @@
|
|
|
exitNum:'',
|
|
|
f2cIndex:'',
|
|
|
customerName:'',
|
|
|
+ carInfo:'',
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -452,10 +598,10 @@
|
|
|
if (this.themeColor == 'D53533') {
|
|
|
var backgroundImage = '/static/tabimg/me1.png'
|
|
|
}
|
|
|
- uni.setTabBarStyle({
|
|
|
+ /* uni.setTabBarStyle({
|
|
|
// color: '#FF0000',
|
|
|
- selectedColor: '#' + this.themeColor,
|
|
|
- })
|
|
|
+ selectedColor: '#222222',
|
|
|
+ }) */
|
|
|
uni.setTabBarItem({
|
|
|
index: 3,
|
|
|
text: '我的',
|
|
@@ -505,10 +651,16 @@
|
|
|
this.uid = wxOpenData.loginInfo.uid;
|
|
|
}
|
|
|
//this.themeColor = uni.getStorageSync("themeColor");
|
|
|
-
|
|
|
+ this.carInfo=this.$store.state.carInfo;
|
|
|
+ console.log(this.carInfo)
|
|
|
|
|
|
},
|
|
|
methods: {
|
|
|
+ addCar(){
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'../subPack/addCarCK'
|
|
|
+ })
|
|
|
+ },
|
|
|
exit(){
|
|
|
var that=this;
|
|
|
uni.showModal({
|
|
@@ -835,6 +987,91 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+.addCarBox{
|
|
|
+ padding: 12rpx;
|
|
|
+}
|
|
|
+.addCar{
|
|
|
+ background: #F8F8F8;
|
|
|
+ border-radius: 9rpx;
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ padding: 30rpx 20rpx;
|
|
|
+}
|
|
|
+.carTitle{
|
|
|
+ padding-left: 6rpx;
|
|
|
+}
|
|
|
+.addCarBtn{
|
|
|
+ width: 145rpx;text-align: center;
|
|
|
+ height: 53rpx;line-height: 53rpx;
|
|
|
+ background: #FFDD00;
|
|
|
+ border-radius: 27rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #0B0B0B;
|
|
|
+ margin-top: 15rpx;
|
|
|
+}
|
|
|
+.addCarTxt1{
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #8B8B8B;
|
|
|
+ line-height: 36rpx;
|
|
|
+}
|
|
|
+.carBq{
|
|
|
+ display: flex;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ margin-top: 15rpx;
|
|
|
+}
|
|
|
+.carDui{
|
|
|
+ width: 24rpx;height: 24rpx;
|
|
|
+}
|
|
|
+.carBqLine{
|
|
|
+ display: flex;
|
|
|
+ padding-right: 23rpx;
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #A26D4F;line-height: 26rpx;
|
|
|
+}
|
|
|
+.kbox{
|
|
|
+ padding:0 24rpx;
|
|
|
+}
|
|
|
+.klineCont{
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+}
|
|
|
+.klineRow{
|
|
|
+ width: 25%;font-weight: 400;
|
|
|
+font-size: 24rpx;
|
|
|
+color: #0B0B0B;text-align: center;
|
|
|
+margin-top: 30rpx;
|
|
|
+}
|
|
|
+.KlineTxt{
|
|
|
+ padding-top: 10rpx;
|
|
|
+}
|
|
|
+.KlineTxt2{
|
|
|
+ padding-top: 10rpx;font-size: 22rpx;
|
|
|
+}
|
|
|
+.carInfoklineRow{
|
|
|
+ width: calc(25% - 1px);
|
|
|
+ border-right: 1px dashed #DDDDDD;
|
|
|
+}
|
|
|
+.carbrandLogo{
|
|
|
+ width: 50rpx;height: 50rpx;
|
|
|
+}
|
|
|
+.kline{
|
|
|
+ display: flex;
|
|
|
+ padding-bottom: 30rpx;
|
|
|
+
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+.klineTitle{
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #0B0B0B;
|
|
|
+ line-height: 42rpx;
|
|
|
+ padding-top: 20rpx;
|
|
|
+ padding-left: 24rpx;
|
|
|
+
|
|
|
+}
|
|
|
+.klineIcon{
|
|
|
+ width: 50rpx;height: 50rpx;
|
|
|
+}
|
|
|
.exit{
|
|
|
background: #FFFFFF;
|
|
|
line-height: 100rpx;
|
|
@@ -873,32 +1110,30 @@
|
|
|
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);
|
|
|
+ background: #FEE0B9;
|
|
|
+ border-radius: 8rpx;
|
|
|
display: flex;justify-content: space-between;
|
|
|
margin: 0 auto;font-size: 22rpx;
|
|
|
padding: 9rpx 20rpx;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #666666;
|
|
|
line-height: 30rpx;
|
|
|
- border-radius: 8rpx;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+
|
|
|
}
|
|
|
.useremind{
|
|
|
font-weight: 500;
|
|
|
- color: #FFFD00;
|
|
|
+ color: #A26D4F;
|
|
|
}
|
|
|
.swiper2{
|
|
|
min-height: 510rpx;
|
|
|
/* margin-top: -100rpx; */
|
|
|
}
|
|
|
.marginTop{
|
|
|
- margin-top: -270rpx;
|
|
|
+ margin-top: -240rpx;
|
|
|
}
|
|
|
.marginTop2{
|
|
|
margin-top: -120rpx;
|
|
@@ -1145,14 +1380,23 @@ padding-right: 10rpx;
|
|
|
font-size: 24rpx;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
-
|
|
|
+ .padingBox{
|
|
|
+ padding: 0 20rpx;
|
|
|
+ }
|
|
|
|
|
|
.headerBox {
|
|
|
padding: 16rpx 24rpx;
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ .headerBox2{
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
}
|
|
|
-
|
|
|
.quan {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
@@ -1162,7 +1406,7 @@ padding-right: 10rpx;
|
|
|
.numStr {
|
|
|
font-size: 32rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #9A9A9A;
|
|
|
line-height: 45rpx;
|
|
|
}
|
|
|
.numStr2{
|
|
@@ -1173,7 +1417,7 @@ padding-right: 10rpx;
|
|
|
}
|
|
|
.nameStr {
|
|
|
font-size: 24rpx;
|
|
|
- color: #FFFFFF;
|
|
|
+ color: #222222;
|
|
|
}
|
|
|
|
|
|
.orderBox {
|
|
@@ -1188,12 +1432,20 @@ padding-right: 10rpx;
|
|
|
|
|
|
|
|
|
.orderTitle {
|
|
|
+ font-weight: 500;
|
|
|
font-size: 30rpx;
|
|
|
- color: #333333;
|
|
|
- font-weight: bold;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
+ color: #0B0B0B;
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ }
|
|
|
+ .allOrder{
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 22rpx;
|
|
|
+ color: #939393;
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ .allOrderIcon{
|
|
|
+ width: 20rpx;height: 20rpx;margin-top: 6rpx;
|
|
|
+ }
|
|
|
.orderAll {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|