You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
349 lines
8.5 KiB
349 lines
8.5 KiB
<template>
|
|
<view class="flex-col page">
|
|
<view class="flex-col group_4">
|
|
<view class="flex-col">
|
|
<view class="flex-col section_2">
|
|
<view class="justify-center group_5">
|
|
<text class="text_2">全部</text>
|
|
<text class="text_3">待确认</text>
|
|
<text class="text_4">评级中</text>
|
|
<text class="text_5">待付款</text>
|
|
<text class="text_6">待收货</text>
|
|
<view class="section_3"> </view>
|
|
<image
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497796432960040.png"
|
|
class="image_6"
|
|
/>
|
|
</view>
|
|
<view class="section_4"> </view>
|
|
</view>
|
|
<view class="flex-col group_6">
|
|
<view class="flex-col section_5">
|
|
<view class="flex-col">
|
|
<text class="text_7">按收货确认时间</text>
|
|
<view class="flex-col group_8">
|
|
<view class="flex-row">
|
|
<view class="flex-col items-center text-wrapper">
|
|
<text>1个月内</text>
|
|
</view>
|
|
<view class="text-wrapper_1 flex-col items-center">
|
|
<text>3个月内</text>
|
|
</view>
|
|
<view class="text-wrapper_1 flex-col items-center view_3">
|
|
<text>6个月内</text>
|
|
</view>
|
|
<view class="text-wrapper_1 flex-col items-center">
|
|
<text>今年</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row group_10">
|
|
<view class="left-text-wrapper flex-col items-center">
|
|
<text>2021年</text>
|
|
</view>
|
|
<view class="left-text-wrapper flex-col items-center view_6">
|
|
<text>2020年</text>
|
|
</view>
|
|
<view class="left-text-wrapper flex-col items-center view_7">
|
|
<text>2019年</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col group_11">
|
|
<text class="text_15">按送评信息</text>
|
|
<view class="flex-row group_12">
|
|
<view class="flex-col items-center text-wrapper_2">
|
|
<text>输入送评人姓名或手机号</text>
|
|
</view>
|
|
<view class="flex-col items-start text-wrapper_3">
|
|
<text class="text_17">输入标签</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col group_13">
|
|
<text class="text_18">按送评信息</text>
|
|
<view class="flex-col items-start text-wrapper_4">
|
|
<text class="text_19">输入评级编号</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row group_14">
|
|
<view class="flex-col items-center text-wrapper_5">
|
|
<text>重置</text>
|
|
</view>
|
|
<view class="flex-col items-center text-wrapper_6">
|
|
<text>确认</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col items-center group_15">
|
|
<view class="section_6"> </view>
|
|
<view class="section_7"> </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {};
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style scoped lang="css">
|
|
.text-wrapper_1 {
|
|
margin-left: 16rpx;
|
|
flex: 1 1 160rpx;
|
|
color: rgb(51, 51, 51);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
padding: 14rpx 0;
|
|
background-color: rgb(246, 246, 246);
|
|
border-radius: 10rpx;
|
|
height: 68rpx;
|
|
}
|
|
.left-text-wrapper {
|
|
padding: 14rpx 0;
|
|
background-color: rgb(246, 246, 246);
|
|
border-radius: 10rpx;
|
|
width: 160rpx;
|
|
height: 68rpx;
|
|
}
|
|
.page {
|
|
background-color: #f6f6f6;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
}
|
|
.group_4 {
|
|
flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
}
|
|
.section_2 {
|
|
padding-left: 38rpx;
|
|
padding-right: 32rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.group_6 {
|
|
padding-top: 2rpx;
|
|
}
|
|
.group_5 {
|
|
padding: 34rpx 0 14rpx;
|
|
}
|
|
.section_4 {
|
|
margin-right: 114rpx;
|
|
align-self: flex-end;
|
|
background-color: rgb(231, 162, 63);
|
|
border-radius: 4rpx;
|
|
width: 68rpx;
|
|
height: 8rpx;
|
|
}
|
|
.section_5 {
|
|
padding: 40rpx 32rpx 50rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.group_15 {
|
|
padding: 506rpx 0 16rpx;
|
|
position: relative;
|
|
}
|
|
.text_2 {
|
|
color: rgb(153, 153, 153);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_3 {
|
|
margin-left: 46rpx;
|
|
color: rgb(153, 153, 153);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_4 {
|
|
margin-left: 44rpx;
|
|
color: rgb(153, 153, 153);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_5 {
|
|
margin-left: 46rpx;
|
|
color: rgb(153, 153, 153);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_6 {
|
|
margin-left: 46rpx;
|
|
color: rgb(51, 51, 51);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.section_3 {
|
|
margin-left: 36rpx;
|
|
margin-top: 4rpx;
|
|
background-color: rgb(246, 246, 246);
|
|
border-radius: 1rpx;
|
|
width: 2rpx;
|
|
height: 34rpx;
|
|
}
|
|
.image_6 {
|
|
margin: 4rpx 0 4rpx 32rpx;
|
|
width: 36rpx;
|
|
height: 32rpx;
|
|
}
|
|
.group_11 {
|
|
margin-top: 50rpx;
|
|
}
|
|
.group_13 {
|
|
margin-top: 50rpx;
|
|
}
|
|
.group_14 {
|
|
margin-top: 50rpx;
|
|
}
|
|
.section_6 {
|
|
background-color: rgb(0, 0, 0);
|
|
border-radius: 4rpx;
|
|
width: 196rpx;
|
|
height: 8rpx;
|
|
}
|
|
.section_7 {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
width: 750rpx;
|
|
height: 528rpx;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
}
|
|
.text_7 {
|
|
color: rgb(51, 51, 51);
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
line-height: 44rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.group_8 {
|
|
margin-top: 20rpx;
|
|
}
|
|
.text_15 {
|
|
color: rgb(51, 51, 51);
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
line-height: 44rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.group_12 {
|
|
margin-top: 20rpx;
|
|
color: rgb(195, 195, 195);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_18 {
|
|
color: rgb(51, 51, 51);
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
line-height: 44rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text-wrapper_4 {
|
|
margin-top: 18rpx;
|
|
padding: 12rpx 0;
|
|
color: rgb(195, 195, 195);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
border-radius: 10rpx;
|
|
border: solid 2rpx rgb(195, 195, 195);
|
|
}
|
|
.text-wrapper_5 {
|
|
padding: 24rpx 0;
|
|
flex: 1 1 330rpx;
|
|
color: rgb(195, 195, 195);
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
line-height: 44rpx;
|
|
white-space: nowrap;
|
|
border-radius: 10rpx;
|
|
height: 96rpx;
|
|
border: solid 2rpx rgb(195, 195, 195);
|
|
}
|
|
.text-wrapper_6 {
|
|
margin-left: 26rpx;
|
|
padding: 26rpx 0;
|
|
flex: 1 1 330rpx;
|
|
color: rgb(255, 255, 255);
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
line-height: 44rpx;
|
|
white-space: nowrap;
|
|
background-color: rgb(231, 162, 63);
|
|
border-radius: 10rpx;
|
|
height: 96rpx;
|
|
}
|
|
.group_10 {
|
|
margin-top: 20rpx;
|
|
color: rgb(51, 51, 51);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text-wrapper_2 {
|
|
padding: 12rpx 0;
|
|
flex: 1 1 auto;
|
|
border-radius: 10rpx;
|
|
height: 68rpx;
|
|
border: solid 2rpx rgb(195, 195, 195);
|
|
}
|
|
.text-wrapper_3 {
|
|
margin-left: 28rpx;
|
|
padding: 12rpx 0;
|
|
border-radius: 10rpx;
|
|
width: 308rpx;
|
|
height: 68rpx;
|
|
border: solid 2rpx rgb(195, 195, 195);
|
|
}
|
|
.text_19 {
|
|
margin-left: 18rpx;
|
|
}
|
|
.text-wrapper {
|
|
padding: 14rpx 0;
|
|
flex: 1 1 160rpx;
|
|
color: rgb(255, 255, 255);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
background-color: rgb(231, 162, 63);
|
|
border-radius: 10rpx;
|
|
height: 68rpx;
|
|
}
|
|
.view_3 {
|
|
margin-left: 14rpx;
|
|
}
|
|
.view_6 {
|
|
margin-left: 16rpx;
|
|
}
|
|
.view_7 {
|
|
margin-left: 14rpx;
|
|
}
|
|
.text_17 {
|
|
margin-left: 18rpx;
|
|
}
|
|
</style>
|