This commit is contained in:
yuanteng0011 2024-10-18 13:36:00 +08:00
parent a897991583
commit 7369a153db
16 changed files with 2786 additions and 310 deletions

View File

@ -1,12 +1,5 @@
{
"pages": [
{
"path" : "pages/order/product-unpay/product-unpay",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/home/home/home",
"style" :
@ -53,6 +46,14 @@
{
"path" : "pages/order/product-close/product-close",
"style" :
{
"navigationBarTitleText" : "",
"navigationBarBackgroundColor": "#a0522d"
}
},
{
"path" : "pages/order/product-unpay/product-unpay",
"style" :
{
"navigationBarTitleText" : ""
}

View File

@ -1,63 +1,75 @@
<template>
<view class="flex-col page">
<view class="flex-col">
<view class="flex-col justify-start items-end text-wrapper"><text class="font text">编辑</text></view>
<view class="flex-col section">
<view class="flex-row justify-between self-stretch group">
<text class="font text_2">商品类</text>
<navigator url="/pages/Shopping-cart/servicemain/servicemain" class="font">服务类</navigator>
</view>
<view class="self-start section_2"></view>
</view>
<!-- <view style="height:auto; margin-top: 140rpx;"> -->
<view class="flex-col list" style="height:auto; padding-top: 150rpx;">
<view class="flex-col mt-10 list-item section_3" v-for="(item, index) in items" :key="index">
<view class="flex-row">
<image class="self-start image_4"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=a2def3a82a38998ae0686f132a02f94f.png" />
<image class="image image_2"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=ece79e7a9c745b4953d1f268e0c2096c.png" />
<view class="flex-col self-start group_2">
<view class="flex-row group_3">
<text class="font_2">非遗绒花</text>
<text class="ml-4 font_2">材料包</text>
</view>
<view class="flex-col section_4">
<text class="self-start font_3 text_3">已选种类紫色</text>
<image class="shrink-0 self-end image_3"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=ca9cf42222294d2fd1264864434d6576.png" />
</view>
</view>
</view>
<view class="mt-10 flex-row justify-end items-center group_4">
<view class="flex-row items-center">
<text class="font_4 text_4">138.</text>
<image class="shrink-0 image_7"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=b394eb4b1d40284e55eab0b7e3ef2da3.png" />
<text class="font_5 text_5">00</text>
</view>
<view class="flex-row ml-79">
<image class="image_5"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=9d8478d42d790ba0ecf60a8cb7cf8f23.png" />
<view class="ml-2 flex-col justify-start items-center text-wrapper_2">
<text class="font_6 text_6">1</text>
</view>
<image class="ml-2 image_6"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=c0868803ec8c20a8c962be98aa974c4e.png" />
</view>
</view>
</view>
</view>
<!-- </view> -->
</view>
<view class="flex-row justify-between items-center section_6 mt-243">
<view class="flex-row items-center">
<image class="shrink-0 image_9"
src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=3f81d5886d1e216ce7cc53687e0c5499.png" />
<text class="ml-10 font text_7">全选</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_3"><text class="text_8">删除</text></view>
</view>
<view class="flex-col">
<view class="flex-col justify-start items-end text-wrapper"><text class="font text">编辑</text></view>
<view class="flex-col section">
<view class="flex-row justify-between self-stretch group">
<text class="font text_2">商品类</text>
<text class="font">服务类</text>
</view>
<view class="self-start section_2"></view>
</view>
<view class="flex-col list">
<view class="flex-col mt-10 list-item section_3" v-for="(item, index) in items" :key="index">
<view class="flex-row">
<image
class="self-start image_4"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=a2def3a82a38998ae0686f132a02f94f.png"
/>
<image
class="image image_2"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=ece79e7a9c745b4953d1f268e0c2096c.png"
/>
<view class="flex-col self-start group_2">
<view class="flex-row group_3">
<text class="font_2">非遗绒花</text>
<text class="ml-4 font_2">材料包</text>
</view>
<view class="flex-col section_4">
<text class="self-start font_3 text_3">已选种类紫色</text>
<image
class="shrink-0 self-end image_3"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=ca9cf42222294d2fd1264864434d6576.png"
/>
</view>
</view>
</view>
<view class="mt-10 flex-row justify-end items-center group_4">
<view class="flex-row items-center">
<text class="font_4 text_4">138.</text>
<image
class="shrink-0 image_7"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=b394eb4b1d40284e55eab0b7e3ef2da3.png"
/>
<text class="font_5 text_5">00</text>
</view>
<view class="flex-row ml-79">
<image
class="image_5"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=9d8478d42d790ba0ecf60a8cb7cf8f23.png"
/>
<view class="ml-2 flex-col justify-start items-center text-wrapper_2">
<text class="font_6 text_6">1</text>
</view>
<image
class="ml-2 image_6"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=c0868803ec8c20a8c962be98aa974c4e.png"
/>
</view>
</view>
</view>
</view>
</view>
<view class="flex-row justify-between items-center section_6 mt-243">
<view class="flex-row items-center">
<image
class="shrink-0 image_9"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=3f81d5886d1e216ce7cc53687e0c5499.png"
/>
<text class="ml-10 font text_7">全选</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_3"><text class="text_8">删除</text></view>
</view>
</view>
</template>
@ -86,236 +98,193 @@
</script>
<style lang="scss" scoped>
.ml-79 {
margin-left: 148.13rpx;
}
.mt-243 {
position: fixed;
bottom: 0;
width: 100%;
}
.page {
background-color: #f8e8c1;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.text-wrapper {
padding: 26.25rpx 0;
background-color: #f5f5dc;
position: absolute;
top: 0;
width: 100%;
}
.section {
padding: 0 121.88rpx;
background-color: #fffef8;
position: absolute;
top: 70rpx;
width: 100%;
}
.group {
padding: 18.75rpx 3.75rpx 18.75rpx 11.25rpx;
}
.section_2 {
background-color: #fb8b05;
width: 112.5rpx;
height: 5.63rpx;
}
.list {
padding: 9.35rpx 18.75rpx 9.35rpx 18.75rpx ;
padding-bottom: 200rpx;
}
.list-item {
padding: 33.75rpx 18.75rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.list-item:first-child {
margin-top: 0;
}
.section_3 {
margin-right: 5.63rpx;
}
.image_4 {
margin-top: 86.25rpx;
width: 31.88rpx;
height: 31.88rpx;
}
.image {
border-radius: 9.38rpx;
width: 146.25rpx;
height: 144.38rpx;
}
.image_2 {
margin-left: 48.75rpx;
}
.group_2 {
margin-left: 30rpx;
}
.group_3 {
padding-bottom: 15rpx;
}
.font_2 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #323232;
}
.section_4 {
padding: 11.25rpx 15rpx 24.38rpx;
background-color: #f5f5dc;
border-radius: 9.38rpx;
}
.font_3 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 19.29rpx;
color: #818181;
}
.text_3 {
line-height: 20.79rpx;
}
.image_3 {
margin-right: 7.5rpx;
margin-top: -7.5rpx;
width: 22.5rpx;
height: 22.5rpx;
}
.group_4 {
padding: 0 5.63rpx;
}
.font_4 {
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 24.43rpx;
font-weight: 600;
color: #fb8b05;
}
.text_4 {
margin-left: 26.25rpx;
line-height: 24.88rpx;
}
.image_7 {
margin-left: -90rpx;
width: 30rpx;
height: 26.25rpx;
}
.font_5 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 19.29rpx;
font-weight: 600;
color: #fb8b05;
}
.text_5 {
margin-left: 60rpx;
}
.image_5 {
border-radius: 9.38rpx 0rpx 0rpx 9.38rpx;
width: 45rpx;
height: 45rpx;
}
.text-wrapper_2 {
padding: 15rpx 0;
background-color: #f5f5dc;
width: 58.13rpx;
height: 45rpx;
}
.font_6 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 19.29rpx;
color: #323232;
}
.text_6 {
line-height: 18.73rpx;
}
.image_6 {
border-radius: 0rpx 9.38rpx 9.38rpx 0rpx;
width: 45rpx;
height: 45rpx;
}
.image_9 {
width: 37.5rpx;
height: 37.5rpx;
}
.section_6 {
padding: 18.75rpx;
background-color: #fffef8;
}
.font {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.69rpx;
color: #323232;
}
.text_2 {
line-height: 27.6rpx;
}
.text {
margin-right: 30rpx;
line-height: 27.79rpx;
}
.text_7 {
line-height: 27.64rpx;
}
.text-wrapper_3 {
margin-right: 3.75rpx;
padding: 22.5rpx 0;
background-color: #ffd45a;
border-radius: 75rpx;
width: 219.38rpx;
height: 76.88rpx;
}
.text_8 {
color: #ffffff;
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 30.97rpx;
}
.ml-79 {
margin-left: 148.13rpx;
}
.mt-243 {
margin-top: 455.63rpx;
}
.page {
background-color: #f8e8c1;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.text-wrapper {
position: fixed;
padding: 26.25rpx 0;
background-color: #f5f5dc;
}
.section {
padding: 0 121.88rpx;
background-color: #fffef8;
}
.group {
padding: 18.75rpx 3.75rpx 18.75rpx 11.25rpx;
}
.section_2 {
background-color: #fb8b05;
width: 112.5rpx;
height: 5.63rpx;
}
.list {
margin-bottom: 125rpx;
padding: 18.75rpx 13.13rpx 0;
}
.list-item {
padding: 33.75rpx 18.75rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
}
.list-item:first-child {
margin-top: 0;
}
.section_3 {
margin-right: 5.63rpx;
}
.image_4 {
margin-top: 86.25rpx;
width: 31.88rpx;
height: 31.88rpx;
}
.image {
border-radius: 9.38rpx;
width: 146.25rpx;
height: 144.38rpx;
}
.image_2 {
margin-left: 48.75rpx;
}
.group_2 {
margin-left: 30rpx;
}
.group_3 {
padding-bottom: 15rpx;
}
.font_2 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #323232;
}
.section_4 {
padding: 11.25rpx 15rpx 24.38rpx;
background-color: #f5f5dc;
border-radius: 9.38rpx;
}
.font_3 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 19.29rpx;
color: #818181;
}
.text_3 {
line-height: 20.79rpx;
}
.image_3 {
margin-right: 7.5rpx;
margin-top: -7.5rpx;
width: 22.5rpx;
height: 22.5rpx;
}
.group_4 {
padding: 0 5.63rpx;
}
.font_4 {
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 24.43rpx;
font-weight: 600;
color: #fb8b05;
}
.text_4 {
margin-left: 26.25rpx;
line-height: 24.88rpx;
}
.image_7 {
margin-left: -90rpx;
width: 30rpx;
height: 26.25rpx;
}
.font_5 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 19.29rpx;
font-weight: 600;
color: #fb8b05;
}
.text_5 {
margin-left: 60rpx;
}
.image_5 {
border-radius: 9.38rpx 0rpx 0rpx 9.38rpx;
width: 45rpx;
height: 45rpx;
}
.text-wrapper_2 {
padding: 15rpx 0;
background-color: #f5f5dc;
width: 58.13rpx;
height: 45rpx;
}
.font_6 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 19.29rpx;
color: #323232;
}
.text_6 {
line-height: 18.73rpx;
}
.image_6 {
border-radius: 0rpx 9.38rpx 9.38rpx 0rpx;
width: 45rpx;
height: 45rpx;
}
.image_9 {
width: 37.5rpx;
height: 37.5rpx;
}
.section_6 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 18.75rpx;
background-color: #fffef8;
}
.font {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.69rpx;
color: #323232;
}
.text_2 {
line-height: 27.6rpx;
}
.text {
margin-right: 30rpx;
line-height: 27.79rpx;
}
.text_7 {
line-height: 27.64rpx;
}
.text-wrapper_3 {
margin-right: 3.75rpx;
padding: 22.5rpx 0;
background-color: #ffd45a;
border-radius: 75rpx;
width: 219.38rpx;
height: 76.88rpx;
}
.text_8 {
color: #ffffff;
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 30.97rpx;
}
@import url(../../../common/css/global.css);
</style>

