|
@@ -18,7 +18,7 @@
|
|
|
</u-navbar>
|
|
|
<view v-if="tab1 ==0" class="search u-flex" style="margin-top: 20rpx;">
|
|
|
<u-icon name="search"></u-icon>
|
|
|
- <input type="text" placeholder="请输入关键词搜索">
|
|
|
+ <input type="text" placeholder="请输入关键词搜索" v-model="job_name">
|
|
|
</view>
|
|
|
<view v-if="tab1 ==0" class="shaixuan u-flex u-row-between"
|
|
|
style="margin-top: 20rpx;border-top:2rpx solid #f6f6f6 ;padding-top: 16rpx;">
|
|
@@ -33,125 +33,274 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content">
|
|
|
- <view class="list" v-if="tab1 == 0">
|
|
|
- <view class="" v-if="source_type == 'order'">
|
|
|
- <view class="">
|
|
|
- 订单编号:287910109281003
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-between"
|
|
|
- style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
|
|
|
- <view class="left">
|
|
|
- <view class="top">
|
|
|
- <text class="left">
|
|
|
- 陈昂
|
|
|
- </text>
|
|
|
- <text class="right">
|
|
|
- Java高级工程师
|
|
|
- </text>
|
|
|
+ <view class="" v-if="tab1 == 0">
|
|
|
+ <view class="" v-if="source_type == 'order'" style="border: 2rpx solid rgba(0,0,0,0);">
|
|
|
+ <view style="margin-top: 20rpx;" class="list" v-for="(item,index) in list " :key="item.id">
|
|
|
+ <view class="u-flex u-row-between">
|
|
|
+ <view class="">
|
|
|
+ 订单编号:{{item.order.order_no}}
|
|
|
</view>
|
|
|
- <view class="concent">
|
|
|
- <text class="left">佣金内容</text>
|
|
|
- <text class="right">协助完成面试</text>
|
|
|
+ <view class="fonts">
|
|
|
+ <text v-if="item.withdraw_status=='unapplied'"></text>
|
|
|
+ <text v-if="item.withdraw_status=='withdrawing'"
|
|
|
+ style="color: color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.5);padding: 3rpx;">提现中</text>
|
|
|
+ <text v-if="item.withdraw_status=='success'"
|
|
|
+ style="color: color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.5);padding: 3rpx;">已提现</text>
|
|
|
+ <text v-if="item.withdraw_status=='withdraw'"
|
|
|
+ style="color: color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.5);padding: 3rpx;">已申请</text>
|
|
|
+ <text v-if="item.withdraw_status=='failed'"
|
|
|
+ style="color: color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.5);padding: 3rpx;">提现失败</text>
|
|
|
</view>
|
|
|
- <view class="concent u-flex">
|
|
|
- <text class="left">佣金金额</text>
|
|
|
- <view class="money">
|
|
|
- <text style="font: 24rpx;">¥</text>
|
|
|
- <text style="font-size: 32rpx;">200.00</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between"
|
|
|
+ style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
|
|
|
+ <view class="left">
|
|
|
+ <view class="top">
|
|
|
+ <text class="left">
|
|
|
+ {{item.order.recommend_info.username}}
|
|
|
+ </text>
|
|
|
+ <text class="right">
|
|
|
+ {{item.order.job.job_name}}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">佣金内容</text>
|
|
|
+ <text class="right">{{item.type_name}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="concent u-flex">
|
|
|
+ <text class="left">佣金金额</text>
|
|
|
+ <view class="money">
|
|
|
+ <text style="font: 24rpx;">¥</text>
|
|
|
+ <text style="font-size: 32rpx;">{{item.amount}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="right">
|
|
|
- <view class="top">
|
|
|
- <text class="left">
|
|
|
- 职位负责人
|
|
|
- </text>
|
|
|
- <text class="right">
|
|
|
- 林景宁
|
|
|
- </text>
|
|
|
+ <view class="right">
|
|
|
+ <view class="top">
|
|
|
+ <text class="left">
|
|
|
+ 职位负责人
|
|
|
+ </text>
|
|
|
+ <text class="right">
|
|
|
+ {{item.order.hr.name }}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">offer时间</text>
|
|
|
+ <text
|
|
|
+ class="right">{{item.order.offered_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">过保时间</text>
|
|
|
+ <text
|
|
|
+ class="right">{{item.order.over_protected_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="concent">
|
|
|
- <text class="left">offer时间</text>
|
|
|
- <text class="right">2023.03.12 12:43</text>
|
|
|
+ </view>
|
|
|
+ <view class="bottom u-flex u-row-between">
|
|
|
+ <view class="left">
|
|
|
+ <text>推荐时间:{{item.order.recommended_time||"暂无"}}</text>
|
|
|
</view>
|
|
|
- <view class="concent">
|
|
|
- <text class="left">过保时间</text>
|
|
|
- <text class="right">2023.03.12 12:43</text>
|
|
|
+ <view class="right">
|
|
|
+ <text
|
|
|
+ v-if="item.is_confirm==1">回款时间:{{item.confirm_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
+ <text v-if="item.is_confirm==0">回款时间:未回款</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="bottom u-flex u-row-between">
|
|
|
- <view class="left">
|
|
|
- <text>推荐时间:2023.03.23 12:30</text>
|
|
|
- </view>
|
|
|
- <view class="right">
|
|
|
- <text>佣金结算状态:未回款</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
- <view class="list1" v-if="source_type == 'invite'">
|
|
|
- <view class="">
|
|
|
- 订单编号:287910109281003
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-between">
|
|
|
- <view class="u-flex"
|
|
|
- style="border-top: 2rpx solid #F6F6F6;margin-top: 20rpx;padding-top: 20rpx;">
|
|
|
- <text style="margin-right: 16rpx;" class="title">猎头成单</text>
|
|
|
- <view class="back u-flex">
|
|
|
- <image style="width: 26rpx;height: 26rpx;margin-top: 3rpx;"
|
|
|
- src="static/images/dikou-tips.png" mode="">
|
|
|
- </image>
|
|
|
- <text class="font" style="margin-left: 12rpx;">订单疑问</text>
|
|
|
+ <view class="" v-if="source_type == 'invite'">
|
|
|
+ <view class="list1" v-for="(item,index) in list" :key="item.id">
|
|
|
+ <view class="u-flex u-row-between">
|
|
|
+ <view class="">
|
|
|
+ 订单编号:{{item.order.order_no}}
|
|
|
+ </view>
|
|
|
+ <view class="fonts">
|
|
|
+ <text v-if="item.withdraw_status=='unapplied'"></text>
|
|
|
+ <text v-if="item.withdraw_status=='withdrawing'"
|
|
|
+ style="color: color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.5);padding: 3rpx;">提现中</text>
|
|
|
+ <text v-if="item.withdraw_status=='success'"
|
|
|
+ style="color: color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.5);padding: 3rpx;">已提现</text>
|
|
|
+ <text v-if="item.withdraw_status=='withdraw'"
|
|
|
+ style="color: color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.5);padding: 3rpx;">已申请</text>
|
|
|
+ <text v-if="item.withdraw_status=='failed'"
|
|
|
+ style="color: color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.5);padding: 3rpx;">提现失败</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between">
|
|
|
+ <view class="u-flex"
|
|
|
+ style="border-top: 2rpx solid #F6F6F6;margin-top: 20rpx;padding-top: 20rpx;">
|
|
|
+ <text style="margin-right: 16rpx;" class="title">{{item.type_name}}</text>
|
|
|
+ <view class="back u-flex" @click="todingdan(item.id)">
|
|
|
+ <image style="width: 26rpx;height: 26rpx;margin-top: 3rpx;"
|
|
|
+ src="static/images/dikou-tips.png" mode="">
|
|
|
+ </image>
|
|
|
+ <text class="font" style="margin-left: 12rpx;">订单疑问</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="money">
|
|
|
+ <text style="font-size: 24rpx;">¥</text>
|
|
|
+ <text style="font-size: 32rpx;">{{item.amount}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="money">
|
|
|
- <text style="font-size: 24rpx;">¥</text>
|
|
|
- <text style="font-size: 32rpx;">200.00</text>
|
|
|
+ <view class="u-flex u-row-between" style="margin-top: 22rpx;">
|
|
|
+ <text class="data">邀请日期 2023.03.12 12:4</text>
|
|
|
+ <!-- <text class="data1">结算款时间:2023.03.12 12:</text> -->
|
|
|
+ <text class="date1"
|
|
|
+ v-if="item.is_confirm==1">结算款时间:{{item.confirm_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
+ <text v-if="item.is_confirm==0">结算款时间:未结算</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between" style="margin-top: 22rpx;">
|
|
|
- <text class="data">邀请日期 2023.03.12 12:4</text>
|
|
|
- <text class="data1">结算款时间:2023.03.12 12:</text>
|
|
|
- </view>
|
|
|
</view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
<view class="" v-if="tab1 == 1">
|
|
|
<u-subsection mode="subsection" :list="list2" :current="current" @change="change"
|
|
|
keyName="label"></u-subsection>
|
|
|
- <view class="yong">
|
|
|
- <view class="top">
|
|
|
- <text class="left">订单编号:287910109281003</text>
|
|
|
- <view class="right">
|
|
|
- <text style="font-size: 24rpx;">¥</text>
|
|
|
- <text style="font-size: 32rpx;">200.00</text>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="" style="border-top:2rpx solid #F6F6F6 ;margin-top: 20rpx;">
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
- <text class="leftff">邀请类型</text>
|
|
|
- <text>猎头成单</text>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
- <text class="leftff">邀请时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <view class="" v-if="current==0">
|
|
|
+ <view class="yong" v-for="(item,index) in list" :key="item.id" style="margin-top: 20rpx;"
|
|
|
+ v-if="item.withdraw_status=='unapplied'?false:true">
|
|
|
+ <view class="top u-flex u-row-between">
|
|
|
+ <text class="left">订单编号:{{item.order.order_no}}</text>
|
|
|
+ <view class="right">
|
|
|
+ <text style="font-size: 24rpx;">¥</text>
|
|
|
+ <text style="font-size: 32rpx;">{{item.amount}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
- <text class="leftff">提现账号</text>
|
|
|
- <text>中国农业银行(2392)</text>
|
|
|
+ <view class="u-flex u-row-between"
|
|
|
+ style="margin-top: 20rpx; border-top:2rpx solid #F6F6F6;padding-top: -18rpx;box-sizing: border-box;">
|
|
|
+ <view class="left">
|
|
|
+ <view class="top">
|
|
|
+ <text class="left">
|
|
|
+ {{item.order.recommend_info.username}}
|
|
|
+ </text>
|
|
|
+ <text class="right">
|
|
|
+ {{item.order.job.job_name}}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">佣金内容</text>
|
|
|
+ <text class="right">{{item.type_name}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="concent u-flex">
|
|
|
+ <text class="left">佣金金额</text>
|
|
|
+ <view class="money">
|
|
|
+ <text style="font: 24rpx;">¥</text>
|
|
|
+ <text style="font-size: 32rpx;">{{item.amount}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="right">
|
|
|
+ <view class="top">
|
|
|
+ <text class="left">
|
|
|
+ 职位负责人
|
|
|
+ </text>
|
|
|
+ <text class="right">
|
|
|
+ {{item.order.hr.name }}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">offer时间</text>
|
|
|
+ <text
|
|
|
+ class="right">{{item.order.offered_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="concent">
|
|
|
+ <text class="left">过保时间</text>
|
|
|
+ <text
|
|
|
+ class="right">{{item.order.over_protected_time.slice(0,-3).replaceAll("-",".")}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
- <text class="leftff">申请时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ <view class="" style="border-top:2rpx solid #F6F6F6 ;margin-top: 20rpx;">
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">提现账号</text>
|
|
|
+ <text>中国农业银行(2392)</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">申请时间</text>
|
|
|
+ <text>2023.08.23 12:16</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">到账时间</text>
|
|
|
+ <text>2023.08.23 12:16</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">提现状态</text>
|
|
|
+ <text v-if="item.withdraw_status=='withdrawing'"
|
|
|
+ style="color: color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.5);padding: 3rpx;">提现中</text>
|
|
|
+ <text v-if="item.withdraw_status=='success'"
|
|
|
+ style="color: color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.5);padding: 3rpx;">已提现</text>
|
|
|
+ <text v-if="item.withdraw_status=='withdraw'"
|
|
|
+ style="color: color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.5);padding: 3rpx;">已申请</text>
|
|
|
+ <text v-if="item.withdraw_status=='failed'"
|
|
|
+ style="color: color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.5);padding: 3rpx;">提现失败</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
- <text class="leftff">到账时间</text>
|
|
|
- <text>2023.08.23 12:16</text>
|
|
|
+ </view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <view class="" v-if="current==1">
|
|
|
+ <view class="yong" v-for="(item,index) in list" :key="item.id" style="margin-top: 20rpx;"
|
|
|
+ v-if="item.withdraw_status=='unapplied'?false:true">
|
|
|
+ <view class="top u-flex u-row-between">
|
|
|
+ <text class="left">订单编号:{{item.order.order_no}}</text>
|
|
|
+ <view class="right">
|
|
|
+ <text style="font-size: 24rpx;">¥</text>
|
|
|
+ <text style="font-size: 32rpx;">{{item.amount}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-between leftf">
|
|
|
- <text class="leftff">提现状态</text>
|
|
|
- <text>已提现</text>
|
|
|
+ <view class="" style="border-top:2rpx solid #F6F6F6 ;margin-top: 20rpx;">
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">邀请类型</text>
|
|
|
+ <text>{{item.type_name}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">邀请时间</text>
|
|
|
+ <text>2023.08.23 12:16</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">提现账号</text>
|
|
|
+ <text>中国农业银行(2392)</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">申请时间</text>
|
|
|
+ <text>2023.08.23 12:16</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">到账时间</text>
|
|
|
+ <text>2023.08.23 12:16</text>
|
|
|
+ </view>
|
|
|
+ <view class="u-flex u-row-between leftf">
|
|
|
+ <text class="leftff">提现状态</text>
|
|
|
+ <text v-if="item.withdraw_status=='withdrawing'"
|
|
|
+ style="color: color: rgba(250, 143, 0, 0.8);background-color:rgba(250, 143, 0, 0.5);padding: 3rpx;">提现中</text>
|
|
|
+ <text v-if="item.withdraw_status=='success'"
|
|
|
+ style="color: color: rgba(53, 170, 31, 0.8);background-color:rgba(53, 170, 31, 0.5);padding: 3rpx;">已提现</text>
|
|
|
+ <text v-if="item.withdraw_status=='withdraw'"
|
|
|
+ style="color: color: rgba(12, 102, 194, 0.8);background-color:rgba(12, 102, 194, 0.5);padding: 3rpx;">已申请</text>
|
|
|
+ <text v-if="item.withdraw_status=='failed'"
|
|
|
+ style="color: color: rgba(219, 15, 15, 0.8);background-color:rgba(219, 15, 15, 0.5);padding: 3rpx;">提现失败</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="safe-area-inset-bottom"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="height: 70vh;justify-content: center;" class="u-flex" v-if="list.length == 0&&tab1 == 0">
|
|
@@ -169,7 +318,7 @@
|
|
|
|
|
|
<script>
|
|
|
import {
|
|
|
- commission_list
|
|
|
+ commission_list,
|
|
|
} from "@/units/inquire.js"
|
|
|
export default {
|
|
|
data() {
|
|
@@ -180,6 +329,7 @@
|
|
|
current: 0,
|
|
|
date: "",
|
|
|
list: [],
|
|
|
+ job_name: "",
|
|
|
list2: [{
|
|
|
label: '订单佣金',
|
|
|
// 其他属性值
|
|
@@ -211,11 +361,13 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
- this.source_type = options.source_type
|
|
|
- if(this.source_type == "order"){
|
|
|
- this.label= "订单佣金"
|
|
|
- }else{
|
|
|
- this.label= "邀请佣金"
|
|
|
+ if (options.source_type != null) {
|
|
|
+ this.source_type = options.source_type
|
|
|
+ if (this.source_type == "order") {
|
|
|
+ this.label = "订单佣金"
|
|
|
+ } else {
|
|
|
+ this.label = "邀请佣金"
|
|
|
+ }
|
|
|
}
|
|
|
this.commission_list()
|
|
|
},
|
|
@@ -225,17 +377,31 @@
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ todingdan(id) {
|
|
|
+ uni.navigateTo({
|
|
|
+ url: "/pagesD/dingdan/dingdan?id=" + id
|
|
|
+ })
|
|
|
+ },
|
|
|
return1() {
|
|
|
uni.navigateBack()
|
|
|
},
|
|
|
change(e) {
|
|
|
console.log(e);
|
|
|
this.current = e
|
|
|
+ if (this.current == 0) {
|
|
|
+ this.source_type = "order"
|
|
|
+ this.commission_list()
|
|
|
+ } else {
|
|
|
+ this.source_type = "invite"
|
|
|
+ this.commission_list()
|
|
|
+ }
|
|
|
},
|
|
|
enter(e) {
|
|
|
+ console.log(e);
|
|
|
this.label = e.value[0].label
|
|
|
this.source_type = e.value[0].source_type
|
|
|
this.show = false
|
|
|
+ this.commission_list()
|
|
|
},
|
|
|
async changetime(e) {
|
|
|
const timeFormat = uni.$u.timeFormat;
|
|
@@ -249,20 +415,18 @@
|
|
|
},
|
|
|
TabsTop(item) {
|
|
|
this.tab1 = item.index
|
|
|
+ this.commission_list()
|
|
|
},
|
|
|
commission_list() {
|
|
|
commission_list({
|
|
|
+ // source_type: "order",
|
|
|
source_type: this.source_type,
|
|
|
- job_name: "",
|
|
|
+ job_name: this.job_name,
|
|
|
is_confirm: "",
|
|
|
- begin_time: "",
|
|
|
- end_time: "",
|
|
|
- time_type: "",
|
|
|
- status: ""
|
|
|
+ date: this.date,
|
|
|
}).then(res => {
|
|
|
console.log(res);
|
|
|
this.list = res.data.data
|
|
|
- console.log(this.list.length);
|
|
|
})
|
|
|
}
|
|
|
}
|
|
@@ -270,6 +434,16 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .fonts {
|
|
|
+ padding: 3rpx;
|
|
|
+ height: 40rpx;
|
|
|
+ border-radius: 6rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-family: PingFangSC, PingFang SC;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 40rpx;
|
|
|
+ }
|
|
|
+
|
|
|
.yong {
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 16rpx;
|
|
@@ -310,6 +484,8 @@
|
|
|
.list1 {
|
|
|
background: #FFFFFF;
|
|
|
border-radius: 16rpx;
|
|
|
+ padding: 20rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
|
|
|
.data {
|
|
|
font-size: 24rpx;
|
|
@@ -378,7 +554,6 @@
|
|
|
padding: 0 24rpx;
|
|
|
background: #F3F3F3;
|
|
|
min-height: 78vh;
|
|
|
- padding-top: 20rpx;
|
|
|
|
|
|
|
|
|
.list {
|
|
@@ -386,6 +561,7 @@
|
|
|
border-radius: 16rpx;
|
|
|
padding: 20rpx;
|
|
|
box-sizing: border-box;
|
|
|
+ border: 2rpx solid rgba(0, 0, 0, 0);
|
|
|
}
|
|
|
}
|
|
|
}
|