332 lines
7.5 KiB
Vue
332 lines
7.5 KiB
Vue
<template>
|
||
<view class="flex-col page">
|
||
<view class="flex-col section">
|
||
<view class="flex-col justify-start section_2">
|
||
<view class="flex-row justify-center items-center section_3">
|
||
<image
|
||
class="image"
|
||
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=fdbd983b280698c0b56f8e9ecc269b70.png"
|
||
/>
|
||
<text class="ml-4 font text">搜索订单</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col section_4">
|
||
<view class="flex-row justify-between self-stretch group">
|
||
<text class="font_2 text_2">全部</text>
|
||
<text class="font_2 text_3">待付款</text>
|
||
<text class="font_2">待发货</text>
|
||
<text class="font_2">待收货</text>
|
||
<text class="font_2 text_4">退款/售后</text>
|
||
</view>
|
||
<view class="self-start section_5"></view>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col section_6 mt-15">
|
||
<text class="self-end font_3 text_5">等待买家付款</text>
|
||
<view class="flex-row items-baseline self-stretch group_2">
|
||
<text class="font_4 text_6">订单编号:</text>
|
||
<text class="font_4 text_7 ml-5">E20241005095840091406189</text>
|
||
</view>
|
||
<view class="flex-row justify-between self-stretch group_3">
|
||
<view class="flex-row">
|
||
<image
|
||
class="image_2"
|
||
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=841a568e645c15ed7f22f808c4b71453.png"
|
||
/>
|
||
<view class="ml-18 flex-col self-start">
|
||
<view class="flex-row self-stretch">
|
||
<text class="font text_8">非遗绒花</text>
|
||
<text class="ml-4 font text_9">【材料包】</text>
|
||
</view>
|
||
<text class="self-start font_4 text_12 mt-11">已选种类:紫色</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-col self-start group_4">
|
||
<view class="flex-row items-center self-stretch">
|
||
<text class="text_10">138.</text>
|
||
<image
|
||
class="shrink-0 image_3 image_4"
|
||
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=c19714fa97c855c9c925359cea5f932e.png"
|
||
/>
|
||
<text class="font_5 text_11">00</text>
|
||
</view>
|
||
<text class="mt-22 self-end font text_13">×1</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-row justify-end items-center self-stretch group_5 view">
|
||
<text class="font_6 text_14">已优惠:</text>
|
||
<image
|
||
class="image_3"
|
||
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=8baea7ad504b97f55d44d57ebf139e5a.png"
|
||
/>
|
||
<view class="group_6">
|
||
<text class="font_7 text_15">50</text>
|
||
<text class="font_5">.00</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-row justify-end items-center self-stretch group_5 view_2">
|
||
<text class="font_6 text_16">需付款:</text>
|
||
<image
|
||
class="image_3"
|
||
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=678e4e6a1249193068520fa98adb13ef.png"
|
||
/>
|
||
<view class="group_7">
|
||
<text class="font_7 text_17">88</text>
|
||
<text class="font_5 text_18">.00</text>
|
||
</view>
|
||
</view>
|
||
<view class="flex-row justify-end self-stretch group_5 view_3">
|
||
<view class="flex-col justify-start items-center text-wrapper"><text class="font text_19">取消订单</text></view>
|
||
<view class="flex-col justify-start items-center text-wrapper_2 ml-15">
|
||
<text class="font_3 text_20">立即付款</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</template>
|
||
|
||
<script setup>
|
||
|
||
|
||
</script>
|
||
|
||
<style lang="scss" scoped>
|
||
.mt-15 {
|
||
margin-top: 28.13rpx;
|
||
}
|
||
.ml-5 {
|
||
margin-left: 9.38rpx;
|
||
}
|
||
.mt-11 {
|
||
margin-top: 20.63rpx;
|
||
}
|
||
.ml-15 {
|
||
margin-left: 28.13rpx;
|
||
}
|
||
.page {
|
||
padding-bottom: 993.75rpx;
|
||
background-color: #fffaf0;
|
||
width: 100%;
|
||
overflow-y: auto;
|
||
overflow-x: hidden;
|
||
height: 100%;
|
||
}
|
||
.section {
|
||
background-color: #fffef8;
|
||
}
|
||
.section_2 {
|
||
padding: 15rpx 0;
|
||
background-color: #f5f5dc;
|
||
}
|
||
.section_3 {
|
||
margin: 0 35.63rpx;
|
||
padding: 9.38rpx 0;
|
||
background-color: #ffffff;
|
||
border-radius: 75rpx;
|
||
}
|
||
.image {
|
||
width: 37.5rpx;
|
||
height: 37.5rpx;
|
||
}
|
||
.section_4 {
|
||
padding-left: 33.75rpx;
|
||
padding-right: 30rpx;
|
||
background-color: #fffef8;
|
||
}
|
||
.group {
|
||
padding: 22.5rpx 0 18.75rpx;
|
||
}
|
||
.font_2 {
|
||
font-size: 30rpx;
|
||
font-family: Open Sans;
|
||
line-height: 27.81rpx;
|
||
color: #323232;
|
||
}
|
||
.text_2 {
|
||
line-height: 27.66rpx;
|
||
}
|
||
.text_3 {
|
||
line-height: 27.69rpx;
|
||
}
|
||
.text_4 {
|
||
line-height: 27.71rpx;
|
||
}
|
||
.section_5 {
|
||
margin-left: 123.75rpx;
|
||
background-color: #fb8b05;
|
||
width: 73.13rpx;
|
||
height: 5.63rpx;
|
||
}
|
||
.section_6 {
|
||
margin: 0 15rpx;
|
||
padding: 30rpx 11.25rpx 18.75rpx 22.5rpx;
|
||
background-color: #fffef8;
|
||
border-radius: 18.75rpx;
|
||
border-left: solid 1.88rpx #81818154;
|
||
border-right: solid 1.88rpx #81818154;
|
||
border-top: solid 1.88rpx #81818154;
|
||
border-bottom: solid 1.88rpx #81818154;
|
||
}
|
||
.font_3 {
|
||
font-size: 26.25rpx;
|
||
font-family: Open Sans;
|
||
line-height: 24.34rpx;
|
||
color: #fb8b05;
|
||
}
|
||
.text_5 {
|
||
margin-right: 3.75rpx;
|
||
}
|
||
.group_2 {
|
||
margin-top: 18.75rpx;
|
||
}
|
||
.font_4 {
|
||
font-size: 22.5rpx;
|
||
font-family: Open Sans;
|
||
line-height: 21.99rpx;
|
||
color: #818181;
|
||
}
|
||
.text_6 {
|
||
line-height: 20.85rpx;
|
||
}
|
||
.text_7 {
|
||
line-height: 16.54rpx;
|
||
}
|
||
.group_3 {
|
||
margin-top: 30rpx;
|
||
}
|
||
.image_2 {
|
||
border-radius: 9.38rpx;
|
||
width: 146.25rpx;
|
||
height: 144.38rpx;
|
||
}
|
||
.text_12 {
|
||
line-height: 20.79rpx;
|
||
}
|
||
.group_4 {
|
||
margin-right: 18.75rpx;
|
||
}
|
||
.text_10 {
|
||
margin-left: 26.25rpx;
|
||
color: #323232;
|
||
font-size: 33.75rpx;
|
||
font-family: Open Sans;
|
||
font-weight: 600;
|
||
line-height: 24.88rpx;
|
||
}
|
||
.image_3 {
|
||
width: 30rpx;
|
||
height: 26.25rpx;
|
||
}
|
||
.image_4 {
|
||
margin-left: -90rpx;
|
||
}
|
||
.font_5 {
|
||
font-size: 26.25rpx;
|
||
font-family: Open Sans;
|
||
line-height: 19.39rpx;
|
||
font-weight: 600;
|
||
color: #323232;
|
||
}
|
||
.text_11 {
|
||
margin-left: 60rpx;
|
||
line-height: 19.29rpx;
|
||
}
|
||
.font {
|
||
font-size: 26.25rpx;
|
||
font-family: Open Sans;
|
||
line-height: 24.34rpx;
|
||
color: #323232;
|
||
}
|
||
.text_9 {
|
||
line-height: 24.43rpx;
|
||
}
|
||
.text_8 {
|
||
line-height: 24.43rpx;
|
||
}
|
||
.text {
|
||
color: #c0c0c0;
|
||
}
|
||
.text_13 {
|
||
line-height: 18.73rpx;
|
||
}
|
||
.group_5 {
|
||
padding: 0 15rpx;
|
||
}
|
||
.view {
|
||
margin-top: 7.5rpx;
|
||
}
|
||
.font_6 {
|
||
font-size: 26.25rpx;
|
||
font-family: Open Sans;
|
||
line-height: 24.34rpx;
|
||
color: #000000;
|
||
}
|
||
.text_14 {
|
||
margin-right: -7.5rpx;
|
||
line-height: 24.09rpx;
|
||
}
|
||
.group_6 {
|
||
line-height: 22.05rpx;
|
||
height: 22.11rpx;
|
||
}
|
||
.font_7 {
|
||
font-size: 30rpx;
|
||
font-family: Open Sans;
|
||
line-height: 21.99rpx;
|
||
font-weight: 600;
|
||
}
|
||
.text_15 {
|
||
color: #323232;
|
||
line-height: 22.05rpx;
|
||
}
|
||
.view_2 {
|
||
margin-top: 18.75rpx;
|
||
}
|
||
.text_16 {
|
||
margin-right: -7.5rpx;
|
||
line-height: 24.23rpx;
|
||
}
|
||
.group_7 {
|
||
line-height: 21.99rpx;
|
||
height: 22.05rpx;
|
||
}
|
||
.text_17 {
|
||
color: #fb8b05;
|
||
}
|
||
.text_18 {
|
||
color: #fb8b05;
|
||
}
|
||
.view_3 {
|
||
margin-top: 45rpx;
|
||
}
|
||
.text-wrapper {
|
||
padding: 15rpx 0;
|
||
background-color: #fffef8;
|
||
border-radius: 75rpx;
|
||
width: 155.63rpx;
|
||
height: 56.25rpx;
|
||
border-left: solid 1.88rpx #cbcbcb;
|
||
border-right: solid 1.88rpx #cbcbcb;
|
||
border-top: solid 1.88rpx #cbcbcb;
|
||
border-bottom: solid 1.88rpx #cbcbcb;
|
||
}
|
||
.text_19 {
|
||
line-height: 24.15rpx;
|
||
}
|
||
.text-wrapper_2 {
|
||
padding: 15rpx 0;
|
||
background-color: #fffef8;
|
||
border-radius: 75rpx;
|
||
width: 155.63rpx;
|
||
height: 56.25rpx;
|
||
border-left: solid 1.88rpx #fb8b05;
|
||
border-right: solid 1.88rpx #fb8b05;
|
||
border-top: solid 1.88rpx #fb8b05;
|
||
border-bottom: solid 1.88rpx #fb8b05;
|
||
}
|
||
.text_20 {
|
||
line-height: 24.23rpx;
|
||
}
|
||
@import url(../../../common/css/global.css);
|
||
</style>
|