This commit is contained in:
yuanteng0011 2024-12-02 10:25:04 +08:00
parent 0b35b8492b
commit 99d45bd090
12 changed files with 1098 additions and 30 deletions

View File

@ -161,8 +161,7 @@ const getProductCart = async ()=>{
method: 'POST',
header: {
'cookie': wx.getStorageSync('cookie')
},
data: { id: userInfo.id }
}
})
// console.log(res.data);
if(res.data.code === 1) {
@ -171,6 +170,7 @@ const getProductCart = async ()=>{
item.checked = false
})
}
console.log('res--->',res);
console.log('products-->',products.value);
}
const getServiceCart =()=>{

View File

@ -6,7 +6,7 @@
<text class="self-start font text text_2">热门精品</text>
<view class="flex-col justify-start items-end self-stretch relative mt-16">
<view class="flex-row items-center section_3">
<text class="font_2 text_4">非遗工坊</text>
<text class="font_2 text_4" @click="jump_feiyi" >非遗工坊</text>
<image
class="shrink-0 image_2 ml-13"
:src="shizi"
@ -153,6 +153,11 @@ onShow(() => {
uni.removeStorageSync('businessId')
getMyUser()
})
const jump_feiyi =()=>{
uni.navigateTo({
url: '/pages/service/productDetail/productDetail'
})
}
const getMyUser = async () =>{
const res = await uni.request({
url: baseUrl + '/user/get/login',

View File

@ -10,7 +10,7 @@
</view>
<view class="flex-col section_4">
<view class="flex-row justify-between self-stretch group">
<view class="font_2" :class="{ active: orderStatus === '全部', selected: isSelected('全') }"
<view class="font_2" :class="{ active: orderStatus === '全部', selected: isSelected('全') }"
@click="changeTab('全部')">
全部
</view>

View File

@ -155,10 +155,10 @@
</view>
</view>
<uni-popup ref="popup" background-color="#fff" @change="change">
<view class="popup-content">
<addressComponentVue></addressComponentVue>
</view>
</uni-popup>
<view class="popup-content">
<addressComponentVue></addressComponentVue>
</view>
</uni-popup>
</template>
<script setup>

View File

@ -1,6 +1,94 @@
<template>
<view class="">
<view class="flex-col page">
<view class="flex-col">
<view class="flex-row justify-between group">
<view class="flex-row items-end">
<view class="flex-col justify-start items-end image-wrapper">
<image
class="image"
src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=764c28fa933e84fab043d3accbf2bbec.png"
/>
</view>
<view class="flex-col group_2 ml-14">
<view class="self-start group_3">
<text class="text"></text>
<text class="text_2">99</text>
</view>
<view class="flex-row self-stretch group_4">
<text class="font">请选择</text>
<text class="font ml-9">场次</text>
</view>
<text class="self-start font text_1">数量20</text>
</view>
</view>
<image
class="self-start image_2"
src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=037e673ff4e043469617699bd3d80b2f.png"
/>
</view>
<view class="flex-col justify-start items-start text-wrapper">
<text class="font_2 text_3">参加日期2024年11月</text>
</view>
<view class="divider"></view>
</view>
<view class="flex-col group_5">
<view class="flex-col group_6">
<image
class="shrink-0 self-start image_3 image_4"
src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=958476853f8c341f67f1eb6053f9a005.png"
/>
<view class="flex-row self-center relative grid">
<view class="flex-col justify-start grid-item pos_1">
<view class="section"></view>
<text class="font_3 pos">11月12日</text>
</view>
<view class="flex-col justify-start grid-item_2 pos_9">
<view class="section"></view>
<text class="font_3 pos_2">11月13日</text>
</view>
<view class="flex-col justify-start items-center grid-item_3 pos_6">
<text class="font_3">11月14日</text>
<image
class="image_5 pos_3"
src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png"
/>
</view>
<view class="flex-col justify-start grid-item_2 pos_7">
<view class="section"></view>
<text class="font_3 text_4 pos_4">11月15日</text>
</view>
</view>
<image
class="shrink-0 self-start image_3 image_6"
src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=5482bec71b24de224668a897bd56ce5c.png"
/>
</view>
<view class="flex-col mt-20">
<view class="flex-col justify-start items-start text-wrapper_2"><text class="font_2 text_5">场次</text></view>
<view class="flex-col group_7">
<view class="flex-row group_8">
<view class="flex-col justify-start items-center text-wrapper_3">
<text class="font_4 text_6">上午场09:30-12:00</text>
</view>
<view class="flex-col justify-start items-center text-wrapper_4 ml-37">
<text class="font_4 text_7">下午场13:00-16:00</text>
</view>
</view>
<view class="flex-col justify-start items-start group_9 mt-24">
<view class="flex-col items-start section_2">
<text class="font_2 text_9">购买须知本次课程活动最少需要到</text>
<text class="font_2">达5人才能进行授课</text>
</view>
</view>
</view>
</view>
</view>
<view class="flex-col justify-start items-center section_3">
<view class="flex-row section_4">
<text class="font_5 text_8"></text>
<text class="font_5 ml-18"></text>
</view>
</view>
</view>
</template>
@ -10,5 +98,288 @@
</script>
<style lang="scss" scoped>
.ml-9 {
margin-left: 16.88rpx;
}
.ml-37 {
margin-left: 69.38rpx;
}
.page {
padding-bottom: 26.25rpx;
background-color: #fffef8;
border-radius: 37.5rpx 37.5rpx 0rpx 0rpx;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.group {
padding: 28.13rpx 30rpx 3.75rpx;
}
.image-wrapper {
padding-bottom: 166.88rpx;
border-radius: 5.63rpx;
background-image: url('https://ide.code.fun/api/image?token=673992edc471750012df23be&name=f41b64b57071affd8eecfaa15a455af2.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 195rpx;
height: 204.38rpx;
}
.image {
border-radius: 5.63rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.group_2 {
margin-bottom: 5.31rpx;
}
.group_3 {
margin-left: 12.15rpx;
line-height: 31.03rpx;
}
.text {
color: #c35c5d;
font-size: 37.5rpx;
font-family: Times New Roman;
font-weight: 700;
line-height: 27.68rpx;
}
.text_2 {
color: #c35c5d;
font-size: 45rpx;
font-family: Times New Roman;
font-weight: 700;
line-height: 31.03rpx;
}
.group_4 {
margin-top: 19.88rpx;
}
.font {
font-size: 26.25rpx;
font-family: STXingkai;
line-height: 31.88rpx;
color: #818181;
}
.text_1 {
margin-left: 2.1rpx;
}
.image_2 {
margin-right: 20.63rpx;
margin-top: 5.63rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.text-wrapper {
padding: 33.6rpx 0 26.89rpx;
background-color: #fffef8;
border-radius: 28.13rpx;
}
.font_2 {
font-size: 37.5rpx;
font-family: 'YuHongLiang';
line-height: 45rpx;
color: #000000;
}
.text_3 {
margin-left: 26.46rpx;
line-height: 37.01rpx;
}
.divider {
margin: 9.38rpx 26.27rpx 0 20.63rpx;
background-color: #d9d9d9;
height: 1.88rpx;
}
.group_5 {
margin-top: 69.38rpx;
overflow-x: hidden;
}
.group_6 {
overflow-x: hidden;
height: 388.13rpx;
}
.image_3 {
width: 155.63rpx;
height: 120rpx;
}
.image_4 {
margin-left: -13.13rpx;
}
.grid {
margin-top: -28.13rpx;
width: 605.63rpx;
height: 228.75rpx;
}
.grid-item {
background-color: #fbdedf;
border-radius: 18.75rpx;
background-image: url('https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 253.13rpx;
}
.pos_1 {
position: absolute;
left: 3.75rpx;
top: 0;
}
.section {
background-image: url('https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png');
background-size: 100% 100%;
background-repeat: no-repeat;
height: 90rpx;
}
.font_3 {
font-size: 30rpx;
font-family: 'YuHongLiang';
line-height: 22.29rpx;
color: #000000;
}
.pos {
position: absolute;
left: 57.99rpx;
top: 50%;
transform: translateY(-50%);
}
.grid-item_2 {
background-color: #ffffff;
border-radius: 18.75rpx;
background-image: url('https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 253.13rpx;
}
.pos_9 {
position: absolute;
right: 0;
top: 0;
}
.pos_2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.grid-item_3 {
padding: 40.78rpx 0 26.92rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
width: 253.13rpx;
}
.pos_6 {
position: absolute;
left: 0;
top: 138.75rpx;
}
.image_5 {
width: 255rpx;
height: 90rpx;
}
.pos_3 {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.pos_7 {
position: absolute;
right: 0;
top: 138.75rpx;
}
.text_4 {
line-height: 22.65rpx;
}
.pos_4 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.image_6 {
margin-left: 603.77rpx;
margin-top: -52.5rpx;
}
.text-wrapper_2 {
padding: 29.33rpx 0 39.94rpx;
background-color: #fffef8;
border-radius: 28.13rpx;
}
.text_5 {
margin-left: 67.16rpx;
line-height: 28.24rpx;
}
.group_7 {
padding-left: 30rpx;
padding-right: 15rpx;
}
.group_8 {
padding: 46.88rpx 5.63rpx 43.13rpx;
border-top: solid 1.88rpx #d9d9d9;
}
.text-wrapper_3 {
padding: 17.66rpx 0 17.79rpx;
flex: 1 1 301.88rpx;
background-color: #f3f3f3;
border-radius: 5.63rpx;
height: 60rpx;
}
.font_4 {
font-size: 26.25rpx;
font-family: STXingkai;
line-height: 24.54rpx;
}
.text_6 {
color: #323233;
}
.text-wrapper_4 {
margin-right: 20.63rpx;
padding: 17.66rpx 0 17.79rpx;
flex: 1 1 301.88rpx;
background-color: #fbdedf;
border-radius: 5.63rpx;
height: 60rpx;
}
.text_7 {
color: #c35c5d;
}
.group_9 {
padding-top: 43.13rpx;
height: 234.38rpx;
border-top: solid 1.88rpx #d9d9d9;
}
.section_2 {
margin-left: 24.38rpx;
padding: 35.33rpx 0 68.63rpx 13.73rpx;
background-color: #fff2f2f5;
border-radius: 18.75rpx;
}
.text_9 {
margin-left: 3.64rpx;
}
.section_3 {
margin-left: 15rpx;
margin-top: 189.38rpx;
padding: 16.88rpx 0;
background-color: #fffef8;
}
.section_4 {
padding: 27.3rpx 0 23.79rpx;
background-color: #fbdedf;
border-radius: 46.88rpx;
width: 618.75rpx;
}
.font_5 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.54rpx;
color: #c35c5d;
}
.text_8 {
margin-left: 263.59rpx;
}
@import url(/common/css/global.css);
@font-face {
font-family: 'YuHongLiang';
src: url('https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/%E4%BA%8E%E6%B4%AA%E4%BA%AE%E7%A1%AC%E7%AC%94%E8%A1%8C%E6%A5%B7%E6%89%8B%E5%86%99%E5%AD%97%E4%BD%93.TTF') format('truetype');
}
</style>

View File

@ -9,7 +9,7 @@ const _sfc_main = {
const allCheck = common_vendor.ref(false);
const checkedData = common_vendor.ref([]);
const totalPrice = common_vendor.ref(0);
const userInfo = common_vendor.wx$1.getStorageSync("userInfo");
common_vendor.wx$1.getStorageSync("userInfo");
common_vendor.onMounted(() => {
});
common_vendor.onShow(() => {
@ -21,8 +21,7 @@ const _sfc_main = {
method: "POST",
header: {
"cookie": common_vendor.wx$1.getStorageSync("cookie")
},
data: { id: userInfo.id }
}
});
if (res.data.code === 1) {
products.value = res.data.data;
@ -30,6 +29,7 @@ const _sfc_main = {
item.checked = false;
});
}
console.log("res--->", res);
console.log("products-->", products.value);
};
const changeType = async (num) => {

View File

@ -11,6 +11,11 @@ const _sfc_main = {
common_vendor.index.removeStorageSync("businessId");
getMyUser();
});
const jump_feiyi = () => {
common_vendor.index.navigateTo({
url: "/pages/service/productDetail/productDetail"
});
};
const getMyUser = async () => {
const res = await common_vendor.index.request({
url: api_request.baseUrl + "/user/get/login",
@ -47,25 +52,26 @@ const _sfc_main = {
a: index
};
}),
b: common_vendor.unref(common_assets.shizi),
c: common_vendor.unref(common_assets.rili),
d: common_vendor.o(jump_xiezhen),
e: common_vendor.unref(common_assets.you),
f: common_vendor.unref(common_assets.product),
g: common_vendor.o(jump_product),
h: common_vendor.unref(common_assets.product),
b: common_vendor.o(jump_feiyi),
c: common_vendor.unref(common_assets.shizi),
d: common_vendor.unref(common_assets.rili),
e: common_vendor.o(jump_xiezhen),
f: common_vendor.unref(common_assets.you),
g: common_vendor.unref(common_assets.product),
h: common_vendor.o(jump_product),
i: common_vendor.unref(common_assets.product),
j: common_vendor.unref(common_assets.you),
k: common_vendor.unref(common_assets.product),
j: common_vendor.unref(common_assets.product),
k: common_vendor.unref(common_assets.you),
l: common_vendor.unref(common_assets.product),
m: common_vendor.unref(common_assets.product),
n: common_vendor.unref(common_assets.you),
o: common_vendor.f(items_1.value, (item, index, i0) => {
n: common_vendor.unref(common_assets.product),
o: common_vendor.unref(common_assets.you),
p: common_vendor.f(items_1.value, (item, index, i0) => {
return {
a: index
};
}),
p: common_vendor.unref(common_assets.xuanchuan)
q: common_vendor.unref(common_assets.xuanchuan)
};
};
}

View File

@ -1 +1 @@
<view class="flex-col page data-v-07e72d3c"><swiper class="data-v-07e72d3c"><swiper-item wx:for="{{a}}" wx:for-item="item" wx:key="a" class="data-v-07e72d3c"></swiper-item></swiper><view class="flex-col section data-v-07e72d3c"><view class="flex-col data-v-07e72d3c"><text class="self-start font text text_2 data-v-07e72d3c">热门精品</text><view class="flex-col justify-start items-end self-stretch relative mt-16 data-v-07e72d3c"><view class="flex-row items-center section_3 data-v-07e72d3c"><text class="font_2 text_4 data-v-07e72d3c">非遗工坊</text><image class="shrink-0 image_2 ml-13 data-v-07e72d3c" src="{{b}}"/></view><view class="flex-row items-center section_2 pos data-v-07e72d3c" bindtap="{{d}}"><image class="image_2 data-v-07e72d3c" src="{{c}}"/><text class="font_2 text_3 ml-9 data-v-07e72d3c">写真预约</text></view></view></view><view class="flex-col group mt-24 data-v-07e72d3c"><view class="flex-row justify-between group_2 data-v-07e72d3c"><text class="self-center font_3 text text_5 data-v-07e72d3c">推荐商品</text><view class="flex-row self-start group_3 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{e}}"/></view></view><view class="flex-row equal-division data-v-07e72d3c"><view class="flex-col section_4 equal-division-item data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c" bindtap="{{g}}"><image class="image_4 data-v-07e72d3c" src="{{f}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{h}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{i}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view></view><view class="flex-row justify-between group_2 view data-v-07e72d3c"><text class="self-center font_3 text text_8 data-v-07e72d3c">推荐服务</text><view class="flex-row self-start group_3 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{j}}"/></view></view><view class="flex-row equal-division_2 data-v-07e72d3c"><view class="flex-col section_4 equal-division-item data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{k}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{l}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{m}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view></view><view class="flex-row justify-between items-end group_4 data-v-07e72d3c"><text class="font text text_9 data-v-07e72d3c">活动资讯</text><view class="flex-row group_5 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{n}}"/></view></view></view><view class="flex-col list mt-24 data-v-07e72d3c"><view wx:for="{{o}}" wx:for-item="item" wx:key="a" class="flex-row items-center list-item data-v-07e72d3c"><view class="flex-col items-start flex-1 data-v-07e72d3c"><text class="font_5 text_13 data-v-07e72d3c">“五色五育”研学——端午香囊篇</text><text class="font_7 text_11 mt-13 data-v-07e72d3c">为进一步深入贯彻落实习近平总书记...</text><text class="font_8 text_15 mt-13 data-v-07e72d3c">2024-08-04</text></view><image class="shrink-0 image_5 ml-21 data-v-07e72d3c" src="{{p}}"/></view></view></view></view>
<view class="flex-col page data-v-07e72d3c"><swiper class="data-v-07e72d3c"><swiper-item wx:for="{{a}}" wx:for-item="item" wx:key="a" class="data-v-07e72d3c"></swiper-item></swiper><view class="flex-col section data-v-07e72d3c"><view class="flex-col data-v-07e72d3c"><text class="self-start font text text_2 data-v-07e72d3c">热门精品</text><view class="flex-col justify-start items-end self-stretch relative mt-16 data-v-07e72d3c"><view class="flex-row items-center section_3 data-v-07e72d3c"><text class="font_2 text_4 data-v-07e72d3c" bindtap="{{b}}">非遗工坊</text><image class="shrink-0 image_2 ml-13 data-v-07e72d3c" src="{{c}}"/></view><view class="flex-row items-center section_2 pos data-v-07e72d3c" bindtap="{{e}}"><image class="image_2 data-v-07e72d3c" src="{{d}}"/><text class="font_2 text_3 ml-9 data-v-07e72d3c">写真预约</text></view></view></view><view class="flex-col group mt-24 data-v-07e72d3c"><view class="flex-row justify-between group_2 data-v-07e72d3c"><text class="self-center font_3 text text_5 data-v-07e72d3c">推荐商品</text><view class="flex-row self-start group_3 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{f}}"/></view></view><view class="flex-row equal-division data-v-07e72d3c"><view class="flex-col section_4 equal-division-item data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c" bindtap="{{h}}"><image class="image_4 data-v-07e72d3c" src="{{g}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{i}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{j}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view></view><view class="flex-row justify-between group_2 view data-v-07e72d3c"><text class="self-center font_3 text text_8 data-v-07e72d3c">推荐服务</text><view class="flex-row self-start group_3 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{k}}"/></view></view><view class="flex-row equal-division_2 data-v-07e72d3c"><view class="flex-col section_4 equal-division-item data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{l}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{m}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view><view class="flex-col section_4 equal-division-item ml-9 data-v-07e72d3c"><view class="flex-col items-start self-stretch data-v-07e72d3c"><image class="image_4 data-v-07e72d3c" src="{{n}}"/><text class="font_5 text_6 mt-2 data-v-07e72d3c">琉璃发体验包</text></view><text class="self-start font_6 text_7 mt-7 data-v-07e72d3c">¥750</text></view></view><view class="flex-row justify-between items-end group_4 data-v-07e72d3c"><text class="font text text_9 data-v-07e72d3c">活动资讯</text><view class="flex-row group_5 data-v-07e72d3c"><text class="font_4 data-v-07e72d3c">更多</text><image class="shrink-0 image_3 data-v-07e72d3c" src="{{o}}"/></view></view></view><view class="flex-col list mt-24 data-v-07e72d3c"><view wx:for="{{p}}" wx:for-item="item" wx:key="a" class="flex-row items-center list-item data-v-07e72d3c"><view class="flex-col items-start flex-1 data-v-07e72d3c"><text class="font_5 text_13 data-v-07e72d3c">“五色五育”研学——端午香囊篇</text><text class="font_7 text_11 mt-13 data-v-07e72d3c">为进一步深入贯彻落实习近平总书记...</text><text class="font_8 text_15 mt-13 data-v-07e72d3c">2024-08-04</text></view><image class="shrink-0 image_5 ml-21 data-v-07e72d3c" src="{{q}}"/></view></view></view></view>

View File

@ -66,7 +66,7 @@ const _sfc_main = {
return (_ctx, _cache) => {
return {
a: "",
b: isSelected("全") ? 1 : "",
b: isSelected("全") ? 1 : "",
c: common_vendor.o(($event) => changeTab("全部")),
d: "",
e: isSelected("待支付") ? 1 : "",

View File

@ -4,5 +4,5 @@ const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-4d02f7b2"]]);
wx.createPage(MiniProgramPage);

View File

@ -1 +1 @@
<view class=""></view>
<view class="flex-col page data-v-4d02f7b2"><view class="flex-col data-v-4d02f7b2"><view class="flex-row justify-between group data-v-4d02f7b2"><view class="flex-row items-end data-v-4d02f7b2"><view class="flex-col justify-start items-end image-wrapper data-v-4d02f7b2"><image class="image data-v-4d02f7b2" src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=764c28fa933e84fab043d3accbf2bbec.png"/></view><view class="flex-col group_2 ml-14 data-v-4d02f7b2"><view class="self-start group_3 data-v-4d02f7b2"><text class="text data-v-4d02f7b2">¥</text><text class="text_2 data-v-4d02f7b2">99</text></view><view class="flex-row self-stretch group_4 data-v-4d02f7b2"><text class="font data-v-4d02f7b2">请选择</text><text class="font ml-9 data-v-4d02f7b2">场次</text></view><text class="self-start font text_1 data-v-4d02f7b2">数量20</text></view></view><image class="self-start image_2 data-v-4d02f7b2" src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=037e673ff4e043469617699bd3d80b2f.png"/></view><view class="flex-col justify-start items-start text-wrapper data-v-4d02f7b2"><text class="font_2 text_3 data-v-4d02f7b2">参加日期2024年11月</text></view><view class="divider data-v-4d02f7b2"></view></view><view class="flex-col group_5 data-v-4d02f7b2"><view class="flex-col group_6 data-v-4d02f7b2"><image class="shrink-0 self-start image_3 image_4 data-v-4d02f7b2" src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=958476853f8c341f67f1eb6053f9a005.png"/><view class="flex-row self-center relative grid data-v-4d02f7b2"><view class="flex-col justify-start grid-item pos_1 data-v-4d02f7b2"><view class="section data-v-4d02f7b2"></view><text class="font_3 pos data-v-4d02f7b2">11月12日</text></view><view class="flex-col justify-start grid-item_2 pos_9 data-v-4d02f7b2"><view class="section data-v-4d02f7b2"></view><text class="font_3 pos_2 data-v-4d02f7b2">11月13日</text></view><view class="flex-col justify-start items-center grid-item_3 pos_6 data-v-4d02f7b2"><text class="font_3 data-v-4d02f7b2">11月14日</text><image class="image_5 pos_3 data-v-4d02f7b2" src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png"/></view><view class="flex-col justify-start grid-item_2 pos_7 data-v-4d02f7b2"><view class="section data-v-4d02f7b2"></view><text class="font_3 text_4 pos_4 data-v-4d02f7b2">11月15日</text></view></view><image class="shrink-0 self-start image_3 image_6 data-v-4d02f7b2" src="https://ide.code.fun/api/image?token=673992edc471750012df23be&name=5482bec71b24de224668a897bd56ce5c.png"/></view><view class="flex-col mt-20 data-v-4d02f7b2"><view class="flex-col justify-start items-start text-wrapper_2 data-v-4d02f7b2"><text class="font_2 text_5 data-v-4d02f7b2">场次</text></view><view class="flex-col group_7 data-v-4d02f7b2"><view class="flex-row group_8 data-v-4d02f7b2"><view class="flex-col justify-start items-center text-wrapper_3 data-v-4d02f7b2"><text class="font_4 text_6 data-v-4d02f7b2">上午场09:30-12:00</text></view><view class="flex-col justify-start items-center text-wrapper_4 ml-37 data-v-4d02f7b2"><text class="font_4 text_7 data-v-4d02f7b2">下午场13:00-16:00</text></view></view><view class="flex-col justify-start items-start group_9 mt-24 data-v-4d02f7b2"><view class="flex-col items-start section_2 data-v-4d02f7b2"><text class="font_2 text_9 data-v-4d02f7b2">购买须知:本次课程活动最少需要到</text><text class="font_2 data-v-4d02f7b2">达5人才能进行授课</text></view></view></view></view></view><view class="flex-col justify-start items-center section_3 data-v-4d02f7b2"><view class="flex-row section_4 data-v-4d02f7b2"><text class="font_5 text_8 data-v-4d02f7b2">购</text><text class="font_5 ml-18 data-v-4d02f7b2">买</text></view></view></view>

View File

@ -0,0 +1,686 @@
/* 水平间距 */
/* 水平间距 */
/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示 **
************************************************************/
html.data-v-4d02f7b2 {
font-size: 16px;
}
body.data-v-4d02f7b2 {
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-4d02f7b2,
image.data-v-4d02f7b2,
text.data-v-4d02f7b2 {
box-sizing: border-box;
flex-shrink: 0;
}
#app.data-v-4d02f7b2 {
width: 100vw;
height: 100vh;
}
.flex-row.data-v-4d02f7b2 {
display: flex;
flex-direction: row;
}
.flex-col.data-v-4d02f7b2 {
display: flex;
flex-direction: column;
}
.justify-start.data-v-4d02f7b2 {
justify-content: flex-start;
}
.justify-end.data-v-4d02f7b2 {
justify-content: flex-end;
}
.justify-center.data-v-4d02f7b2 {
justify-content: center;
}
.justify-between.data-v-4d02f7b2 {
justify-content: space-between;
}
.justify-around.data-v-4d02f7b2 {
justify-content: space-around;
}
.justify-evenly.data-v-4d02f7b2 {
justify-content: space-evenly;
}
.items-start.data-v-4d02f7b2 {
align-items: flex-start;
}
.items-end.data-v-4d02f7b2 {
align-items: flex-end;
}
.items-center.data-v-4d02f7b2 {
align-items: center;
}
.items-baseline.data-v-4d02f7b2 {
align-items: baseline;
}
.items-stretch.data-v-4d02f7b2 {
align-items: stretch;
}
.self-start.data-v-4d02f7b2 {
align-self: flex-start;
}
.self-end.data-v-4d02f7b2 {
align-self: flex-end;
}
.self-center.data-v-4d02f7b2 {
align-self: center;
}
.self-baseline.data-v-4d02f7b2 {
align-self: baseline;
}
.self-stretch.data-v-4d02f7b2 {
align-self: stretch;
}
.flex-1.data-v-4d02f7b2 {
flex: 1 1 0%;
}
.flex-auto.data-v-4d02f7b2 {
flex: 1 1 auto;
}
.grow.data-v-4d02f7b2 {
flex-grow: 1;
}
.grow-0.data-v-4d02f7b2 {
flex-grow: 0;
}
.shrink.data-v-4d02f7b2 {
flex-shrink: 1;
}
.shrink-0.data-v-4d02f7b2 {
flex-shrink: 0;
}
.relative.data-v-4d02f7b2 {
position: relative;
}
.ml-2.data-v-4d02f7b2 {
margin-left: 3.75rpx;
}
.mt-2.data-v-4d02f7b2 {
margin-top: 3.75rpx;
}
.ml-4.data-v-4d02f7b2 {
margin-left: 7.5rpx;
}
.mt-4.data-v-4d02f7b2 {
margin-top: 7.5rpx;
}
.ml-6.data-v-4d02f7b2 {
margin-left: 11.25rpx;
}
.mt-6.data-v-4d02f7b2 {
margin-top: 11.25rpx;
}
.ml-8.data-v-4d02f7b2 {
margin-left: 15rpx;
}
.mt-8.data-v-4d02f7b2 {
margin-top: 15rpx;
}
.ml-10.data-v-4d02f7b2 {
margin-left: 18.75rpx;
}
.mt-10.data-v-4d02f7b2 {
margin-top: 18.75rpx;
}
.ml-12.data-v-4d02f7b2 {
margin-left: 22.5rpx;
}
.mt-12.data-v-4d02f7b2 {
margin-top: 22.5rpx;
}
.ml-14.data-v-4d02f7b2 {
margin-left: 26.25rpx;
}
.mt-14.data-v-4d02f7b2 {
margin-top: 26.25rpx;
}
.ml-16.data-v-4d02f7b2 {
margin-left: 30rpx;
}
.mt-16.data-v-4d02f7b2 {
margin-top: 30rpx;
}
.ml-18.data-v-4d02f7b2 {
margin-left: 33.75rpx;
}
.mt-18.data-v-4d02f7b2 {
margin-top: 33.75rpx;
}
.ml-20.data-v-4d02f7b2 {
margin-left: 37.5rpx;
}
.mt-20.data-v-4d02f7b2 {
margin-top: 37.5rpx;
}
.ml-22.data-v-4d02f7b2 {
margin-left: 41.25rpx;
}
.mt-22.data-v-4d02f7b2 {
margin-top: 41.25rpx;
}
.ml-24.data-v-4d02f7b2 {
margin-left: 45rpx;
}
.mt-24.data-v-4d02f7b2 {
margin-top: 45rpx;
}
.ml-26.data-v-4d02f7b2 {
margin-left: 48.75rpx;
}
.mt-26.data-v-4d02f7b2 {
margin-top: 48.75rpx;
}
.ml-28.data-v-4d02f7b2 {
margin-left: 52.5rpx;
}
.mt-28.data-v-4d02f7b2 {
margin-top: 52.5rpx;
}
.ml-30.data-v-4d02f7b2 {
margin-left: 56.25rpx;
}
.mt-30.data-v-4d02f7b2 {
margin-top: 56.25rpx;
}
.ml-32.data-v-4d02f7b2 {
margin-left: 60rpx;
}
.mt-32.data-v-4d02f7b2 {
margin-top: 60rpx;
}
.ml-34.data-v-4d02f7b2 {
margin-left: 63.75rpx;
}
.mt-34.data-v-4d02f7b2 {
margin-top: 63.75rpx;
}
.ml-36.data-v-4d02f7b2 {
margin-left: 67.5rpx;
}
.mt-36.data-v-4d02f7b2 {
margin-top: 67.5rpx;
}
.ml-38.data-v-4d02f7b2 {
margin-left: 71.25rpx;
}
.mt-38.data-v-4d02f7b2 {
margin-top: 71.25rpx;
}
.ml-40.data-v-4d02f7b2 {
margin-left: 75rpx;
}
.mt-40.data-v-4d02f7b2 {
margin-top: 75rpx;
}
.ml-42.data-v-4d02f7b2 {
margin-left: 78.75rpx;
}
.mt-42.data-v-4d02f7b2 {
margin-top: 78.75rpx;
}
.ml-44.data-v-4d02f7b2 {
margin-left: 82.5rpx;
}
.mt-44.data-v-4d02f7b2 {
margin-top: 82.5rpx;
}
.ml-46.data-v-4d02f7b2 {
margin-left: 86.25rpx;
}
.mt-46.data-v-4d02f7b2 {
margin-top: 86.25rpx;
}
.ml-48.data-v-4d02f7b2 {
margin-left: 90rpx;
}
.mt-48.data-v-4d02f7b2 {
margin-top: 90rpx;
}
.ml-50.data-v-4d02f7b2 {
margin-left: 93.75rpx;
}
.mt-50.data-v-4d02f7b2 {
margin-top: 93.75rpx;
}
.ml-52.data-v-4d02f7b2 {
margin-left: 97.5rpx;
}
.mt-52.data-v-4d02f7b2 {
margin-top: 97.5rpx;
}
.ml-54.data-v-4d02f7b2 {
margin-left: 101.25rpx;
}
.mt-54.data-v-4d02f7b2 {
margin-top: 101.25rpx;
}
.ml-56.data-v-4d02f7b2 {
margin-left: 105rpx;
}
.mt-56.data-v-4d02f7b2 {
margin-top: 105rpx;
}
.ml-58.data-v-4d02f7b2 {
margin-left: 108.75rpx;
}
.mt-58.data-v-4d02f7b2 {
margin-top: 108.75rpx;
}
.ml-60.data-v-4d02f7b2 {
margin-left: 112.5rpx;
}
.mt-60.data-v-4d02f7b2 {
margin-top: 112.5rpx;
}
.ml-62.data-v-4d02f7b2 {
margin-left: 116.25rpx;
}
.mt-62.data-v-4d02f7b2 {
margin-top: 116.25rpx;
}
.ml-64.data-v-4d02f7b2 {
margin-left: 120rpx;
}
.mt-64.data-v-4d02f7b2 {
margin-top: 120rpx;
}
.ml-66.data-v-4d02f7b2 {
margin-left: 123.75rpx;
}
.mt-66.data-v-4d02f7b2 {
margin-top: 123.75rpx;
}
.ml-68.data-v-4d02f7b2 {
margin-left: 127.5rpx;
}
.mt-68.data-v-4d02f7b2 {
margin-top: 127.5rpx;
}
.ml-70.data-v-4d02f7b2 {
margin-left: 131.25rpx;
}
.mt-70.data-v-4d02f7b2 {
margin-top: 131.25rpx;
}
.ml-72.data-v-4d02f7b2 {
margin-left: 135rpx;
}
.mt-72.data-v-4d02f7b2 {
margin-top: 135rpx;
}
.ml-74.data-v-4d02f7b2 {
margin-left: 138.75rpx;
}
.mt-74.data-v-4d02f7b2 {
margin-top: 138.75rpx;
}
.ml-76.data-v-4d02f7b2 {
margin-left: 142.5rpx;
}
.mt-76.data-v-4d02f7b2 {
margin-top: 142.5rpx;
}
.ml-78.data-v-4d02f7b2 {
margin-left: 146.25rpx;
}
.mt-78.data-v-4d02f7b2 {
margin-top: 146.25rpx;
}
.ml-80.data-v-4d02f7b2 {
margin-left: 150rpx;
}
.mt-80.data-v-4d02f7b2 {
margin-top: 150rpx;
}
.ml-82.data-v-4d02f7b2 {
margin-left: 153.75rpx;
}
.mt-82.data-v-4d02f7b2 {
margin-top: 153.75rpx;
}
.ml-84.data-v-4d02f7b2 {
margin-left: 157.5rpx;
}
.mt-84.data-v-4d02f7b2 {
margin-top: 157.5rpx;
}
.ml-86.data-v-4d02f7b2 {
margin-left: 161.25rpx;
}
.mt-86.data-v-4d02f7b2 {
margin-top: 161.25rpx;
}
.ml-88.data-v-4d02f7b2 {
margin-left: 165rpx;
}
.mt-88.data-v-4d02f7b2 {
margin-top: 165rpx;
}
.ml-90.data-v-4d02f7b2 {
margin-left: 168.75rpx;
}
.mt-90.data-v-4d02f7b2 {
margin-top: 168.75rpx;
}
.ml-92.data-v-4d02f7b2 {
margin-left: 172.5rpx;
}
.mt-92.data-v-4d02f7b2 {
margin-top: 172.5rpx;
}
.ml-94.data-v-4d02f7b2 {
margin-left: 176.25rpx;
}
.mt-94.data-v-4d02f7b2 {
margin-top: 176.25rpx;
}
.ml-96.data-v-4d02f7b2 {
margin-left: 180rpx;
}
.mt-96.data-v-4d02f7b2 {
margin-top: 180rpx;
}
.ml-98.data-v-4d02f7b2 {
margin-left: 183.75rpx;
}
.mt-98.data-v-4d02f7b2 {
margin-top: 183.75rpx;
}
.ml-100.data-v-4d02f7b2 {
margin-left: 187.5rpx;
}
.mt-100.data-v-4d02f7b2 {
margin-top: 187.5rpx;
}
.ml-9.data-v-4d02f7b2 {
margin-left: 16.88rpx;
}
.ml-37.data-v-4d02f7b2 {
margin-left: 69.38rpx;
}
.page.data-v-4d02f7b2 {
padding-bottom: 26.25rpx;
background-color: #fffef8;
border-radius: 37.5rpx 37.5rpx 0rpx 0rpx;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.group.data-v-4d02f7b2 {
padding: 28.13rpx 30rpx 3.75rpx;
}
.image-wrapper.data-v-4d02f7b2 {
padding-bottom: 166.88rpx;
border-radius: 5.63rpx;
background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=f41b64b57071affd8eecfaa15a455af2.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 195rpx;
height: 204.38rpx;
}
.image.data-v-4d02f7b2 {
border-radius: 5.63rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.group_2.data-v-4d02f7b2 {
margin-bottom: 5.31rpx;
}
.group_3.data-v-4d02f7b2 {
margin-left: 12.15rpx;
line-height: 31.03rpx;
}
.text.data-v-4d02f7b2 {
color: #c35c5d;
font-size: 37.5rpx;
font-family: Times New Roman;
font-weight: 700;
line-height: 27.68rpx;
}
.text_2.data-v-4d02f7b2 {
color: #c35c5d;
font-size: 45rpx;
font-family: Times New Roman;
font-weight: 700;
line-height: 31.03rpx;
}
.group_4.data-v-4d02f7b2 {
margin-top: 19.88rpx;
}
.font.data-v-4d02f7b2 {
font-size: 26.25rpx;
font-family: STXingkai;
line-height: 31.88rpx;
color: #818181;
}
.text_1.data-v-4d02f7b2 {
margin-left: 2.1rpx;
}
.image_2.data-v-4d02f7b2 {
margin-right: 20.63rpx;
margin-top: 5.63rpx;
width: 37.5rpx;
height: 37.5rpx;
}
.text-wrapper.data-v-4d02f7b2 {
padding: 33.6rpx 0 26.89rpx;
background-color: #fffef8;
border-radius: 28.13rpx;
}
.font_2.data-v-4d02f7b2 {
font-size: 37.5rpx;
font-family: "YuHongLiang";
line-height: 45rpx;
color: #000000;
}
.text_3.data-v-4d02f7b2 {
margin-left: 26.46rpx;
line-height: 37.01rpx;
}
.divider.data-v-4d02f7b2 {
margin: 9.38rpx 26.27rpx 0 20.63rpx;
background-color: #d9d9d9;
height: 1.88rpx;
}
.group_5.data-v-4d02f7b2 {
margin-top: 69.38rpx;
overflow-x: hidden;
}
.group_6.data-v-4d02f7b2 {
overflow-x: hidden;
height: 388.13rpx;
}
.image_3.data-v-4d02f7b2 {
width: 155.63rpx;
height: 120rpx;
}
.image_4.data-v-4d02f7b2 {
margin-left: -13.13rpx;
}
.grid.data-v-4d02f7b2 {
margin-top: -28.13rpx;
width: 605.63rpx;
height: 228.75rpx;
}
.grid-item.data-v-4d02f7b2 {
background-color: #fbdedf;
border-radius: 18.75rpx;
background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 253.13rpx;
}
.pos_1.data-v-4d02f7b2 {
position: absolute;
left: 3.75rpx;
top: 0;
}
.section.data-v-4d02f7b2 {
background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png");
background-size: 100% 100%;
background-repeat: no-repeat;
height: 90rpx;
}
.font_3.data-v-4d02f7b2 {
font-size: 30rpx;
font-family: "YuHongLiang";
line-height: 22.29rpx;
color: #000000;
}
.pos.data-v-4d02f7b2 {
position: absolute;
left: 57.99rpx;
top: 50%;
transform: translateY(-50%);
}
.grid-item_2.data-v-4d02f7b2 {
background-color: #ffffff;
border-radius: 18.75rpx;
background-image: url("https://ide.code.fun/api/image?token=673992edc471750012df23be&name=c9d6fb2a044e18583ff8a4e56c720383.png");
background-size: 100% 100%;
background-repeat: no-repeat;
width: 253.13rpx;
}
.pos_9.data-v-4d02f7b2 {
position: absolute;
right: 0;
top: 0;
}
.pos_2.data-v-4d02f7b2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.grid-item_3.data-v-4d02f7b2 {
padding: 40.78rpx 0 26.92rpx;
background-color: #ffffff;
border-radius: 18.75rpx;
width: 253.13rpx;
}
.pos_6.data-v-4d02f7b2 {
position: absolute;
left: 0;
top: 138.75rpx;
}
.image_5.data-v-4d02f7b2 {
width: 255rpx;
height: 90rpx;
}
.pos_3.data-v-4d02f7b2 {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.pos_7.data-v-4d02f7b2 {
position: absolute;
right: 0;
top: 138.75rpx;
}
.text_4.data-v-4d02f7b2 {
line-height: 22.65rpx;
}
.pos_4.data-v-4d02f7b2 {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.image_6.data-v-4d02f7b2 {
margin-left: 603.77rpx;
margin-top: -52.5rpx;
}
.text-wrapper_2.data-v-4d02f7b2 {
padding: 29.33rpx 0 39.94rpx;
background-color: #fffef8;
border-radius: 28.13rpx;
}
.text_5.data-v-4d02f7b2 {
margin-left: 67.16rpx;
line-height: 28.24rpx;
}
.group_7.data-v-4d02f7b2 {
padding-left: 30rpx;
padding-right: 15rpx;
}
.group_8.data-v-4d02f7b2 {
padding: 46.88rpx 5.63rpx 43.13rpx;
border-top: solid 1.88rpx #d9d9d9;
}
.text-wrapper_3.data-v-4d02f7b2 {
padding: 17.66rpx 0 17.79rpx;
flex: 1 1 301.88rpx;
background-color: #f3f3f3;
border-radius: 5.63rpx;
height: 60rpx;
}
.font_4.data-v-4d02f7b2 {
font-size: 26.25rpx;
font-family: STXingkai;
line-height: 24.54rpx;
}
.text_6.data-v-4d02f7b2 {
color: #323233;
}
.text-wrapper_4.data-v-4d02f7b2 {
margin-right: 20.63rpx;
padding: 17.66rpx 0 17.79rpx;
flex: 1 1 301.88rpx;
background-color: #fbdedf;
border-radius: 5.63rpx;
height: 60rpx;
}
.text_7.data-v-4d02f7b2 {
color: #c35c5d;
}
.group_9.data-v-4d02f7b2 {
padding-top: 43.13rpx;
height: 234.38rpx;
border-top: solid 1.88rpx #d9d9d9;
}
.section_2.data-v-4d02f7b2 {
margin-left: 24.38rpx;
padding: 35.33rpx 0 68.63rpx 13.73rpx;
background-color: #fff2f2f5;
border-radius: 18.75rpx;
}
.text_9.data-v-4d02f7b2 {
margin-left: 3.64rpx;
}
.section_3.data-v-4d02f7b2 {
margin-left: 15rpx;
margin-top: 189.38rpx;
padding: 16.88rpx 0;
background-color: #fffef8;
}
.section_4.data-v-4d02f7b2 {
padding: 27.3rpx 0 23.79rpx;
background-color: #fbdedf;
border-radius: 46.88rpx;
width: 618.75rpx;
}
.font_5.data-v-4d02f7b2 {
font-size: 30rpx;
font-family: Open Sans;
line-height: 27.54rpx;
color: #c35c5d;
}
.text_8.data-v-4d02f7b2 {
margin-left: 263.59rpx;
}
@font-face {
font-family: "YuHongLiang";
src: url("https://carbon2.obs.cn-north-4.myhuaweicloud.com/fonts/%E4%BA%8E%E6%B4%AA%E4%BA%AE%E7%A1%AC%E7%AC%94%E8%A1%8C%E6%A5%B7%E6%89%8B%E5%86%99%E5%AD%97%E4%BD%93.TTF") format("truetype");
}