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.
329 lines
7.9 KiB
329 lines
7.9 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="justify-between">
|
|
<view class="flex-row group_8">
|
|
<image
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497803048201750.png"
|
|
class="image_7"
|
|
/>
|
|
<image
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497802899488083.png"
|
|
class="image_7 image_9"
|
|
/>
|
|
<text class="text_7">定价</text>
|
|
</view>
|
|
<text class="text_8">待付款</text>
|
|
</view>
|
|
<view class="justify-between group_9">
|
|
<view class="flex-row">
|
|
<text>李丽丽</text>
|
|
<text class="text_10">15273936409</text>
|
|
</view>
|
|
<text>共2件</text>
|
|
</view>
|
|
<view class="group_11">
|
|
<text class="text_12">合计:</text>
|
|
<text class="text_13">¥120.00</text>
|
|
</view>
|
|
<view class="justify-between group_12">
|
|
<text class="text_14">更多</text>
|
|
<view class="flex-col items-center text-wrapper">
|
|
<text>付款</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col section_6">
|
|
<view class="justify-between group_13">
|
|
<view class="flex-row group_14">
|
|
<image
|
|
src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497802876916797.png"
|
|
class="image_10"
|
|
/>
|
|
<view class="group_15">
|
|
<text class="text_16">全选</text>
|
|
<text class="text_17">(已选 x1)</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row group_16">
|
|
<view class="group_17">
|
|
<text class="text_18">合计</text>
|
|
<text class="text_19">:</text>
|
|
<text class="text_20">¥ 0</text>
|
|
</view>
|
|
<view class="flex-col items-center text-wrapper_1">
|
|
<text>合并结算</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="section_7"> </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {};
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style scoped lang="css">
|
|
.image_7 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.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 {
|
|
align-self: center;
|
|
background-color: rgb(231, 162, 63);
|
|
border-radius: 4rpx;
|
|
width: 68rpx;
|
|
height: 8rpx;
|
|
}
|
|
.section_5 {
|
|
padding: 40rpx 30rpx 0 32rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.section_6 {
|
|
margin-top: 828rpx;
|
|
padding: 0 32rpx 16rpx;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
.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(51, 51, 51);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_6 {
|
|
margin-left: 46rpx;
|
|
color: rgb(153, 153, 153);
|
|
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_9 {
|
|
margin-top: 30rpx;
|
|
color: rgb(51, 51, 51);
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
line-height: 44rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.group_11 {
|
|
margin-top: 20rpx;
|
|
align-self: flex-end;
|
|
white-space: nowrap;
|
|
}
|
|
.group_12 {
|
|
margin-top: 26rpx;
|
|
padding: 32rpx 2rpx 28rpx;
|
|
border-top: solid 2rpx rgb(239, 239, 239);
|
|
}
|
|
.group_13 {
|
|
padding: 18rpx 0 36rpx;
|
|
}
|
|
.section_7 {
|
|
align-self: center;
|
|
background-color: rgb(0, 0, 0);
|
|
border-radius: 4rpx;
|
|
width: 196rpx;
|
|
height: 8rpx;
|
|
}
|
|
.group_8 {
|
|
color: rgb(153, 153, 153);
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_8 {
|
|
color: rgb(234, 43, 43);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text_12 {
|
|
color: rgb(231, 162, 63);
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
line-height: 34rpx;
|
|
}
|
|
.text_13 {
|
|
color: rgb(231, 162, 63);
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
line-height: 44rpx;
|
|
}
|
|
.text_14 {
|
|
align-self: center;
|
|
color: rgb(153, 153, 153);
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.text-wrapper {
|
|
padding: 10rpx 0;
|
|
color: rgb(234, 43, 43);
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
line-height: 40rpx;
|
|
white-space: nowrap;
|
|
border-radius: 32rpx;
|
|
width: 160rpx;
|
|
height: 64rpx;
|
|
border: solid 2rpx rgb(234, 43, 43);
|
|
}
|
|
.group_14 {
|
|
align-self: center;
|
|
}
|
|
.group_16 {
|
|
width: 296rpx;
|
|
}
|
|
.image_9 {
|
|
margin-left: 20rpx;
|
|
}
|
|
.text_7 {
|
|
margin-left: 12rpx;
|
|
}
|
|
.text_10 {
|
|
margin-left: 21rpx;
|
|
}
|
|
.image_10 {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.group_15 {
|
|
margin-left: 10rpx;
|
|
white-space: nowrap;
|
|
height: 40rpx;
|
|
}
|
|
.group_17 {
|
|
align-self: center;
|
|
white-space: nowrap;
|
|
height: 44rpx;
|
|
}
|
|
.text-wrapper_1 {
|
|
margin-left: 20rpx;
|
|
padding: 16rpx 0;
|
|
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: 36rpx;
|
|
width: 172rpx;
|
|
height: 72rpx;
|
|
}
|
|
.text_16 {
|
|
color: rgb(51, 51, 51);
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
.text_17 {
|
|
color: rgb(51, 51, 51);
|
|
font-size: 24rpx;
|
|
line-height: 34rpx;
|
|
}
|
|
.text_18 {
|
|
color: rgb(51, 51, 51);
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
line-height: 34rpx;
|
|
}
|
|
.text_19 {
|
|
color: rgb(119, 119, 119);
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
line-height: 34rpx;
|
|
}
|
|
.text_20 {
|
|
color: rgb(209, 161, 28);
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
line-height: 44rpx;
|
|
}
|
|
</style>
|