|
@@ -19,20 +19,17 @@
|
|
|
<view class="shuaxin" v-if="orderData.data.sheetState == 1 &&sx" @click="shuaxinFn">
|
|
|
如果支付状态未及时更新,请点击 <span style="color: #3F90F7;">刷新</span>
|
|
|
</view>
|
|
|
- <view class="top" :style="{background:'#'+themeColor}">
|
|
|
- <view class="orderState">
|
|
|
- <image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
|
|
|
-
|
|
|
-
|
|
|
- <view class="SheetState" v-if="orderData.data.sheetState == 1">待付款</view>
|
|
|
- <view class="SheetState" v-if="orderData.data.sheetState == 2">待服务</view>
|
|
|
- <view class="SheetState" v-if="orderData.data.sheetState == 3">已完成</view>
|
|
|
- <view class="SheetState" v-if="orderData.data.sheetState == 4">已取消</view>
|
|
|
-
|
|
|
+ <view class="topBox">
|
|
|
+ <view class="top" >
|
|
|
+ <view class="orderState">
|
|
|
+ <view class="SheetState" v-if="orderData.data.sheetState == 1">待付款</view>
|
|
|
+ <view class="SheetState" v-if="orderData.data.sheetState == 2">待服务</view>
|
|
|
+ <view class="SheetState" v-if="orderData.data.sheetState == 3">已完成</view>
|
|
|
+ <view class="SheetState" v-if="orderData.data.sheetState == 4">已取消</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
</view>
|
|
|
+
|
|
|
|
|
|
<!-- 店铺信息 -->
|
|
|
<view class="shopBox">
|
|
@@ -61,7 +58,7 @@
|
|
|
|
|
|
<!-- 订单内容 -->
|
|
|
<view class="information">
|
|
|
- <view class="detailedTitle">订单内容</view>
|
|
|
+ <view class="detailedTitle detailedTitle2">订单内容</view>
|
|
|
|
|
|
<view v-if="orderData.openSheetDetail.length>0" v-for="(item,index) in orderData.openSheetDetail" :key="index">
|
|
|
<view class="informationLine2">
|
|
@@ -70,12 +67,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4" class="line"></view>
|
|
|
+ <!-- <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4" class="line"></view> -->
|
|
|
<view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4">
|
|
|
- <view class="goodsName2">
|
|
|
+ <!-- <view class="goodsName2">
|
|
|
券码信息({{quanMaList.length?quanMaList.length:0}}张可用)
|
|
|
- </view>
|
|
|
- <view class="detailedLineBox" v-for="(v,index) in orderData.OpenSheetQRCode">
|
|
|
+ </view>
|
|
|
+ <view class="detailedLineBox" v-for="(v,index) in orderData.OpenSheetQRCode">
|
|
|
|
|
|
<view class="detailedLine">
|
|
|
<view v-if="v.writeoffState==1" class="detailedName">
|
|
@@ -94,15 +91,37 @@
|
|
|
v-if="v.writeoffState==1" @click="isShowMaSHow(index)"></image>
|
|
|
</view>
|
|
|
|
|
|
- <view class="writeoffLineBox" v-if="v.writeoffState==3">
|
|
|
- <view class="writeoffLine">
|
|
|
- <view class="writeoffLineTxt">核销时间:{{v.writeoffTime}}</view>
|
|
|
- <view class="writeoffLineTxt">核销人:{{v.writeoffName}}</view>
|
|
|
- </view>
|
|
|
- <view class="writeoffLine">
|
|
|
- <view class="writeoffLineTxt">核销门店:{{v.writeoffShopName?v.writeoffShopName:''}}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="writeoffLineBox" v-if="v.writeoffState==3">
|
|
|
+ <view class="writeoffLine">
|
|
|
+ <view class="writeoffLineTxt">核销时间:{{v.writeoffTime}}</view>
|
|
|
+ <view class="writeoffLineTxt">核销人:{{v.writeoffName}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="writeoffLine">
|
|
|
+ <view class="writeoffLineTxt">核销门店:{{v.writeoffShopName?v.writeoffShopName:''}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view> -->
|
|
|
+ <view class="newCodeBox" v-if="quanMaList.length>0" >
|
|
|
+ <view class="newQrcode" >
|
|
|
+ <swiper class="swiper" style="height: 400rpx;" circular :current='swiperIndex' :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#EC0F0A">
|
|
|
+ <swiper-item v-for="(item,index) in quanMaList" style="height: 400rpx;">
|
|
|
+ <view class="swiper-item">
|
|
|
+
|
|
|
+ <tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="300" :unit="unit"
|
|
|
+ :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
|
|
|
+ :loadMake="loadMake" :usingComponents="true" @result="qrR" />
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+
|
|
|
+
|
|
|
+ </swiper>
|
|
|
+ </view>
|
|
|
+ <view class="newQrcodeTs" @click="qmshowFn">
|
|
|
+ 待使用<span>{{quanMaList.length?quanMaList.length:0}}</span>份券码
|
|
|
+ <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -114,10 +133,18 @@
|
|
|
<view class="informationNum">实付款:</view>
|
|
|
<view class="informationNum" style="color: #EC0F0A;font-weight: bold;">¥{{orderData.data.realMoney}}</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view style="padding-left: 24rpx;padding-right: 24rpx;" >
|
|
|
+ <view class="ysyBox">
|
|
|
+ <view class="ysyLeft" style="font-weight: 500;color: #222222;">已使用({{orderData.writeoff}})·退款({{orderData.refund}})</view>
|
|
|
+ <view class="ysyRgiht" @click="sheetQRCode">
|
|
|
+ <span style="color: #9A9A9A;padding-right: 16rpx;">查看详情</span>
|
|
|
+ <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<!-- 订单信息 -->
|
|
|
<view class="information">
|
|
|
- <view class="detailedTitle">订单信息</view>
|
|
|
+ <!-- <view class="detailedTitle">订单信息</view> -->
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">车牌号:</view>
|
|
|
<view class="informationNum">{{orderData.data.plateNumber}}</view>
|
|
@@ -163,7 +190,7 @@
|
|
|
|
|
|
<!-- 支付信息 -->
|
|
|
<view class="information">
|
|
|
- <view class="detailedTitle">支付信息</view>
|
|
|
+ <!-- <view class="detailedTitle">支付信息</view> -->
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">支付状态:</view>
|
|
|
<view class="informationNum" v-if="orderData.data.payState==1">未支付</view>
|
|
@@ -183,7 +210,7 @@
|
|
|
|
|
|
<!-- 核销信息 -->
|
|
|
<view class="information writeoffXx" v-if="orderData.data.sheetState == 3">
|
|
|
- <view class="detailedTitle">核销信息</view>
|
|
|
+ <!-- <view class="detailedTitle">核销信息</view> -->
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">核销状态:</view>
|
|
|
<view class="informationNum" v-if="orderData.data.writeoffState==1">未核销</view>
|
|
@@ -311,6 +338,101 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
+<view class="tkBox" v-if="qmShow">
|
|
|
+ <view class="tkContBox">
|
|
|
+ <view class="tkTop">
|
|
|
+ <view style="width: 22rpx;"></view>
|
|
|
+ <view class="tkTitle">券码信息({{quanMaList.length?quanMaList.length:0}})</view>
|
|
|
+ <image @click="qmHide" src="../../../static/img2/chahao.png" mode="" class="chahaoIMg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="tkLineBox">
|
|
|
+ <view class="tkLine" v-for="(item,index) in quanMaList">
|
|
|
+ <view class="tkLineLeft">
|
|
|
+ <span style="color: #9A9A9A;">券码</span>
|
|
|
+ <span style="color: #222222;padding-left: 66rpx;">{{item}}</span>
|
|
|
+ </view>
|
|
|
+ <view class="tkLineRight" style="color: #576B95;" @click="copy(item)">复制</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+
|
|
|
+<view class="tkBox" v-if="syShow">
|
|
|
+ <view class="tkContBox2">
|
|
|
+ <view class="tkTop">
|
|
|
+ <view style="width: 22rpx;"></view>
|
|
|
+ <view class="tkTitle">详情</view>
|
|
|
+ <image @click="syHide" src="../../../static/img2/chahao.png" mode="" class="chahaoIMg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="tklineBox2">
|
|
|
+ <view class="tkline2" v-for="(item,index) in sheetQRCodeList">
|
|
|
+ <view class="tklineTop2">
|
|
|
+ <view class="tkZt">
|
|
|
+ <span v-if="item.writeoffState==3">已使用</span>
|
|
|
+ <span v-if="item.writeoffState==1">未使用</span>
|
|
|
+ <span v-if="item.refundState==0"></span>
|
|
|
+ <span v-if="item.refundState==1">·退款中</span>
|
|
|
+ <span v-if="item.refundState==2">·退款成功</span>
|
|
|
+ <span v-if="item.refundState==3">·退款拒绝</span>
|
|
|
+ <span v-if="item.refundState==4">·退款失败</span>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <view class="tkSeeD" @click="refundDetail(item)" v-if="item.writeoffState==1">
|
|
|
+ <span>退款详情</span>
|
|
|
+ <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
|
|
|
+ </view>
|
|
|
+ <view class="tkSeeD" @click="goSh(item)" v-if="item.writeoffState==3">
|
|
|
+ <span>申请售后</span>
|
|
|
+ <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="tkRow">
|
|
|
+ <view class="tlRowLeft" v-if="item.writeoffState==3">使用份数</view>
|
|
|
+ <view class="tlRowLeft" v-else>退款份数</view>
|
|
|
+ <view style="color: #222222;">1份</view>
|
|
|
+ </view>
|
|
|
+ <view class="tkRow">
|
|
|
+ <view class="tlRowLeft">消费门店</view>
|
|
|
+ <view style="color: #222222;">{{item.writeoffShopName?item.writeoffShopName:''}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="tkRow">
|
|
|
+ <view class="tlRowLeft">消费时间</view>
|
|
|
+ <view style="color: #222222;">{{item.writeoffTime?item.writeoffTime:''}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="tkRow">
|
|
|
+ <view class="tlRowLeft">券 号</view>
|
|
|
+ <view style="color: #222222;">{{item.qrCode}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <nodata v-if="sheetQRCodeList.length==0"></nodata>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+
|
|
|
+
|
|
|
+<view class="tkBox" v-if="xsShow">
|
|
|
+ <view class="tkContBox">
|
|
|
+ <view class="tkTop">
|
|
|
+ <view style="width: 22rpx;"></view>
|
|
|
+ <view class="tkTitle">申请售后</view>
|
|
|
+ <image @click="xsHide" src="../../../static/img2/chahao.png" mode="" class="chahaoIMg"></image>
|
|
|
+ </view>
|
|
|
+ <view class="zxSj">
|
|
|
+ <view class="zxSjleft">
|
|
|
+ <view class="zxTitle">咨询商家</view>
|
|
|
+ <view class="zxTitle2">联系商家,提高退款效率</view>
|
|
|
+ </view>
|
|
|
+ <view class="zxSjRgiht" @click="call">
|
|
|
+ <image src="/static/timg/wgcall.png" mode="" class="zxCallImg"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="zkRefund" @click="goshFn">
|
|
|
+ <span>已与商家协商一致,发起退款</span>
|
|
|
+ <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
|
|
|
</view>
|
|
|
</template>
|
|
@@ -318,9 +440,10 @@
|
|
|
<script>
|
|
|
import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
|
|
|
import homenav from "@/components/homenav/nav.vue"
|
|
|
+ import nodata from '@/components/nodata/nodata.vue'
|
|
|
export default {
|
|
|
components: {
|
|
|
- tkiQrcode,homenav
|
|
|
+ tkiQrcode,homenav,nodata
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -359,6 +482,12 @@
|
|
|
tuikuanContent: '',
|
|
|
swiperIndex:0,
|
|
|
sx:'',
|
|
|
+ sxNum:'',
|
|
|
+ sx:'',
|
|
|
+ qmShow:false,
|
|
|
+ syShow:false,
|
|
|
+ sheetQRCodeList:[],
|
|
|
+ xsShow:false,
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
@@ -393,6 +522,72 @@
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
+ getsheetQRCode(){
|
|
|
+ this.$http('openOrderManagement/sheetQRCodeList', {
|
|
|
+ type:1,
|
|
|
+ sheetID: this.id,
|
|
|
+ }, 'GET').then(res => {
|
|
|
+
|
|
|
+ })
|
|
|
+ },
|
|
|
+ sheetQRCode(){
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ })
|
|
|
+ this.$http('openOrderManagement/sheetQRCodeList', {
|
|
|
+ type:2,
|
|
|
+ sheetID: this.id,
|
|
|
+ }, 'GET').then(res => {
|
|
|
+ uni.hideLoading();
|
|
|
+ this.syShow=true;
|
|
|
+ this.sheetQRCodeList=res.data
|
|
|
+ })
|
|
|
+ },
|
|
|
+ qmshowFn(){
|
|
|
+ this.qmShow=true
|
|
|
+ },
|
|
|
+ qmHide(){
|
|
|
+ this.qmShow=false
|
|
|
+ },
|
|
|
+ syHide(){
|
|
|
+ this.syShow=false;
|
|
|
+ },
|
|
|
+ shuaxinFn(){
|
|
|
+ this.sxNum=1
|
|
|
+ this.getData();
|
|
|
+ //this.getTuiKuanData()
|
|
|
+ },
|
|
|
+ cancelOrder(){
|
|
|
+ //this.isShowTui=true;
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'../../subPack/refund?type=1&id='+this.id
|
|
|
+ })
|
|
|
+ },
|
|
|
+ goSh(item){
|
|
|
+ var that=this
|
|
|
+ uni.setStorage({
|
|
|
+ key: 'shData',
|
|
|
+ data: item,
|
|
|
+ success: function () {
|
|
|
+ that.xsShow=true
|
|
|
+
|
|
|
+ }
|
|
|
+ });
|
|
|
+
|
|
|
+ },
|
|
|
+ goshFn(){
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'../../subPack/refund?type=2&id='+this.id
|
|
|
+ })
|
|
|
+ },
|
|
|
+ refundDetail(item){
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'../../subPack/refundDetail?id='+item.id
|
|
|
+ })
|
|
|
+ },
|
|
|
+ xsHide(){
|
|
|
+ this.xsShow=false
|
|
|
+ },
|
|
|
shuaxinFn(){
|
|
|
this.sxNum=1
|
|
|
this.getData();
|
|
@@ -759,22 +954,29 @@
|
|
|
font-size: 34rpx;
|
|
|
line-height: 44px;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
- .top {
|
|
|
- height: 190rpx;
|
|
|
- background: #EC0F0A;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- .orderState {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- padding-top: 40rpx;
|
|
|
+ .topBox{
|
|
|
+ padding: 24rpx;
|
|
|
}
|
|
|
+ .top {
|
|
|
+ height: 100rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 11rpx;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 100rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #EC0F0A;
|
|
|
+ line-height: 42rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .orderState {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ padding-top: 40rpx;
|
|
|
+ }
|
|
|
|
|
|
- .SheetState {
|
|
|
+ /* .SheetState {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
font-size: 36rpx;
|
|
@@ -783,7 +985,7 @@
|
|
|
margin-left: 15rpx;
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ */
|
|
|
|
|
|
|
|
|
.timeEditImg {
|
|
@@ -817,7 +1019,7 @@
|
|
|
display: flex;
|
|
|
padding: 30rpx 20rpx;
|
|
|
margin: 0rpx 24rpx;
|
|
|
- margin-top: -60rpx;
|
|
|
+ /* margin-top: -60rpx; */
|
|
|
background-color: #FFFFFF;
|
|
|
border-radius: 10rpx;
|
|
|
|
|
@@ -945,22 +1147,24 @@
|
|
|
margin: 20rpx 24rpx;
|
|
|
padding-bottom: 15rpx;
|
|
|
}
|
|
|
-
|
|
|
+.information{
|
|
|
+ padding: 0 20rpx;
|
|
|
+ }
|
|
|
.informationLine {
|
|
|
display: flex;
|
|
|
-
|
|
|
- padding: 15rpx 20rpx;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding:20rpx 0rpx;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
+ color: #222222;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.informationLine2 {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
font-size: 26rpx;
|
|
|
- padding: 20rpx;
|
|
|
- align-items: center;
|
|
|
- padding-bottom: 0;
|
|
|
+ padding: 20rpx 0;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.salePrice {
|
|
|
|
|
|
font-size: 26rpx;
|
|
@@ -968,6 +1172,7 @@
|
|
|
color: #333333;
|
|
|
line-height: 45rpx;
|
|
|
}
|
|
|
+
|
|
|
|
|
|
.money {
|
|
|
background: #FFFFFF;
|
|
@@ -1008,6 +1213,7 @@
|
|
|
.informationNum {
|
|
|
color: #333333;
|
|
|
font-size: 26rpx;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
|
|
|
.codeCopy {
|
|
@@ -1389,4 +1595,171 @@
|
|
|
padding-left: 24rpx;
|
|
|
font-size: 26rpx;
|
|
|
}
|
|
|
+.newQrcode{
|
|
|
+ text-align: center;padding-top: 30rpx;
|
|
|
+}
|
|
|
+.newQrcodeTs{
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #222222;
|
|
|
+}
|
|
|
+.jtImg1{
|
|
|
+ width: 10rpx;height: 20rpx;
|
|
|
+}
|
|
|
+.newQrcodeTs {
|
|
|
+ text-align: center;
|
|
|
+ padding-top: 10rpx;
|
|
|
+ padding-bottom: 30rpx;
|
|
|
+}
|
|
|
+.ysyBox{
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ font-size: 26rpx;
|
|
|
+ padding: 30rpx 24rpx;
|
|
|
+}
|
|
|
+.copyIcon{
|
|
|
+ width: 30rpx;height: 30rpx;
|
|
|
+ margin-top: 4rpx;margin-right: 6rpx;
|
|
|
+}
|
|
|
+.newQrcode .swiper-item{
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.chahaoIMg{
|
|
|
+ width: 22rpx;height: 22rpx;
|
|
|
+ margin-top: 4rpx;
|
|
|
+}
|
|
|
+.tkBox{
|
|
|
+ position: fixed;
|
|
|
+ background: rgba(0, 0, 0, 0.4);
|
|
|
+ width: 100%;height: 100%;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+.tkContBox{
|
|
|
+ width: 750rpx;
|
|
|
+ height: 483rpx;
|
|
|
+ background: #F8F8F8;
|
|
|
+ border-radius: 28rpx 28rpx 0rpx 0rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ padding-bottom: constant(safe-area-inset-bottom);
|
|
|
+ padding-bottom: env(safe-area-inset-bottom);
|
|
|
+}
|
|
|
+.tkContBox2{
|
|
|
+ width: 750rpx;
|
|
|
+ height: 60vh;
|
|
|
+ background: #F8F8F8;
|
|
|
+ border-radius: 28rpx 28rpx 0rpx 0rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ bottom: 0;
|
|
|
+ padding-bottom: constant(safe-area-inset-bottom);
|
|
|
+ padding-bottom: env(safe-area-inset-bottom);
|
|
|
+}
|
|
|
+.tkTop{
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ padding: 25rpx 40rpx 40rpx 40rpx;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #222222;
|
|
|
+}
|
|
|
+.tkLineBox{
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin: 0 33rpx;
|
|
|
+}
|
|
|
+.tkLine{
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+ font-size: 26rpx;
|
|
|
+ padding: 24rpx 30rpx;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
+
|
|
|
+}
|
|
|
+.tklineBox2{
|
|
|
+ padding:0 24rpx;
|
|
|
+ height: 55vh;
|
|
|
+ overflow: scroll;
|
|
|
+}
|
|
|
+.tkline2{
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ padding: 32rpx 24rpx;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+}
|
|
|
+.tklineTop2{
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+}
|
|
|
+.tkZt{
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 40rpx;
|
|
|
+}
|
|
|
+.tkSeeD{
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #9A9A9A;
|
|
|
+ line-height: 40rpx;
|
|
|
+}
|
|
|
+.tkSeeD .jtImg1{
|
|
|
+ margin-left: 4rpx;
|
|
|
+}
|
|
|
+.tkRow{
|
|
|
+ display: flex;
|
|
|
+ font-size: 26rpx;
|
|
|
+ padding-top: 18rpx;
|
|
|
+
|
|
|
+}
|
|
|
+.tlRowLeft{
|
|
|
+ color: #9A9A9A;width: 140rpx;
|
|
|
+
|
|
|
+}
|
|
|
+.zxSj{
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 16rpx;
|
|
|
+ margin: 0 24rpx;
|
|
|
+ display: flex;justify-content: space-between;
|
|
|
+}
|
|
|
+.zxCallImg{
|
|
|
+ width: 34rpx;height: 34rpx;
|
|
|
+}
|
|
|
+.zxTitle{
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #222222;
|
|
|
+ line-height: 40rpx;
|
|
|
+}
|
|
|
+.zxTitle2{
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #9A9A9A;
|
|
|
+ padding-top: 12rpx;
|
|
|
+}
|
|
|
+.zxSjleft{
|
|
|
+ padding: 32rpx;
|
|
|
+}
|
|
|
+.zxSjRgiht{
|
|
|
+ width: 79rpx;
|
|
|
+ height: 79rpx;
|
|
|
+ border: 2rpx solid #EEEEEE;
|
|
|
+ border-radius: 50%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-top: 32rpx;
|
|
|
+ margin-right: 32rpx;
|
|
|
+}
|
|
|
+.zkRefund{
|
|
|
+ display: flex;justify-content: center;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #9A9A9A;
|
|
|
+ padding-top: 30rpx;
|
|
|
+}
|
|
|
+.zkRefund .jtImg1{
|
|
|
+ margin-left: 6rpx;margin-top: 6rpx;
|
|
|
+}
|
|
|
+.detailedTitle2{
|
|
|
+ padding: 23rpx 0;
|
|
|
+}
|
|
|
</style>
|