合完了

This commit is contained in:
chen-xin-zhi 2025-03-22 11:19:22 +08:00
parent 786d862308
commit 23456cdc26
3 changed files with 645 additions and 0 deletions

View File

@ -0,0 +1,99 @@
<template>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}">
<image
class="image pos"
src="https://ide.code.fun/api/image?token=67dd8f7cdefdb1001119a623&name=06dd963dd45f6b4d3acf6fa059cd0ec6.png"
/>
<view class="flex-col items-start section_2 pos_2">
<text class="font text">汉服曲裾系列</text>
<text class="mt-20 font text_2">129/</text>
</view>
<view class="section_3 pos_3"></view>
<view class="flex-col justify-start items-center section_4 pos_4">
<view class="flex-col justify-start items-center text-wrapper"><text class="text_3">立即租赁</text></view>
</view>
</view>
</template>
<script setup>
import {ref} from 'vue'
import { bookUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(bookUrl + '/myPhotoProductDetail/bkg.png')
</script>
<style scoped lang="scss">
.page {
background-color: #ffffff;
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
}
.image {
width: 100vw;
height: 106vw;
}
.pos {
position: absolute;
left: 0;
right: 0;
top: 0;
}
.section_2 {
padding: 37.5rpx 52.5rpx 45rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
box-shadow: 11.25rpx 11.25rpx 11.25rpx #00000026;
}
.pos_2 {
position: absolute;
left: 18.75rpx;
right: 18.77rpx;
top: 750rpx;
}
.font {
font-size: 45rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
color: #323232;
}
.text {
line-height: 43.76rpx;
}
.text_2 {
line-height: 33.22rpx;
}
.section_3 {
background-color: #ffffff;
border-radius: 18.75rpx;
width: 712.5rpx;
height: 913.13rpx;
}
.pos_3 {
margin: 984.38rpx 18.75rpx 200rpx;
}
.section_4 {
padding: 24.38rpx 0 16.88rpx;
background-color: #ffffff;
}
.pos_4 {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.text-wrapper {
padding: 26.25rpx 0;
background-color: #e79ea1;
border-radius: 187.5rpx;
width: 573.75rpx;
}
.text_3 {
color: #ffffff;
font-size: 30rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 28.84rpx;
}
@import url(../../../common/css/global.css);
</style>

View File

@ -0,0 +1,189 @@
<template>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}">
<view class="flex-row equal-division">
<view class="flex-col items-center group equal-division-item">
<image
class="image"
:src="bookUrl + '/myPhotoProducts/xz-gl.png'"
/>
<text class="font text mt-10">写真预约</text>
</view>
<view class="flex-col items-center group equal-division-item">
<image
class="image"
:src="bookUrl + '/myPhotoProducts/fz.png'"
/>
<text class="font text_2 mt-10">服装租赁</text>
</view>
</view>
<view class="divider pos"></view>
<view class="section_2 pos_2"></view>
<view class="flex-col pos_3">
<view
class="flex-col justify-start items-center text-wrapper_1 list-item mt-19"
v-for="(item, index) in items"
:key="index"
>
<text class="font_2 text_11">入门款</text>
</view>
</view>
<view class="flex-col group_2 pos_4">
<view class="flex-row justify-between list-item_2 mt-12" v-for="(item, index) in items_1" :key="index">
<view class="flex-row">
<image
class="image_2"
src="https://ide.code.fun/api/image?token=67dd8f7cdefdb1001119a623&name=44f1a80f5d889d8ec63f758b61082674.png"
/>
<view class="flex-col items-start ml-7">
<text class="font_2 text_9">汉服曲裾系列</text>
<text class="font_2 text_10 mt-50">129元起</text>
</view>
</view>
<view class="flex-col justify-start items-center self-start text-wrapper_2">
<text class="font_3">立即预约</text>
</view>
</view>
</view>
</view>
</template>
<script setup>
import {ref} from 'vue'
import { bookUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(bookUrl + '/myPhotoProducts/bkg.png')
const items = ref([null, null, null])
const items_1 = ref([null, null, null])
</script>
<style scoped lang="scss">
.mt-19 {
margin-top: 35.63rpx;
}
.ml-7 {
margin-left: 13.13rpx;
}
.page {
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
}
.equal-division {
position: absolute;
left: 23.38rpx;
right: 25.37rpx;
top: 18.13rpx;
}
.group {
flex: 1 1 350.63rpx;
}
.equal-division-item {
padding: 7.31rpx 0 9.99rpx;
}
.image {
width: 176.01rpx;
height: 176.01rpx;
}
.font {
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 32.83rpx;
}
.text {
color: #c35c5d;
}
.text_2 {
color: #323232;
line-height: 32.44rpx;
}
.divider {
background-color: #818181;
height: 1.88rpx;
}
.pos {
position: absolute;
left: 31.88rpx;
right: 31.88rpx;
top: 280.31rpx;
}
.section_2 {
background-color: #ffffff96;
border-radius: 18.75rpx 18.75rpx 0rpx 0rpx;
width: 159.38rpx;
height: 1198.13rpx;
}
.pos_2 {
position: absolute;
left: 0;
top: 309.38rpx;
}
.pos_3 {
position: absolute;
left: 0;
top: 309.38rpx;
}
.text-wrapper_1 {
padding: 60.38rpx 0 60.11rpx;
background-color: #faddde;
border-radius: 18.75rpx;
width: 159.38rpx;
}
.list-item:first-child {
margin-top: 0;
}
.font_2 {
font-size: 26.25rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 25.16rpx;
color: #323232;
}
.text_11 {
line-height: 24rpx;
}
.group_2 {
width: 555rpx;
}
.pos_4 {
position: absolute;
right: 16.88rpx;
top: 309.38rpx;
}
.list-item_2 {
padding: 13.13rpx 16.88rpx 12.58rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
}
.list-item_2:first-child {
margin-top: 0;
}
.image_2 {
margin-bottom: 2.42rpx;
border-radius: 9.38rpx;
width: 120rpx;
height: 142.5rpx;
}
.text_9 {
line-height: 25.54rpx;
}
.text_10 {
font-size: 28.13rpx;
}
.text-wrapper_2 {
margin-right: 5.61rpx;
margin-top: 69.38rpx;
padding: 14.93rpx 0 16.69rpx;
background-color: #ffb6b9;
border-radius: 28.13rpx;
width: 108.75rpx;
height: 48.75rpx;
}
.font_3 {
font-size: 18.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 17.14rpx;
color: #ffffff;
}
@import url(../../../common/css/global.css);
</style>

View File

@ -0,0 +1,357 @@
<template>
<view class="flex-col justify-start relative page" :style="{ backgroundImage: 'url(' + bkgUrl + ')'}">
<view class="flex-row items-center section_2 pos">
<image
class="image"
:src="bookUrl + '/myPhotoProductsOrder/dzf.png'"
/>
<view class="flex-col items-start flex-1 ml-6">
<text class="font text">等待买家付款</text>
<text class="text_2 mt-3">请于13分51秒内付款超时订单将自动关闭</text>
</view>
</view>
<view class="flex-row items-center section_3 pos_2">
<image
class="image_2"
:src="bookUrl + '/myPhotoProductsOrder/lxr.png'"
/>
<text class="font_2 text_3 ml-9">张三 15888610253</text>
</view>
<view class="flex-row section_4 pos_3">
<view class="flex-row items-center group pos_13">
<image
class="image_3"
src="https://ide.code.fun/api/image?token=67dd57af4ae84d00122a84d1&name=0c34cbad13bda42b94fffa906d29960d.png"
/>
<view class="flex-col items-start flex-1 ml-12">
<text class="font_3 text_4">汉服曲裾系列</text>
<text class="font_3 text_5 mt-59">138.00</text>
</view>
</view>
<view class="flex-col section_5 pos_1">
<text class="self-start font text_6">预约门店哈尔滨师范大学</text>
<view class="flex-row justify-between self-stretch mt-8">
<view class="flex-col items-start">
<text class="font text_7">到店时间2025-03-10 16:00</text>
<text class="font mt-9">附加服务妆造</text>
</view>
<view class="flex-col items-center group_2">
<image
class="image_4"
:src="bookUrl + '/myPhotoProductsOrder/nav.png'"
/>
<text class="text_8 mt-3">导航</text>
</view>
</view>
<text class="self-start font text_9 mt-8">拍摄场地室外</text>
</view>
<view class="flex-row justify-end items-center group_3 pos_6">
<text class="font_3 text_10">实付款</text>
<text class="text_11">138.00</text>
</view>
<view class="flex-row justify-between items-baseline view pos_7">
<text class="font_2 text_12">创建时间</text>
<text class="font_4 text_13">2024-10-05 09:58:41</text>
</view>
<text class="font_2 text_14 pos_8">订单编号</text>
<view class="flex-row items-center pos_9">
<text class="font_4 text_15">E20241005095840091406189</text>
<view class="flex-col justify-start items-center shrink-0 text-wrapper ml-4">
<text class="text_16">复制</text>
</view>
</view>
<text class="font_3 text_17 pos_11">在线客服</text>
<image
class="image_4 pos_4"
:src="bookUrl + '/myPhotoProductsOrder/lxkf.png'"
/>
</view>
<view class="flex-row justify-between items-center section_6 pos_5">
<view class="flex-row">
<text class="font text_18">应付款</text>
<text class="text_19">138.00</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_2"><text class="font text_20">去支付</text></view>
</view>
</view>
</template>
<script setup>
import {ref} from 'vue'
import { bookUrl } from '../../../common/globalImagesUrl';
const bkgUrl = ref(bookUrl + '/myPhotoProductsOrderDetail/bkg.png')
</script>
<style scoped lang="scss">
.ml-9 {
margin-left: 16.88rpx;
}
.mt-59 {
margin-top: 110.63rpx;
}
.mt-9 {
margin-top: 16.88rpx;
}
.mt-3 {
margin-top: 5.63rpx;
}
.page {
background-color: #ffffff;
overflow: hidden;
background-size: 100% 100%;
background-repeat: no-repeat;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100vh;
}
.section_2 {
padding: 16.88rpx 20.63rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
}
.pos {
position: absolute;
left: 22.5rpx;
right: 24.38rpx;
top: 31.88rpx;
}
.image {
width: 75rpx;
height: 75rpx;
}
.font {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.92rpx;
color: #000000;
}
.text {
color: #323233;
line-height: 27.58rpx;
}
.text_2 {
color: #6b6e72;
font-size: 24.38rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 24rpx;
}
.section_3 {
padding: 24.38rpx 33.75rpx 26.25rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
}
.pos_2 {
position: absolute;
left: 22.5rpx;
right: 24.38rpx;
top: 165rpx;
}
.image_2 {
width: 46.88rpx;
height: 46.88rpx;
}
.font_2 {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.92rpx;
color: #818181;
}
.text_3 {
font-size: 30rpx;
line-height: 25.89rpx;
}
.section_4 {
padding: 0 11.25rpx 31.88rpx 16.88rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
height: 703.13rpx;
}
.pos_3 {
position: absolute;
left: 22.5rpx;
right: 24.38rpx;
top: 285rpx;
}
.group {
padding: 30rpx 15rpx 24.38rpx;
}
.pos_13 {
position: absolute;
left: 16.88rpx;
right: 11.27rpx;
top: 0;
}
.image_3 {
border-radius: 9.38rpx;
width: 148.13rpx;
height: 165rpx;
}
.font_3 {
font-size: 28.13rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 26.92rpx;
color: #323232;
}
.text_4 {
font-size: 30rpx;
line-height: 29.18rpx;
}
.text_5 {
margin-left: 9.73rpx;
font-size: 30rpx;
line-height: 20.04rpx;
}
.section_5 {
padding: 17.85rpx 19.95rpx 21.53rpx 19.97rpx;
background-color: #f4f4f4;
border-radius: 9.38rpx;
}
.pos_1 {
position: absolute;
left: 30rpx;
right: 30rpx;
top: 219.38rpx;
}
.text_6 {
line-height: 27.13rpx;
}
.text_7 {
line-height: 26.25rpx;
}
.group_2 {
margin-right: 7.44rpx;
}
.image_4 {
width: 45rpx;
height: 45rpx;
}
.text_8 {
color: #000000;
font-size: 22.5rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 21.09rpx;
}
.text_9 {
line-height: 25.93rpx;
}
.group_3 {
padding: 25.58rpx 0 23.66rpx;
border-bottom: solid 2.81rpx #dbdbdb;
}
.pos_6 {
position: absolute;
left: 16.88rpx;
right: 11.27rpx;
top: 414.38rpx;
}
.text_10 {
line-height: 26.7rpx;
}
.text_11 {
color: #c35c5d;
font-size: 33.75rpx;
font-family: FZSongKeBenXiuKaiS-R-GB;
line-height: 22.54rpx;
}
.view {
padding-left: 15.22rpx;
padding-right: 13.73rpx;
}
.pos_7 {
position: absolute;
left: 16.88rpx;
right: 11.27rpx;
top: 526.2rpx;
}
.text_12 {
line-height: 26.47rpx;
}
.font_4 {
font-size: 28.13rpx;
font-family: Open Sans;
line-height: 20.83rpx;
color: #323232;
}
.text_13 {
font-size: 26.25rpx;
line-height: 19.41rpx;
}
.text_14 {
line-height: 27.69rpx;
}
.pos_8 {
position: absolute;
left: 33.41rpx;
bottom: 104.79rpx;
}
.pos_9 {
position: absolute;
right: 33.77rpx;
top: 570rpx;
}
.text_15 {
font-size: 26.25rpx;
line-height: 19.29rpx;
}
.text-wrapper {
padding: 3.43rpx 0 3.86rpx;
background-color: #ffffff;
width: 65.63rpx;
height: 30rpx;
border: solid 0.94rpx #d1d1d1;
}
.text_16 {
color: #323232;
font-size: 22.5rpx;
font-family: Open Sans;
line-height: 20.83rpx;
}
.text_17 {
font-size: 30rpx;
line-height: 28.48rpx;
}
.pos_11 {
position: absolute;
right: 269.76rpx;
bottom: 31.88rpx;
}
.pos_4 {
position: absolute;
left: 266.25rpx;
bottom: 22.5rpx;
}
.section_6 {
padding: 16.88rpx 15rpx 15rpx 21.56rpx;
background-color: #ffffff;
}
.pos_5 {
position: absolute;
left: 0;
right: 0;
top: 1515rpx;
}
.text_18 {
font-size: 30rpx;
line-height: 27.43rpx;
}
.text_19 {
color: #c35c5d;
font-size: 33.75rpx;
font-family: Open Sans;
line-height: 24.96rpx;
}
.text-wrapper_2 {
padding: 20.63rpx 0 22.86rpx;
background-color: #e79ea1;
border-radius: 75rpx;
width: 204.38rpx;
height: 71.25rpx;
}
.text_20 {
color: #ffffff;
font-size: 30rpx;
line-height: 27.77rpx;
}
@import url(../../../common/css/global.css);
</style>