View File

@ -0,0 +1,535 @@
<template>
<view class="flex-col page">
<view class="flex-col">
<!-- <view class="flex-col justify-start items-start image-wrapper">
<image
class="image"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=a5af1f04bfd2af602d9d0f811b50717c.png"
/>
</view> -->
<view class="flex-col group">
<view class="flex-col group_2">
<view class="flex-row items-center section">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=64684657f3d9caa6311490ac957cef11.png"
/>
<view class="flex-col items-start flex-1">
<text class="font text">交易关闭</text>
<text class="font_2 text_2 mt-5">超时未付款订单自动关闭</text>
</view>
</view>
<view class="flex-row items-center section_2 mt-9">
<image
class="shrink-0 image_3"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=5da41d16a3c58ce9514d9a7f9ee5a577.png"
/>
<view class="flex-col items-start flex-1 ml-8">
<text class="font text_3">张三 15888610253</text>
<text class="font_2 text_4 mt-12">黑龙江省哈尔滨市呼兰区学院路街道288号哈尔滨华德学院</text>
</view>
</view>
<view class="flex-col section_3 mt-9">
<view class="flex-row justify-between items-end self-stretch group_3">
<view class="flex-row">
<image
class="image_4"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=1ab7a54755e0a23722c1b9dd0ae981c4.png"
/>
<view class="flex-col group_4 ml-17">
<view class="flex-col">
<view class="flex-row self-stretch">
<text class="font">非遗绒花</text>
<text class="font ml-4">材料包</text>
</view>
<text class="self-start font_2 text_5 mt-11">已选种类紫色</text>
</view>
<view class="flex-row items-center mt-38">
<view class="flex-row items-center group_5">
<text class="text_6">138.</text>
<image
class="image_5 image_6"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=2f4ccfc0cd1defce0b3dbfd78924caaa.png"
/>
</view>
<text class="font_3 text_7">00</text>
</view>
</view>
</view>
<text class="font text_8">×1</text>
</view>
<view class="flex-row justify-between items-center self-stretch view">
<text class="font_4 text_9">商品总价</text>
<view class="flex-row items-center">
<image
class="shrink-0 image_5"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=2f4ccfc0cd1defce0b3dbfd78924caaa.png"
/>
<text class="font_3 text_10">138.00</text>
</view>
</view>
<view class="flex-row justify-between items-center self-stretch view_2">
<text class="font_4 text_11">优惠券</text>
<view class="flex-row items-center group_1">
<image
class="shrink-0 image_7"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=76832ff04826f3f5facd2cef778f7c90.png"
/>
<text class="font_3 text_12">50.00</text>
</view>
</view>
<view class="flex-row justify-end items-center self-stretch group_7">
<view class="flex-row items-center group_8">
<image
class="image_5 image_8"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=ec94d39c7e1d57a0036168c9be95b5c6.png"
/>
<text class="font text_13">应付款</text>
</view>
<text class="font_3 text_14">88.00</text>
</view>
<view class="self-stretch divider view_3"></view>
<text class="self-start font_4 text_15">买家留言</text>
<view class="flex-col justify-start self-stretch text-wrapper">
<text class="font_2 text_16">
希望所使用的材料是可持续来源的并且制作工艺要精细以确保每一朵花瓣都能生动地展现出绒花的质感和美感
</text>
</view>
<view class="self-stretch divider view_4"></view>
<view class="flex-row justify-between self-stretch view_5">
<text class="font_2 text_17">订单编号</text>
<view class="flex-row items-center group_9">
<text class="font_5 text_18">E20241005095840091406189</text>
<view class="flex-col justify-start items-center shrink-0 text-wrapper_2 ml-2">
<text class="text_19">复制</text>
</view>
</view>
</view>
<view class="flex-row justify-between items-center self-stretch view_6">
<text class="font_2 text_20">创建时间</text>
<text class="font_5 text_21">2024-10-05 09:58:41</text>
</view>
<view class="flex-row justify-between items-center self-stretch view_7">
<text class="font_2 text_22">成交时间</text>
<text class="font_5 text_23">2024-10-05 11:47:08</text>
</view>
<view class="flex-row justify-center items-center self-stretch group_10">
<image
class="image_9"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=cc4704a44066566fbb28b63075652a13.png"
/>
<text class="font_6 text_24 ml-6">在线客服</text>
</view>
</view>
</view>
<view class="flex-col">
<view class="flex-row justify-center items-center">
<image
class="image_10"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=c75d4968e5a28aab5e0de8c473671ccd.png"
/>
<text class="font_6 text_25 ml-11">更多精选商品</text>
<image
class="image_10 ml-11"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=a2da074d4ef9d1f137e125f07493b694.png"
/>
</view>
<view class="grid mt-19">
<view class="flex-col section_5" v-for="(item, index) in items" :key="index">
<image
class="shrink-0 image_11"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=7c9880424aaae74738a71288cee2f8ee.png"
/>
<text class="font_7 text_26">非遗手工艺体验玉雕-古法制玉体验</text>
<view class="flex-row items-center group_11">
<image
class="image_12"
src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=585ec91111de1a66d2b2601b1f5d94b6.png"
/>
<text class="font_8">99.00</text>
</view>
</view>
</view>
</view>
</view>
</view>
<view class="flex-col justify-start items-end section_4 mt-64">
<view class="flex-col justify-start items-center text-wrapper_3">
<text class="font_6 text_27">删除订单</text>
</view>
</view>
</view>
</template>
<script setup>
import {ref} from 'vue';
const items = ref([null,null,null,null])
</script>
<style lang="scss" scoped>
.mt-5 {
margin-top: 9.38rpx;
}
.mt-9 {
margin-top: 16.88rpx;
}
.ml-17 {
margin-left: 31.88rpx;
}
.mt-11 {
margin-top: 20.63rpx;
}
.ml-11 {
margin-left: 20.63rpx;
}
.mt-19 {
margin-top: 35.63rpx;
}
.page {
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.image-wrapper {
padding: 15rpx 0;
background-color: #a0522d;
}
.image {
margin-left: 16.88rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.group {
padding-left: 16.41rpx;
padding-right: 13.59rpx;
}
.group_2 {
padding: 15rpx 0 38.51rpx;
}
.section {
padding: 20.49rpx 22.37rpx 9.51rpx 26.12rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.image_2 {
width: 75rpx;
height: 75rpx;
}
.font {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #323232;
}
.text {
color: #323233;
font-size: 28.13rpx;
line-height: 26.08rpx;
}
.font_2 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.68rpx;
color: #818181;
}
.text_2 {
color: #6b6e72;
line-height: 21.34rpx;
}
.section_2 {
padding: 32.72rpx 14.94rpx 31.99rpx 18.68rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.image_3 {
width: 43.13rpx;
height: 43.13rpx;
}
.text_3 {
line-height: 23.77rpx;
}
.text_4 {
line-height: 20.91rpx;
}
.section_3 {
padding: 0 14.89rpx 26.38rpx 18.62rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.group_3 {
padding: 20.49rpx 3.75rpx 18.75rpx;
border-bottom: solid 1.88rpx #dfdfdf;
}
.image_4 {
margin-bottom: 5.63rpx;
border-radius: 9.38rpx;
width: 146.25rpx;
height: 165rpx;
}
.group_4 {
margin-top: 4.07rpx;
}
.text_5 {
margin-left: 2.1rpx;
line-height: 20.79rpx;
}
.group_5 {
width: 90.66rpx;
}
.text_6 {
margin-left: 25.03rpx;
color: #323232;
font-size: 33.75rpx;
font-family: Open Sans;
font-weight: 600;
line-height: 24.88rpx;
}
.image_5 {
width: 30rpx;
height: 30rpx;
}
.image_6 {
margin-left: -90.66rpx;
}
.font_3 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 20.68rpx;
color: #323232;
}
.text_7 {
font-weight: 600;
line-height: 19.29rpx;
}
.text_8 {
margin-right: 9.83rpx;
margin-bottom: 7.5rpx;
line-height: 18.73rpx;
}
.view {
margin-top: 26.25rpx;
padding: 0 5.53rpx;
}
.font_4 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #818181;
}
.text_9 {
line-height: 24.36rpx;
}
.text_10 {
line-height: 19.39rpx;
}
.view_2 {
margin-top: 13.13rpx;
padding: 0 4.69rpx;
}
.text_11 {
line-height: 24.26rpx;
}
.group_1 {
margin-right: 2.72rpx;
}
.image_7 {
width: 41.25rpx;
height: 30rpx;
}
.text_12 {
line-height: 19.39rpx;
}
.group_7 {
margin-top: 16.88rpx;
padding: 0 5.91rpx;
}
.group_8 {
width: 128.44rpx;
}
.image_8 {
margin-left: 98.44rpx;
}
.text_13 {
margin-left: -128.44rpx;
line-height: 24.54rpx;
}
.text_14 {
color: #fb8b05;
line-height: 19.39rpx;
}
.divider {
background-color: #dfdfdf;
height: 1.88rpx;
}
.view_3 {
margin: 16.88rpx 9.62rpx 0 3.75rpx;
}
.text_15 {
margin-left: 5.16rpx;
margin-top: 24.86rpx;
line-height: 24.21rpx;
}
.text-wrapper {
margin-right: 13.37rpx;
margin-top: 16.56rpx;
padding: 14.64rpx 0 9.77rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
border: solid 1.88rpx #f1f1b5;
}
.text_16 {
margin-left: 15.37rpx;
margin-right: 20.27rpx;
line-height: 26.25rpx;
}
.view_4 {
margin: 18.75rpx 9.62rpx 0 3.75rpx;
}
.view_5 {
margin-top: 24.09rpx;
padding: 0 4.88rpx;
}
.text_17 {
line-height: 20.85rpx;
}
.group_9 {
margin-right: 4.74rpx;
}
.font_5 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 16.63rpx;
color: #323232;
}
.text_18 {
line-height: 16.54rpx;
}
.text-wrapper_2 {
padding-bottom: 2.29rpx;
background-color: #fffef8;
width: 50.63rpx;
height: 22.5rpx;
border: solid 0.94rpx #d1d1d1;
}
.text_19 {
color: #323232;
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 17.38rpx;
}
.view_6 {
margin-top: 11.16rpx;
padding: 0 4.35rpx;
}
.text_20 {
line-height: 20.7rpx;
}
.text_21 {
margin-right: 157.91rpx;
}
.view_7 {
margin-top: 14.51rpx;
padding: 0 4.56rpx;
}
.text_22 {
line-height: 20.89rpx;
}
.text_23 {
margin-right: 157.71rpx;
}
.group_10 {
margin-top: 33.43rpx;
}
.image_9 {
width: 45rpx;
height: 45rpx;
}
.font_6 {
font-size: 30rpx;
font-family: Open Sans;
color: #323232;
}
.text_24 {
line-height: 27.69rpx;
}
.image_10 {
width: 251.25rpx;
height: 1.88rpx;
}
.text_25 {
line-height: 27.71rpx;
}
.grid {
margin-left: 11.72rpx;
margin-right: 14.53rpx;
margin-bottom: 136rpx;
height: 965.63rpx;
display: grid;
grid-template-rows: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
row-gap: 32.01rpx;
column-gap: 30rpx;
}
.section_5 {
padding-bottom: 28.26rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.image_11 {
border-radius: 18.75rpx 18.75rpx 0rpx 0rpx;
width: 333.75rpx;
height: 322.5rpx;
}
.font_7 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 30rpx;
color: #000000;
}
.text_26 {
margin: 8.42rpx 6.69rpx 0 12.06rpx;
font-size: 24.38rpx;
}
.group_11 {
margin-top: 17.83rpx;
padding: 0 22.37rpx;
}
.image_12 {
width: 26.25rpx;
height: 26.25rpx;
}
.font_8 {
font-size: 30rpx;
font-family: Times New Roman;
line-height: 20.68rpx;
color: #fbb612;
}
.section_4 {
position: fixed;
left: 0;
right: 0;
margin: auto;
bottom: 0;
padding: 16.88rpx 0 15rpx;
background-color: #fffef8;
}
.text-wrapper_3 {
margin-right: 26.27rpx;
padding: 19.76rpx 0 20.19rpx;
background-color: #fffef8;
border-radius: 75rpx;
width: 204.38rpx;
border: solid 1.88rpx #cbcbcb;
}
.text_27 {
line-height: 27.54rpx;
}
@import url(../../../common/css/global.css);
</style>

View File

@ -0,0 +1,452 @@
<template>
<view class="flex-col page">
<view class="flex-col">
<!-- <view class="flex-col justify-start items-start image-wrapper">
<image
class="image"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=a5af1f04bfd2af602d9d0f811b50717c.png"
/>
</view> -->
<view class="flex-col group">
<view class="flex-row items-center section">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=ed4d5bcc4901016159530a1e5493a83f.png"
/>
<view class="ml-6 flex-col items-start flex-1">
<text class="font text">等待买家付款</text>
<text class="font_2 text_2 mt-5">请于13分51秒内付款超时订单将自动关闭</text>
</view>
</view>
<view class="flex-row items-center section_2 mt-7">
<image
class="shrink-0 image_3"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=5da41d16a3c58ce9514d9a7f9ee5a577.png"
/>
<view class="ml-8 flex-col items-start flex-1">
<text class="font text_3">张三 15888610253</text>
<text class="mt-12 font_2 text_4">黑龙江省哈尔滨市呼兰区学院路街道288号哈尔滨华德学院</text>
</view>
</view>
<view class="flex-col section_3 mt-7">
<view class="flex-row justify-between items-end self-stretch group_2">
<view class="flex-row">
<image
class="image_4"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=1ab7a54755e0a23722c1b9dd0ae981c4.png"
/>
<view class="flex-col group_3 ml-17">
<view class="flex-col">
<view class="flex-row self-stretch">
<text class="font">非遗绒花</text>
<text class="ml-4 font">材料包</text>
</view>
<text class="self-start font_2 text_5 mt-11">已选种类紫色</text>
</view>
<view class="mt-38 flex-row items-center">
<view class="flex-row items-center group_4">
<text class="text_6">138.</text>
<image
class="image_5 image_6"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=4223cdafed72fca52c442dae885cee9c.png"
/>
</view>
<text class="font_3 text_7">00</text>
</view>
</view>
</view>
<text class="font_3 text_8">×1</text>
</view>
<view class="flex-row justify-between items-center self-stretch group_5">
<text class="font_4 text_9">商品金额</text>
<view class="flex-row items-center group_6">
<image
class="shrink-0 image_5"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=4223cdafed72fca52c442dae885cee9c.png"
/>
<text class="font_3">138.00</text>
</view>
</view>
<view class="flex-row justify-between items-center self-stretch group_7">
<text class="font_4 text_10">优惠券</text>
<view class="flex-row items-center group_8">
<image
class="shrink-0 image_7"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=40498ff9c7a50c056417f381edf937db.png"
/>
<text class="font_3">50.00</text>
</view>
</view>
<view class="flex-row justify-end items-center self-stretch group_9">
<view class="flex-row items-center group_10">
<image
class="image_5 image_8"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=f1d048b70eca2a37b0db8f3bd9989205.png"
/>
<text class="font text_11">合计</text>
</view>
<text class="font_3 text_12">88.00</text>
</view>
<view class="self-stretch divider view"></view>
<text class="self-start font_4 text_13">买家留言</text>
<view class="flex-col justify-start self-stretch text-wrapper">
<text class="font_2 text_14">
希望所使用的材料是可持续来源的并且制作工艺要精细以确保每一朵花瓣都能生动地展现出绒花的质感和美感
</text>
</view>
<view class="self-stretch divider view_2"></view>
<view class="flex-row justify-between self-stretch group_11">
<text class="font_2 text_15">订单编号</text>
<view class="flex-row items-center group_12">
<text class="font_5 text_16">E20241005095840091406189</text>
<view class="ml-2 flex-col justify-start items-center shrink-0 text-wrapper_2">
<text class="text_17">复制</text>
</view>
</view>
</view>
<view class="flex-row justify-between items-center self-stretch group_13">
<text class="font_2 text_18">创建时间</text>
<text class="font_5 text_19">2024-10-05 09:58:41</text>
</view>
</view>
</view>
</view>
<view class="flex-row justify-between items-center section_4 mt-284">
<view class="flex-row items-center">
<image
class="shrink-0 image_9"
src="https://ide.code.fun/api/image?token=6710b0541511d900114acbc6&name=2f24539fd031a6d564aa246956b79046.png"
/>
<text class="text_21">88.</text>
<text class="font_6 text_20">合计</text>
<text class="text_23">00</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_3"><text class="font_6 text_22">去支付</text></view>
</view>
</view>
</template>
<script setup>
</script>
<style lang="scss" scoped>
.mt-5 {
margin-top: 9.38rpx;
}
.mt-7 {
margin-top: 13.13rpx;
}
.ml-17 {
margin-left: 31.88rpx;
}
.mt-11 {
margin-top: 20.63rpx;
}
.mt-284 {
margin-top: 532.5rpx;
}
.page {
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
// height: 100%;
height: 100vh;
overflow: hidden;
}
.image-wrapper {
padding: 15rpx 0;
background-color: #a0522d;
}
.image {
margin-left: 16.88rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.group {
padding: 15rpx 15rpx 0;
}
.section {
padding: 15rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #818181;
border-right: solid 1.88rpx #818181;
border-top: solid 1.88rpx #818181;
border-bottom: solid 1.88rpx #818181;
}
.image_2 {
width: 75rpx;
height: 75rpx;
}
.section_2 {
padding: 33.75rpx 15rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #818181;
border-right: solid 1.88rpx #818181;
border-top: solid 1.88rpx #818181;
border-bottom: solid 1.88rpx #818181;
}
.image_3 {
width: 43.13rpx;
height: 43.13rpx;
}
.font_2 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 19.39rpx;
color: #818181;
}
.text_2 {
color: #6b6e72;
line-height: 21.34rpx;
}
.text_4 {
line-height: 20.91rpx;
}
.section_3 {
padding: 0 15rpx 26.25rpx 22.5rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #818181;
border-right: solid 1.88rpx #818181;
border-top: solid 1.88rpx #818181;
border-bottom: solid 1.88rpx #818181;
}
.group_2 {
padding: 18.75rpx 0;
border-bottom: solid 1.88rpx #dfdfdf;
}
.image_4 {
margin-bottom: 5.63rpx;
border-radius: 9.38rpx;
width: 146.25rpx;
height: 165rpx;
}
.group_3 {
margin-top: 3.75rpx;
}
.font {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #323232;
}
.text_3 {
line-height: 23.77rpx;
}
.text {
color: #323233;
font-size: 28.13rpx;
line-height: 26.08rpx;
}
.text_5 {
line-height: 20.79rpx;
}
.group_4 {
width: 90.66rpx;
}
.text_6 {
margin-left: 26.25rpx;
color: #323232;
font-size: 33.75rpx;
font-family: Open Sans;
font-weight: 600;
line-height: 24.88rpx;
}
.image_5 {
width: 30rpx;
height: 30rpx;
}
.image_6 {
margin-left: -90rpx;
}
.font_3 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 19.39rpx;
color: #323232;
}
.text_7 {
font-weight: 600;
line-height: 19.29rpx;
}
.text_8 {
margin-right: 11.25rpx;
margin-bottom: 7.5rpx;
line-height: 18.73rpx;
}
.group_5 {
margin-top: 26.25rpx;
}
.font_4 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #818181;
}
.text_9 {
line-height: 24.28rpx;
}
.group_6 {
margin-right: 3.75rpx;
}
.group_7 {
margin-top: 13.13rpx;
}
.text_10 {
line-height: 24.26rpx;
}
.group_8 {
margin-right: 3.75rpx;
}
.image_7 {
width: 41.25rpx;
height: 30rpx;
}
.group_9 {
margin-top: 16.88rpx;
padding: 0 3.75rpx;
}
.group_10 {
width: 102.26rpx;
}
.image_8 {
margin-left: 71.25rpx;
}
.text_11 {
margin-left: -101.25rpx;
line-height: 24.09rpx;
}
.text_12 {
color: #fb8b05;
}
.divider {
background-color: #dfdfdf;
height: 1.88rpx;
}
.view {
margin-right: 7.5rpx;
margin-top: 16.88rpx;
}
.text_13 {
margin-top: 30rpx;
line-height: 24.21rpx;
}
.text-wrapper {
margin-right: 7.5rpx;
margin-top: 15rpx;
padding: 15rpx 0 11.25rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
border-left: solid 1.88rpx #f0f0b5;
border-right: solid 1.88rpx #f0f0b5;
border-top: solid 1.88rpx #f0f0b5;
border-bottom: solid 1.88rpx #f0f0b5;
}
.text_14 {
margin-left: 15rpx;
margin-right: 18.75rpx;
line-height: 26.25rpx;
}
.view_2 {
margin-right: 7.5rpx;
margin-top: 18.75rpx;
}
.group_11 {
margin-top: 22.5rpx;
}
.text_15 {
line-height: 20.85rpx;
}
.group_12 {
margin-right: 7.5rpx;
}
.font_5 {
font-size: 22.5rpx;
font-family: Open Sans;
color: #323232;
}
.text_16 {
line-height: 16.54rpx;
}
.text-wrapper_2 {
background-color: #fffef8;
width: 50.63rpx;
height: 22.5rpx;
border-left: solid 0.94rpx #d1d1d1;
border-right: solid 0.94rpx #d1d1d1;
border-top: solid 0.94rpx #d1d1d1;
border-bottom: solid 0.94rpx #d1d1d1;
}
.text_17 {
color: #323232;
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 17.38rpx;
}
.group_13 {
margin-top: 11.25rpx;
}
.text_18 {
line-height: 20.7rpx;
}
.text_19 {
margin-right: 161.25rpx;
line-height: 16.63rpx;
}
.section_4 {
position: fixed;
left: 0;
right: 0;
margin: auto;
bottom: 0;
padding: 15rpx 26.25rpx;
background-color: #ffffff;
}
.image_9 {
margin-left: 86.25rpx;
width: 33.75rpx;
height: 33.75rpx;
}
.text_21 {
color: #fbb612;
font-size: 37.5rpx;
font-family: Open Sans;
font-weight: 700;
line-height: 27.62rpx;
}
.font_6 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.62rpx;
}
.text_20 {
margin-left: -172.5rpx;
color: #000000;
line-height: 27.54rpx;
}
.text_23 {
margin-left: 78.75rpx;
color: #fbb612;
font-size: 30rpx;
font-family: Open Sans;
font-weight: 700;
line-height: 22.05rpx;
}
.text-wrapper_3 {
padding: 22.5rpx 0;
background-color: #fbb612;
border-radius: 75rpx;
width: 204.38rpx;
height: 71.25rpx;
}
.text_22 {
color: #ffffff;
line-height: 27.86rpx;
}
@import url(../../../common/css/global.css);
</style>

View File

@ -2,7 +2,6 @@
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/order/product-unpay/product-unpay.js";
"./pages/home/home/home.js";
"./pages/store-home/main/main.js";
"./pages/mine/main/main.js";
@ -10,6 +9,7 @@ if (!Math) {
"./pages/store-home/products/product-detail.js";
"./pages/Shopping-cart/servicemain/servicemain.js";
"./pages/order/product-close/product-close.js";
"./pages/order/product-unpay/product-unpay.js";
}
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {

View File

@ -1,13 +1,13 @@
{
"pages": [
"pages/order/product-unpay/product-unpay",
"pages/home/home/home",
"pages/store-home/main/main",
"pages/mine/main/main",
"pages/Shopping-cart/productmain/productmain",
"pages/store-home/products/product-detail",
"pages/Shopping-cart/servicemain/servicemain",
"pages/order/product-close/product-close"
"pages/order/product-close/product-close",
"pages/order/product-unpay/product-unpay"
],
"window": {
"navigationBarTextStyle": "black",

View File

@ -1 +1 @@
<view class="flex-col page data-v-641af6de"><view class="flex-col data-v-641af6de"><view class="flex-col justify-start items-end text-wrapper data-v-641af6de"><text class="font text data-v-641af6de">编辑</text></view><view class="flex-col section data-v-641af6de"><view class="flex-row justify-between self-stretch group data-v-641af6de"><text class="font text_2 data-v-641af6de">商品类</text><navigator url="/pages/Shopping-cart/servicemain/servicemain" class="font data-v-641af6de">服务类</navigator></view><view class="self-start section_2 data-v-641af6de"></view></view><view class="flex-col list data-v-641af6de" style="height:auto;padding-top:150rpx"><view wx:for="{{a}}" wx:for-item="item" wx:key="a" class="flex-col mt-10 list-item section_3 data-v-641af6de"><view class="flex-row data-v-641af6de"><image class="self-start image_4 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=a2def3a82a38998ae0686f132a02f94f.png"/><image class="image image_2 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=ece79e7a9c745b4953d1f268e0c2096c.png"/><view class="flex-col self-start group_2 data-v-641af6de"><view class="flex-row group_3 data-v-641af6de"><text class="font_2 data-v-641af6de">非遗绒花</text><text class="ml-4 font_2 data-v-641af6de">【材料包】</text></view><view class="flex-col section_4 data-v-641af6de"><text class="self-start font_3 text_3 data-v-641af6de">已选种类:紫色</text><image class="shrink-0 self-end image_3 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=ca9cf42222294d2fd1264864434d6576.png"/></view></view></view><view class="mt-10 flex-row justify-end items-center group_4 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><text class="font_4 text_4 data-v-641af6de">138.</text><image class="shrink-0 image_7 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=b394eb4b1d40284e55eab0b7e3ef2da3.png"/><text class="font_5 text_5 data-v-641af6de">00</text></view><view class="flex-row ml-79 data-v-641af6de"><image class="image_5 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=9d8478d42d790ba0ecf60a8cb7cf8f23.png"/><view class="ml-2 flex-col justify-start items-center text-wrapper_2 data-v-641af6de"><text class="font_6 text_6 data-v-641af6de">1</text></view><image class="ml-2 image_6 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=c0868803ec8c20a8c962be98aa974c4e.png"/></view></view></view></view></view><view class="flex-row justify-between items-center section_6 mt-243 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><image class="shrink-0 image_9 data-v-641af6de" src="https://ide.code.fun/api/image?token=670f0f3f1511d900114aa2f0&name=3f81d5886d1e216ce7cc53687e0c5499.png"/><text class="ml-10 font text_7 data-v-641af6de">全选</text></view><view class="flex-col justify-start items-center text-wrapper_3 data-v-641af6de"><text class="text_8 data-v-641af6de">删除</text></view></view></view>
<view class="flex-col page data-v-641af6de"><view class="flex-col data-v-641af6de"><view class="flex-col justify-start items-end text-wrapper data-v-641af6de"><text class="font text data-v-641af6de">编辑</text></view><view class="flex-col section data-v-641af6de"><view class="flex-row justify-between self-stretch group data-v-641af6de"><text class="font text_2 data-v-641af6de">商品类</text><text class="font data-v-641af6de">服务类</text></view><view class="self-start section_2 data-v-641af6de"></view></view><view class="flex-col list data-v-641af6de"><view wx:for="{{a}}" wx:for-item="item" wx:key="a" class="flex-col mt-10 list-item section_3 data-v-641af6de"><view class="flex-row data-v-641af6de"><image class="self-start image_4 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=a2def3a82a38998ae0686f132a02f94f.png"/><image class="image image_2 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=ece79e7a9c745b4953d1f268e0c2096c.png"/><view class="flex-col self-start group_2 data-v-641af6de"><view class="flex-row group_3 data-v-641af6de"><text class="font_2 data-v-641af6de">非遗绒花</text><text class="ml-4 font_2 data-v-641af6de">【材料包】</text></view><view class="flex-col section_4 data-v-641af6de"><text class="self-start font_3 text_3 data-v-641af6de">已选种类:紫色</text><image class="shrink-0 self-end image_3 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=ca9cf42222294d2fd1264864434d6576.png"/></view></view></view><view class="mt-10 flex-row justify-end items-center group_4 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><text class="font_4 text_4 data-v-641af6de">138.</text><image class="shrink-0 image_7 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=b394eb4b1d40284e55eab0b7e3ef2da3.png"/><text class="font_5 text_5 data-v-641af6de">00</text></view><view class="flex-row ml-79 data-v-641af6de"><image class="image_5 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=9d8478d42d790ba0ecf60a8cb7cf8f23.png"/><view class="ml-2 flex-col justify-start items-center text-wrapper_2 data-v-641af6de"><text class="font_6 text_6 data-v-641af6de">1</text></view><image class="ml-2 image_6 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=c0868803ec8c20a8c962be98aa974c4e.png"/></view></view></view></view></view><view class="flex-row justify-between items-center section_6 mt-243 data-v-641af6de"><view class="flex-row items-center data-v-641af6de"><image class="shrink-0 image_9 data-v-641af6de" src="https://ide.code.fun/api/image?token=6711ccc71511d900114adddf&name=3f81d5886d1e216ce7cc53687e0c5499.png"/><text class="ml-10 font text_7 data-v-641af6de">全选</text></view><view class="flex-col justify-start items-center text-wrapper_3 data-v-641af6de"><text class="text_8 data-v-641af6de">删除</text></view></view></view>

View File

@ -405,9 +405,7 @@ text.data-v-641af6de {
margin-left: 148.13rpx;
}
.mt-243.data-v-641af6de {
position: fixed;
bottom: 0;
width: 100%;
margin-top: 455.63rpx;
}
.page.data-v-641af6de {
background-color: #f8e8c1;
@ -417,18 +415,13 @@ text.data-v-641af6de {
height: 100%;
}
.text-wrapper.data-v-641af6de {
position: fixed;
padding: 26.25rpx 0;
background-color: #f5f5dc;
position: absolute;
top: 0;
width: 100%;
}
.section.data-v-641af6de {
padding: 0 121.88rpx;
background-color: #fffef8;
position: absolute;
top: 70rpx;
width: 100%;
}
.group.data-v-641af6de {
padding: 18.75rpx 3.75rpx 18.75rpx 11.25rpx;
@ -439,8 +432,8 @@ text.data-v-641af6de {
height: 5.63rpx;
}
.list.data-v-641af6de {
padding: 9.35rpx 18.75rpx 9.35rpx 18.75rpx;
padding-bottom: 200rpx;
margin-bottom: 125rpx;
padding: 18.75rpx 13.13rpx 0;
}
.list-item.data-v-641af6de {
padding: 33.75rpx 18.75rpx;
@ -557,6 +550,10 @@ text.data-v-641af6de {
height: 37.5rpx;
}
.section_6.data-v-641af6de {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 18.75rpx;
background-color: #fffef8;
}

View File

@ -0,0 +1,19 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {
__name: "product-close",
setup(__props) {
const items = common_vendor.ref([null, null, null, null]);
return (_ctx, _cache) => {
return {
a: common_vendor.f(items.value, (item, index, i0) => {
return {
a: index
};
})
};
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-41495ba5"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,5 @@
{
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#a0522d",
"usingComponents": {}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,766 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-41495ba5 {
font-size: 16px;
}
body.data-v-41495ba5 {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
view.data-v-41495ba5,
image.data-v-41495ba5,
text.data-v-41495ba5 {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-41495ba5 {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-41495ba5 {
display: flex;
flex-direction: row;
}
.flex-col.data-v-41495ba5 {
display: flex;
flex-direction: column;
}
.justify-start.data-v-41495ba5 {
justify-content: flex-start;
}
.justify-end.data-v-41495ba5 {
justify-content: flex-end;
}
.justify-center.data-v-41495ba5 {
justify-content: center;
}
.justify-between.data-v-41495ba5 {
justify-content: space-between;
}
.justify-around.data-v-41495ba5 {
justify-content: space-around;
}
.justify-evenly.data-v-41495ba5 {
justify-content: space-evenly;
}
.items-start.data-v-41495ba5 {
align-items: flex-start;
}
.items-end.data-v-41495ba5 {
align-items: flex-end;
}
.items-center.data-v-41495ba5 {
align-items: center;
}
.items-baseline.data-v-41495ba5 {
align-items: baseline;
}
.items-stretch.data-v-41495ba5 {
align-items: stretch;
}
.self-start.data-v-41495ba5 {
align-self: flex-start;
}
.self-end.data-v-41495ba5 {
align-self: flex-end;
}
.self-center.data-v-41495ba5 {
align-self: center;
}
.self-baseline.data-v-41495ba5 {
align-self: baseline;
}
.self-stretch.data-v-41495ba5 {
align-self: stretch;
}
.flex-1.data-v-41495ba5 {
flex: 1 1 0%;
}
.flex-auto.data-v-41495ba5 {
flex: 1 1 auto;
}
.grow.data-v-41495ba5 {
flex-grow: 1;
}
.grow-0.data-v-41495ba5 {
flex-grow: 0;
}
.shrink.data-v-41495ba5 {
flex-shrink: 1;
}
.shrink-0.data-v-41495ba5 {
flex-shrink: 0;
}
.relative.data-v-41495ba5 {
position: relative;
}
.ml-2.data-v-41495ba5 {
margin-left: 3.75rpx;
}
.mt-2.data-v-41495ba5 {
margin-top: 3.75rpx;
}
.ml-4.data-v-41495ba5 {
margin-left: 7.5rpx;
}
.mt-4.data-v-41495ba5 {
margin-top: 7.5rpx;
}
.ml-6.data-v-41495ba5 {
margin-left: 11.25rpx;
}
.mt-6.data-v-41495ba5 {
margin-top: 11.25rpx;
}
.ml-8.data-v-41495ba5 {
margin-left: 15rpx;
}
.mt-8.data-v-41495ba5 {
margin-top: 15rpx;
}
.ml-10.data-v-41495ba5 {
margin-left: 18.75rpx;
}
.mt-10.data-v-41495ba5 {
margin-top: 18.75rpx;
}
.ml-12.data-v-41495ba5 {
margin-left: 22.5rpx;
}
.mt-12.data-v-41495ba5 {
margin-top: 22.5rpx;
}
.ml-14.data-v-41495ba5 {
margin-left: 26.25rpx;
}
.mt-14.data-v-41495ba5 {
margin-top: 26.25rpx;
}
.ml-16.data-v-41495ba5 {
margin-left: 30rpx;
}
.mt-16.data-v-41495ba5 {
margin-top: 30rpx;
}
.ml-18.data-v-41495ba5 {
margin-left: 33.75rpx;
}
.mt-18.data-v-41495ba5 {
margin-top: 33.75rpx;
}
.ml-20.data-v-41495ba5 {
margin-left: 37.5rpx;
}
.mt-20.data-v-41495ba5 {
margin-top: 37.5rpx;
}
.ml-22.data-v-41495ba5 {
margin-left: 41.25rpx;
}
.mt-22.data-v-41495ba5 {
margin-top: 41.25rpx;
}
.ml-24.data-v-41495ba5 {
margin-left: 45rpx;
}
.mt-24.data-v-41495ba5 {
margin-top: 45rpx;
}
.ml-26.data-v-41495ba5 {
margin-left: 48.75rpx;
}
.mt-26.data-v-41495ba5 {
margin-top: 48.75rpx;
}
.ml-28.data-v-41495ba5 {
margin-left: 52.5rpx;
}
.mt-28.data-v-41495ba5 {
margin-top: 52.5rpx;
}
.ml-30.data-v-41495ba5 {
margin-left: 56.25rpx;
}
.mt-30.data-v-41495ba5 {
margin-top: 56.25rpx;
}
.ml-32.data-v-41495ba5 {
margin-left: 60rpx;
}
.mt-32.data-v-41495ba5 {
margin-top: 60rpx;
}
.ml-34.data-v-41495ba5 {
margin-left: 63.75rpx;
}
.mt-34.data-v-41495ba5 {
margin-top: 63.75rpx;
}
.ml-36.data-v-41495ba5 {
margin-left: 67.5rpx;
}
.mt-36.data-v-41495ba5 {
margin-top: 67.5rpx;
}
.ml-38.data-v-41495ba5 {
margin-left: 71.25rpx;
}
.mt-38.data-v-41495ba5 {
margin-top: 71.25rpx;
}
.ml-40.data-v-41495ba5 {
margin-left: 75rpx;
}
.mt-40.data-v-41495ba5 {
margin-top: 75rpx;
}
.ml-42.data-v-41495ba5 {
margin-left: 78.75rpx;
}
.mt-42.data-v-41495ba5 {
margin-top: 78.75rpx;
}
.ml-44.data-v-41495ba5 {
margin-left: 82.5rpx;
}
.mt-44.data-v-41495ba5 {
margin-top: 82.5rpx;
}
.ml-46.data-v-41495ba5 {
margin-left: 86.25rpx;
}
.mt-46.data-v-41495ba5 {
margin-top: 86.25rpx;
}
.ml-48.data-v-41495ba5 {
margin-left: 90rpx;
}
.mt-48.data-v-41495ba5 {
margin-top: 90rpx;
}
.ml-50.data-v-41495ba5 {
margin-left: 93.75rpx;
}
.mt-50.data-v-41495ba5 {
margin-top: 93.75rpx;
}
.ml-52.data-v-41495ba5 {
margin-left: 97.5rpx;
}
.mt-52.data-v-41495ba5 {
margin-top: 97.5rpx;
}
.ml-54.data-v-41495ba5 {
margin-left: 101.25rpx;
}
.mt-54.data-v-41495ba5 {
margin-top: 101.25rpx;
}
.ml-56.data-v-41495ba5 {
margin-left: 105rpx;
}
.mt-56.data-v-41495ba5 {
margin-top: 105rpx;
}
.ml-58.data-v-41495ba5 {
margin-left: 108.75rpx;
}
.mt-58.data-v-41495ba5 {
margin-top: 108.75rpx;
}
.ml-60.data-v-41495ba5 {
margin-left: 112.5rpx;
}
.mt-60.data-v-41495ba5 {
margin-top: 112.5rpx;
}
.ml-62.data-v-41495ba5 {
margin-left: 116.25rpx;
}
.mt-62.data-v-41495ba5 {
margin-top: 116.25rpx;
}
.ml-64.data-v-41495ba5 {
margin-left: 120rpx;
}
.mt-64.data-v-41495ba5 {
margin-top: 120rpx;
}
.ml-66.data-v-41495ba5 {
margin-left: 123.75rpx;
}
.mt-66.data-v-41495ba5 {
margin-top: 123.75rpx;
}
.ml-68.data-v-41495ba5 {
margin-left: 127.5rpx;
}
.mt-68.data-v-41495ba5 {
margin-top: 127.5rpx;
}
.ml-70.data-v-41495ba5 {
margin-left: 131.25rpx;
}
.mt-70.data-v-41495ba5 {
margin-top: 131.25rpx;
}
.ml-72.data-v-41495ba5 {
margin-left: 135rpx;
}
.mt-72.data-v-41495ba5 {
margin-top: 135rpx;
}
.ml-74.data-v-41495ba5 {
margin-left: 138.75rpx;
}
.mt-74.data-v-41495ba5 {
margin-top: 138.75rpx;
}
.ml-76.data-v-41495ba5 {
margin-left: 142.5rpx;
}
.mt-76.data-v-41495ba5 {
margin-top: 142.5rpx;
}
.ml-78.data-v-41495ba5 {
margin-left: 146.25rpx;
}
.mt-78.data-v-41495ba5 {
margin-top: 146.25rpx;
}
.ml-80.data-v-41495ba5 {
margin-left: 150rpx;
}
.mt-80.data-v-41495ba5 {
margin-top: 150rpx;
}
.ml-82.data-v-41495ba5 {
margin-left: 153.75rpx;
}
.mt-82.data-v-41495ba5 {
margin-top: 153.75rpx;
}
.ml-84.data-v-41495ba5 {
margin-left: 157.5rpx;
}
.mt-84.data-v-41495ba5 {
margin-top: 157.5rpx;
}
.ml-86.data-v-41495ba5 {
margin-left: 161.25rpx;
}
.mt-86.data-v-41495ba5 {
margin-top: 161.25rpx;
}
.ml-88.data-v-41495ba5 {
margin-left: 165rpx;
}
.mt-88.data-v-41495ba5 {
margin-top: 165rpx;
}
.ml-90.data-v-41495ba5 {
margin-left: 168.75rpx;
}
.mt-90.data-v-41495ba5 {
margin-top: 168.75rpx;
}
.ml-92.data-v-41495ba5 {
margin-left: 172.5rpx;
}
.mt-92.data-v-41495ba5 {
margin-top: 172.5rpx;
}
.ml-94.data-v-41495ba5 {
margin-left: 176.25rpx;
}
.mt-94.data-v-41495ba5 {
margin-top: 176.25rpx;
}
.ml-96.data-v-41495ba5 {
margin-left: 180rpx;
}
.mt-96.data-v-41495ba5 {
margin-top: 180rpx;
}
.ml-98.data-v-41495ba5 {
margin-left: 183.75rpx;
}
.mt-98.data-v-41495ba5 {
margin-top: 183.75rpx;
}
.ml-100.data-v-41495ba5 {
margin-left: 187.5rpx;
}
.mt-100.data-v-41495ba5 {
margin-top: 187.5rpx;
}
.mt-5.data-v-41495ba5 {
margin-top: 9.38rpx;
}
.mt-9.data-v-41495ba5 {
margin-top: 16.88rpx;
}
.ml-17.data-v-41495ba5 {
margin-left: 31.88rpx;
}
.mt-11.data-v-41495ba5 {
margin-top: 20.63rpx;
}
.ml-11.data-v-41495ba5 {
margin-left: 20.63rpx;
}
.mt-19.data-v-41495ba5 {
margin-top: 35.63rpx;
}
.page.data-v-41495ba5 {
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.image-wrapper.data-v-41495ba5 {
padding: 15rpx 0;
background-color: #a0522d;
}
.image.data-v-41495ba5 {
margin-left: 16.88rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.group.data-v-41495ba5 {
padding-left: 16.41rpx;
padding-right: 13.59rpx;
}
.group_2.data-v-41495ba5 {
padding: 15rpx 0 38.51rpx;
}
.section.data-v-41495ba5 {
padding: 20.49rpx 22.37rpx 9.51rpx 26.12rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.image_2.data-v-41495ba5 {
width: 75rpx;
height: 75rpx;
}
.font.data-v-41495ba5 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #323232;
}
.text.data-v-41495ba5 {
color: #323233;
font-size: 28.13rpx;
line-height: 26.08rpx;
}
.font_2.data-v-41495ba5 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.68rpx;
color: #818181;
}
.text_2.data-v-41495ba5 {
color: #6b6e72;
line-height: 21.34rpx;
}
.section_2.data-v-41495ba5 {
padding: 32.72rpx 14.94rpx 31.99rpx 18.68rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.image_3.data-v-41495ba5 {
width: 43.13rpx;
height: 43.13rpx;
}
.text_3.data-v-41495ba5 {
line-height: 23.77rpx;
}
.text_4.data-v-41495ba5 {
line-height: 20.91rpx;
}
.section_3.data-v-41495ba5 {
padding: 0 14.89rpx 26.38rpx 18.62rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.group_3.data-v-41495ba5 {
padding: 20.49rpx 3.75rpx 18.75rpx;
border-bottom: solid 1.88rpx #dfdfdf;
}
.image_4.data-v-41495ba5 {
margin-bottom: 5.63rpx;
border-radius: 9.38rpx;
width: 146.25rpx;
height: 165rpx;
}
.group_4.data-v-41495ba5 {
margin-top: 4.07rpx;
}
.text_5.data-v-41495ba5 {
margin-left: 2.1rpx;
line-height: 20.79rpx;
}
.group_5.data-v-41495ba5 {
width: 90.66rpx;
}
.text_6.data-v-41495ba5 {
margin-left: 25.03rpx;
color: #323232;
font-size: 33.75rpx;
font-family: Open Sans;
font-weight: 600;
line-height: 24.88rpx;
}
.image_5.data-v-41495ba5 {
width: 30rpx;
height: 30rpx;
}
.image_6.data-v-41495ba5 {
margin-left: -90.66rpx;
}
.font_3.data-v-41495ba5 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 20.68rpx;
color: #323232;
}
.text_7.data-v-41495ba5 {
font-weight: 600;
line-height: 19.29rpx;
}
.text_8.data-v-41495ba5 {
margin-right: 9.83rpx;
margin-bottom: 7.5rpx;
line-height: 18.73rpx;
}
.view.data-v-41495ba5 {
margin-top: 26.25rpx;
padding: 0 5.53rpx;
}
.font_4.data-v-41495ba5 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #818181;
}
.text_9.data-v-41495ba5 {
line-height: 24.36rpx;
}
.text_10.data-v-41495ba5 {
line-height: 19.39rpx;
}
.view_2.data-v-41495ba5 {
margin-top: 13.13rpx;
padding: 0 4.69rpx;
}
.text_11.data-v-41495ba5 {
line-height: 24.26rpx;
}
.group_1.data-v-41495ba5 {
margin-right: 2.72rpx;
}
.image_7.data-v-41495ba5 {
width: 41.25rpx;
height: 30rpx;
}
.text_12.data-v-41495ba5 {
line-height: 19.39rpx;
}
.group_7.data-v-41495ba5 {
margin-top: 16.88rpx;
padding: 0 5.91rpx;
}
.group_8.data-v-41495ba5 {
width: 128.44rpx;
}
.image_8.data-v-41495ba5 {
margin-left: 98.44rpx;
}
.text_13.data-v-41495ba5 {
margin-left: -128.44rpx;
line-height: 24.54rpx;
}
.text_14.data-v-41495ba5 {
color: #fb8b05;
line-height: 19.39rpx;
}
.divider.data-v-41495ba5 {
background-color: #dfdfdf;
height: 1.88rpx;
}
.view_3.data-v-41495ba5 {
margin: 16.88rpx 9.62rpx 0 3.75rpx;
}
.text_15.data-v-41495ba5 {
margin-left: 5.16rpx;
margin-top: 24.86rpx;
line-height: 24.21rpx;
}
.text-wrapper.data-v-41495ba5 {
margin-right: 13.37rpx;
margin-top: 16.56rpx;
padding: 14.64rpx 0 9.77rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
border: solid 1.88rpx #f1f1b5;
}
.text_16.data-v-41495ba5 {
margin-left: 15.37rpx;
margin-right: 20.27rpx;
line-height: 26.25rpx;
}
.view_4.data-v-41495ba5 {
margin: 18.75rpx 9.62rpx 0 3.75rpx;
}
.view_5.data-v-41495ba5 {
margin-top: 24.09rpx;
padding: 0 4.88rpx;
}
.text_17.data-v-41495ba5 {
line-height: 20.85rpx;
}
.group_9.data-v-41495ba5 {
margin-right: 4.74rpx;
}
.font_5.data-v-41495ba5 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 16.63rpx;
color: #323232;
}
.text_18.data-v-41495ba5 {
line-height: 16.54rpx;
}
.text-wrapper_2.data-v-41495ba5 {
padding-bottom: 2.29rpx;
background-color: #fffef8;
width: 50.63rpx;
height: 22.5rpx;
border: solid 0.94rpx #d1d1d1;
}
.text_19.data-v-41495ba5 {
color: #323232;
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 17.38rpx;
}
.view_6.data-v-41495ba5 {
margin-top: 11.16rpx;
padding: 0 4.35rpx;
}
.text_20.data-v-41495ba5 {
line-height: 20.7rpx;
}
.text_21.data-v-41495ba5 {
margin-right: 157.91rpx;
}
.view_7.data-v-41495ba5 {
margin-top: 14.51rpx;
padding: 0 4.56rpx;
}
.text_22.data-v-41495ba5 {
line-height: 20.89rpx;
}
.text_23.data-v-41495ba5 {
margin-right: 157.71rpx;
}
.group_10.data-v-41495ba5 {
margin-top: 33.43rpx;
}
.image_9.data-v-41495ba5 {
width: 45rpx;
height: 45rpx;
}
.font_6.data-v-41495ba5 {
font-size: 30rpx;
font-family: Open Sans;
color: #323232;
}
.text_24.data-v-41495ba5 {
line-height: 27.69rpx;
}
.image_10.data-v-41495ba5 {
width: 251.25rpx;
height: 1.88rpx;
}
.text_25.data-v-41495ba5 {
line-height: 27.71rpx;
}
.grid.data-v-41495ba5 {
margin-left: 11.72rpx;
margin-right: 14.53rpx;
margin-bottom: 136rpx;
height: 965.63rpx;
display: grid;
grid-template-rows: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
row-gap: 32.01rpx;
column-gap: 30rpx;
}
.section_5.data-v-41495ba5 {
padding-bottom: 28.26rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
border: solid 1.88rpx #818181;
}
.image_11.data-v-41495ba5 {
border-radius: 18.75rpx 18.75rpx 0rpx 0rpx;
width: 333.75rpx;
height: 322.5rpx;
}
.font_7.data-v-41495ba5 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 30rpx;
color: #000000;
}
.text_26.data-v-41495ba5 {
margin: 8.42rpx 6.69rpx 0 12.06rpx;
font-size: 24.38rpx;
}
.group_11.data-v-41495ba5 {
margin-top: 17.83rpx;
padding: 0 22.37rpx;
}
.image_12.data-v-41495ba5 {
width: 26.25rpx;
height: 26.25rpx;
}
.font_8.data-v-41495ba5 {
font-size: 30rpx;
font-family: Times New Roman;
line-height: 20.68rpx;
color: #fbb612;
}
.section_4.data-v-41495ba5 {
position: fixed;
left: 0;
right: 0;
margin: auto;
bottom: 0;
padding: 16.88rpx 0 15rpx;
background-color: #fffef8;
}
.text-wrapper_3.data-v-41495ba5 {
margin-right: 26.27rpx;
padding: 19.76rpx 0 20.19rpx;
background-color: #fffef8;
border-radius: 75rpx;
width: 204.38rpx;
border: solid 1.88rpx #cbcbcb;
}
.text_27.data-v-41495ba5 {
line-height: 27.54rpx;
}

View File

@ -0,0 +1,8 @@
"use strict";
const common_vendor = require("../../../common/vendor.js");
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8a444854"]]);
wx.createPage(MiniProgramPage);

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "",
"usingComponents": {}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,718 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-8a444854 {
font-size: 16px;
}
body.data-v-8a444854 {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
view.data-v-8a444854,
image.data-v-8a444854,
text.data-v-8a444854 {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-8a444854 {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-8a444854 {
display: flex;
flex-direction: row;
}
.flex-col.data-v-8a444854 {
display: flex;
flex-direction: column;
}
.justify-start.data-v-8a444854 {
justify-content: flex-start;
}
.justify-end.data-v-8a444854 {
justify-content: flex-end;
}
.justify-center.data-v-8a444854 {
justify-content: center;
}
.justify-between.data-v-8a444854 {
justify-content: space-between;
}
.justify-around.data-v-8a444854 {
justify-content: space-around;
}
.justify-evenly.data-v-8a444854 {
justify-content: space-evenly;
}
.items-start.data-v-8a444854 {
align-items: flex-start;
}
.items-end.data-v-8a444854 {
align-items: flex-end;
}
.items-center.data-v-8a444854 {
align-items: center;
}
.items-baseline.data-v-8a444854 {
align-items: baseline;
}
.items-stretch.data-v-8a444854 {
align-items: stretch;
}
.self-start.data-v-8a444854 {
align-self: flex-start;
}
.self-end.data-v-8a444854 {
align-self: flex-end;
}
.self-center.data-v-8a444854 {
align-self: center;
}
.self-baseline.data-v-8a444854 {
align-self: baseline;
}
.self-stretch.data-v-8a444854 {
align-self: stretch;
}
.flex-1.data-v-8a444854 {
flex: 1 1 0%;
}
.flex-auto.data-v-8a444854 {
flex: 1 1 auto;
}
.grow.data-v-8a444854 {
flex-grow: 1;
}
.grow-0.data-v-8a444854 {
flex-grow: 0;
}
.shrink.data-v-8a444854 {
flex-shrink: 1;
}
.shrink-0.data-v-8a444854 {
flex-shrink: 0;
}
.relative.data-v-8a444854 {
position: relative;
}
.ml-2.data-v-8a444854 {
margin-left: 3.75rpx;
}
.mt-2.data-v-8a444854 {
margin-top: 3.75rpx;
}
.ml-4.data-v-8a444854 {
margin-left: 7.5rpx;
}
.mt-4.data-v-8a444854 {
margin-top: 7.5rpx;
}
.ml-6.data-v-8a444854 {
margin-left: 11.25rpx;
}
.mt-6.data-v-8a444854 {
margin-top: 11.25rpx;
}
.ml-8.data-v-8a444854 {
margin-left: 15rpx;
}
.mt-8.data-v-8a444854 {
margin-top: 15rpx;
}
.ml-10.data-v-8a444854 {
margin-left: 18.75rpx;
}
.mt-10.data-v-8a444854 {
margin-top: 18.75rpx;
}
.ml-12.data-v-8a444854 {
margin-left: 22.5rpx;
}
.mt-12.data-v-8a444854 {
margin-top: 22.5rpx;
}
.ml-14.data-v-8a444854 {
margin-left: 26.25rpx;
}
.mt-14.data-v-8a444854 {
margin-top: 26.25rpx;
}
.ml-16.data-v-8a444854 {
margin-left: 30rpx;
}
.mt-16.data-v-8a444854 {
margin-top: 30rpx;
}
.ml-18.data-v-8a444854 {
margin-left: 33.75rpx;
}
.mt-18.data-v-8a444854 {
margin-top: 33.75rpx;
}
.ml-20.data-v-8a444854 {
margin-left: 37.5rpx;
}
.mt-20.data-v-8a444854 {
margin-top: 37.5rpx;
}
.ml-22.data-v-8a444854 {
margin-left: 41.25rpx;
}
.mt-22.data-v-8a444854 {
margin-top: 41.25rpx;
}
.ml-24.data-v-8a444854 {
margin-left: 45rpx;
}
.mt-24.data-v-8a444854 {
margin-top: 45rpx;
}
.ml-26.data-v-8a444854 {
margin-left: 48.75rpx;
}
.mt-26.data-v-8a444854 {
margin-top: 48.75rpx;
}
.ml-28.data-v-8a444854 {
margin-left: 52.5rpx;
}
.mt-28.data-v-8a444854 {
margin-top: 52.5rpx;
}
.ml-30.data-v-8a444854 {
margin-left: 56.25rpx;
}
.mt-30.data-v-8a444854 {
margin-top: 56.25rpx;
}
.ml-32.data-v-8a444854 {
margin-left: 60rpx;
}
.mt-32.data-v-8a444854 {
margin-top: 60rpx;
}
.ml-34.data-v-8a444854 {
margin-left: 63.75rpx;
}
.mt-34.data-v-8a444854 {
margin-top: 63.75rpx;
}
.ml-36.data-v-8a444854 {
margin-left: 67.5rpx;
}
.mt-36.data-v-8a444854 {
margin-top: 67.5rpx;
}
.ml-38.data-v-8a444854 {
margin-left: 71.25rpx;
}
.mt-38.data-v-8a444854 {
margin-top: 71.25rpx;
}
.ml-40.data-v-8a444854 {
margin-left: 75rpx;
}
.mt-40.data-v-8a444854 {
margin-top: 75rpx;
}
.ml-42.data-v-8a444854 {
margin-left: 78.75rpx;
}
.mt-42.data-v-8a444854 {
margin-top: 78.75rpx;
}
.ml-44.data-v-8a444854 {
margin-left: 82.5rpx;
}
.mt-44.data-v-8a444854 {
margin-top: 82.5rpx;
}
.ml-46.data-v-8a444854 {
margin-left: 86.25rpx;
}
.mt-46.data-v-8a444854 {
margin-top: 86.25rpx;
}
.ml-48.data-v-8a444854 {
margin-left: 90rpx;
}
.mt-48.data-v-8a444854 {
margin-top: 90rpx;
}
.ml-50.data-v-8a444854 {
margin-left: 93.75rpx;
}
.mt-50.data-v-8a444854 {
margin-top: 93.75rpx;
}
.ml-52.data-v-8a444854 {
margin-left: 97.5rpx;
}
.mt-52.data-v-8a444854 {
margin-top: 97.5rpx;
}
.ml-54.data-v-8a444854 {
margin-left: 101.25rpx;
}
.mt-54.data-v-8a444854 {
margin-top: 101.25rpx;
}
.ml-56.data-v-8a444854 {
margin-left: 105rpx;
}
.mt-56.data-v-8a444854 {
margin-top: 105rpx;
}
.ml-58.data-v-8a444854 {
margin-left: 108.75rpx;
}
.mt-58.data-v-8a444854 {
margin-top: 108.75rpx;
}
.ml-60.data-v-8a444854 {
margin-left: 112.5rpx;
}
.mt-60.data-v-8a444854 {
margin-top: 112.5rpx;
}
.ml-62.data-v-8a444854 {
margin-left: 116.25rpx;
}
.mt-62.data-v-8a444854 {
margin-top: 116.25rpx;
}
.ml-64.data-v-8a444854 {
margin-left: 120rpx;
}
.mt-64.data-v-8a444854 {
margin-top: 120rpx;
}
.ml-66.data-v-8a444854 {
margin-left: 123.75rpx;
}
.mt-66.data-v-8a444854 {
margin-top: 123.75rpx;
}
.ml-68.data-v-8a444854 {
margin-left: 127.5rpx;
}
.mt-68.data-v-8a444854 {
margin-top: 127.5rpx;
}
.ml-70.data-v-8a444854 {
margin-left: 131.25rpx;
}
.mt-70.data-v-8a444854 {
margin-top: 131.25rpx;
}
.ml-72.data-v-8a444854 {
margin-left: 135rpx;
}
.mt-72.data-v-8a444854 {
margin-top: 135rpx;
}
.ml-74.data-v-8a444854 {
margin-left: 138.75rpx;
}
.mt-74.data-v-8a444854 {
margin-top: 138.75rpx;
}
.ml-76.data-v-8a444854 {
margin-left: 142.5rpx;
}
.mt-76.data-v-8a444854 {
margin-top: 142.5rpx;
}
.ml-78.data-v-8a444854 {
margin-left: 146.25rpx;
}
.mt-78.data-v-8a444854 {
margin-top: 146.25rpx;
}
.ml-80.data-v-8a444854 {
margin-left: 150rpx;
}
.mt-80.data-v-8a444854 {
margin-top: 150rpx;
}
.ml-82.data-v-8a444854 {
margin-left: 153.75rpx;
}
.mt-82.data-v-8a444854 {
margin-top: 153.75rpx;
}
.ml-84.data-v-8a444854 {
margin-left: 157.5rpx;
}
.mt-84.data-v-8a444854 {
margin-top: 157.5rpx;
}
.ml-86.data-v-8a444854 {
margin-left: 161.25rpx;
}
.mt-86.data-v-8a444854 {
margin-top: 161.25rpx;
}
.ml-88.data-v-8a444854 {
margin-left: 165rpx;
}
.mt-88.data-v-8a444854 {
margin-top: 165rpx;
}
.ml-90.data-v-8a444854 {
margin-left: 168.75rpx;
}
.mt-90.data-v-8a444854 {
margin-top: 168.75rpx;
}
.ml-92.data-v-8a444854 {
margin-left: 172.5rpx;
}
.mt-92.data-v-8a444854 {
margin-top: 172.5rpx;
}
.ml-94.data-v-8a444854 {
margin-left: 176.25rpx;
}
.mt-94.data-v-8a444854 {
margin-top: 176.25rpx;
}
.ml-96.data-v-8a444854 {
margin-left: 180rpx;
}
.mt-96.data-v-8a444854 {
margin-top: 180rpx;
}
.ml-98.data-v-8a444854 {
margin-left: 183.75rpx;
}
.mt-98.data-v-8a444854 {
margin-top: 183.75rpx;
}
.ml-100.data-v-8a444854 {
margin-left: 187.5rpx;
}
.mt-100.data-v-8a444854 {
margin-top: 187.5rpx;
}
.mt-5.data-v-8a444854 {
margin-top: 9.38rpx;
}
.mt-7.data-v-8a444854 {
margin-top: 13.13rpx;
}
.ml-17.data-v-8a444854 {
margin-left: 31.88rpx;
}
.mt-11.data-v-8a444854 {
margin-top: 20.63rpx;
}
.mt-284.data-v-8a444854 {
margin-top: 532.5rpx;
}
.page.data-v-8a444854 {
background-color: #fffaf0;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
overflow: hidden;
}
.image-wrapper.data-v-8a444854 {
padding: 15rpx 0;
background-color: #a0522d;
}
.image.data-v-8a444854 {
margin-left: 16.88rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.group.data-v-8a444854 {
padding: 15rpx 15rpx 0;
}
.section.data-v-8a444854 {
padding: 15rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #818181;
border-right: solid 1.88rpx #818181;
border-top: solid 1.88rpx #818181;
border-bottom: solid 1.88rpx #818181;
}
.image_2.data-v-8a444854 {
width: 75rpx;
height: 75rpx;
}
.section_2.data-v-8a444854 {
padding: 33.75rpx 15rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #818181;
border-right: solid 1.88rpx #818181;
border-top: solid 1.88rpx #818181;
border-bottom: solid 1.88rpx #818181;
}
.image_3.data-v-8a444854 {
width: 43.13rpx;
height: 43.13rpx;
}
.font_2.data-v-8a444854 {
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 19.39rpx;
color: #818181;
}
.text_2.data-v-8a444854 {
color: #6b6e72;
line-height: 21.34rpx;
}
.text_4.data-v-8a444854 {
line-height: 20.91rpx;
}
.section_3.data-v-8a444854 {
padding: 0 15rpx 26.25rpx 22.5rpx;
background-color: #fffef8;
border-radius: 18.75rpx;
border-left: solid 1.88rpx #818181;
border-right: solid 1.88rpx #818181;
border-top: solid 1.88rpx #818181;
border-bottom: solid 1.88rpx #818181;
}
.group_2.data-v-8a444854 {
padding: 18.75rpx 0;
border-bottom: solid 1.88rpx #dfdfdf;
}
.image_4.data-v-8a444854 {
margin-bottom: 5.63rpx;
border-radius: 9.38rpx;
width: 146.25rpx;
height: 165rpx;
}
.group_3.data-v-8a444854 {
margin-top: 3.75rpx;
}
.font.data-v-8a444854 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #323232;
}
.text_3.data-v-8a444854 {
line-height: 23.77rpx;
}
.text.data-v-8a444854 {
color: #323233;
font-size: 28.13rpx;
line-height: 26.08rpx;
}
.text_5.data-v-8a444854 {
line-height: 20.79rpx;
}
.group_4.data-v-8a444854 {
width: 90.66rpx;
}
.text_6.data-v-8a444854 {
margin-left: 26.25rpx;
color: #323232;
font-size: 33.75rpx;
font-family: Open Sans;
font-weight: 600;
line-height: 24.88rpx;
}
.image_5.data-v-8a444854 {
width: 30rpx;
height: 30rpx;
}
.image_6.data-v-8a444854 {
margin-left: -90rpx;
}
.font_3.data-v-8a444854 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 19.39rpx;
color: #323232;
}
.text_7.data-v-8a444854 {
font-weight: 600;
line-height: 19.29rpx;
}
.text_8.data-v-8a444854 {
margin-right: 11.25rpx;
margin-bottom: 7.5rpx;
line-height: 18.73rpx;
}
.group_5.data-v-8a444854 {
margin-top: 26.25rpx;
}
.font_4.data-v-8a444854 {
font-size: 26.25rpx;
font-family: Open Sans;
line-height: 24.43rpx;
color: #818181;
}
.text_9.data-v-8a444854 {
line-height: 24.28rpx;
}
.group_6.data-v-8a444854 {
margin-right: 3.75rpx;
}
.group_7.data-v-8a444854 {
margin-top: 13.13rpx;
}
.text_10.data-v-8a444854 {
line-height: 24.26rpx;
}
.group_8.data-v-8a444854 {
margin-right: 3.75rpx;
}
.image_7.data-v-8a444854 {
width: 41.25rpx;
height: 30rpx;
}
.group_9.data-v-8a444854 {
margin-top: 16.88rpx;
padding: 0 3.75rpx;
}
.group_10.data-v-8a444854 {
width: 102.26rpx;
}
.image_8.data-v-8a444854 {
margin-left: 71.25rpx;
}
.text_11.data-v-8a444854 {
margin-left: -101.25rpx;
line-height: 24.09rpx;
}
.text_12.data-v-8a444854 {
color: #fb8b05;
}
.divider.data-v-8a444854 {
background-color: #dfdfdf;
height: 1.88rpx;
}
.view.data-v-8a444854 {
margin-right: 7.5rpx;
margin-top: 16.88rpx;
}
.text_13.data-v-8a444854 {
margin-top: 30rpx;
line-height: 24.21rpx;
}
.text-wrapper.data-v-8a444854 {
margin-right: 7.5rpx;
margin-top: 15rpx;
padding: 15rpx 0 11.25rpx;
background-color: #fffef8;
border-radius: 9.38rpx;
border-left: solid 1.88rpx #f0f0b5;
border-right: solid 1.88rpx #f0f0b5;
border-top: solid 1.88rpx #f0f0b5;
border-bottom: solid 1.88rpx #f0f0b5;
}
.text_14.data-v-8a444854 {
margin-left: 15rpx;
margin-right: 18.75rpx;
line-height: 26.25rpx;
}
.view_2.data-v-8a444854 {
margin-right: 7.5rpx;
margin-top: 18.75rpx;
}
.group_11.data-v-8a444854 {
margin-top: 22.5rpx;
}
.text_15.data-v-8a444854 {
line-height: 20.85rpx;
}
.group_12.data-v-8a444854 {
margin-right: 7.5rpx;
}
.font_5.data-v-8a444854 {
font-size: 22.5rpx;
font-family: Open Sans;
color: #323232;
}
.text_16.data-v-8a444854 {
line-height: 16.54rpx;
}
.text-wrapper_2.data-v-8a444854 {
background-color: #fffef8;
width: 50.63rpx;
height: 22.5rpx;
border-left: solid 0.94rpx #d1d1d1;
border-right: solid 0.94rpx #d1d1d1;
border-top: solid 0.94rpx #d1d1d1;
border-bottom: solid 0.94rpx #d1d1d1;
}
.text_17.data-v-8a444854 {
color: #323232;
font-size: 18.75rpx;
font-family: Open Sans;
line-height: 17.38rpx;
}
.group_13.data-v-8a444854 {
margin-top: 11.25rpx;
}
.text_18.data-v-8a444854 {
line-height: 20.7rpx;
}
.text_19.data-v-8a444854 {
margin-right: 161.25rpx;
line-height: 16.63rpx;
}
.section_4.data-v-8a444854 {
position: fixed;
left: 0;
right: 0;
margin: auto;
bottom: 0;
padding: 15rpx 26.25rpx;
background-color: #ffffff;
}
.image_9.data-v-8a444854 {
margin-left: 86.25rpx;
width: 33.75rpx;
height: 33.75rpx;
}
.text_21.data-v-8a444854 {
color: #fbb612;
font-size: 37.5rpx;
font-family: Open Sans;
font-weight: 700;
line-height: 27.62rpx;
}
.font_6.data-v-8a444854 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.62rpx;
}
.text_20.data-v-8a444854 {
margin-left: -172.5rpx;
color: #000000;
line-height: 27.54rpx;
}
.text_23.data-v-8a444854 {
margin-left: 78.75rpx;
color: #fbb612;
font-size: 30rpx;
font-family: Open Sans;
font-weight: 700;
line-height: 22.05rpx;
}
.text-wrapper_3.data-v-8a444854 {
padding: 22.5rpx 0;
background-color: #fbb612;
border-radius: 75rpx;
width: 204.38rpx;
height: 71.25rpx;
}
.text_22.data-v-8a444854 {
color: #ffffff;
line-height: 27.86rpx;
}