This commit is contained in:
许允枞 2025-04-09 13:40:12 +08:00
parent bfd34a548b
commit 0b8e9c401c
5 changed files with 19 additions and 51 deletions

View File

@ -2,6 +2,7 @@
background-color: rgba(242, 244, 248, 1);
position: relative;
width: 750rpx;
min-height: 100vh;
//height: 4112rpx;
overflow: hidden;
.group_1 {
@ -249,8 +250,8 @@
border-radius: 8px;
//height: 2870rpx;
width: 686rpx;
position: relative;
margin: -30rpx 0 0 32rpx;
//position: relative;
margin: -30rpx 0 160rpx 32rpx;
.section_4 {
width: 148rpx;
height: 32rpx;
@ -296,6 +297,8 @@
width: 750rpx;
height: 136rpx;
margin-top: 50rpx;
position: absolute;
bottom: 0;
.image-text_1 {
width: 80rpx;
height: 72rpx;

View File

@ -35,9 +35,16 @@
<view class="block_3 flex-col"></view>
<text class="text_10">课程介绍</text>
</view>
<view class="u-content">
<view class="u-content" v-if="courseDetails.remark">
<u-parse :content="courseDetails.remark"></u-parse>
</view>
<view class="u-content" v-else>
<u-empty
mode="list"
text="该课程没有简介..."
>
</u-empty>
</view>
</view>
<view class="group_6 flex-row">
<view class="image-text_1 flex-col justify-between" @click="zxkf()">

View File

@ -18,14 +18,14 @@
:src="imagesUrl + '/' + item.photo"
/>
<view class="text-group_1 flex-col justify-between">
<text class="text_3">{{ item.tittle }}</text>
<text class="text_3">{{ item.name }}</text>
<view class="text-wrapper_1 flex-row justify-between">
<text class="text_4">{{ item.price }}</text>
</view>
</view>
<view class="text-wrapper_3 flex-col">
<view style="display: flex">
<text class="text_7" style="background-color: rgba(223, 235, 255, 1);padding: 5rpx 15rpx">{{ item.name }}</text>
<text class="text_7" style="background-color: rgba(223, 235, 255, 1);padding: 5rpx 15rpx">{{ item.tittle }}</text>
<text class="text-wrapper_2 text_7" style="color: black;padding: 5rpx 15rpx;margin-left: 10rpx">{{ item.type }}</text>
</view>
</view>

View File

@ -85,50 +85,8 @@ export default {
],
swiperList: [],
msg: "1",
announcement:['ceshi1111','测试111111111111111111111111111111111111111111'],
constants: {},
schoolList: [
// {
// imageUrl: '/static/lanhu_jiaxiaoliebiao/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png',
// corpName: '',
// status: '',
// time: '08:00-18:00',
// address: '168',
// features: ['', '']
// },
// {
// imageUrl: '/static/lanhu_jiaxiaoliebiao/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png',
// corpName: '',
// status: '',
// time: '08:00-18:00',
// address: '168',
// features: ['', '']
// },
// {
// imageUrl: '/static/lanhu_jiaxiaoliebiao/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png',
// corpName: '',
// status: '',
// time: '08:00-18:00',
// address: '168',
// features: ['', '']
// },
// {
// imageUrl: '/static/lanhu_jiaxiaoliebiao/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png',
// corpName: '',
// status: '',
// time: '08:00-18:00',
// address: '168',
// features: ['', '']
// },
// {
// imageUrl: '/static/lanhu_jiaxiaoliebiao/FigmaDDSSlicePNG530e91ec069b391e8972e9ed0aeebc58.png',
// corpName: '',
// status: '',
// time: '08:00-18:00',
// address: '168',
// features: ['', '']
// },
],
schoolList: [],
//
isTriggered: false,
pageNo: 1,

View File

@ -79,7 +79,7 @@
:src="imagesUrl + '/' + item.photo"
/>
<view class="text-group_2 flex-col justify-between">
<text class="text_9">{{ item.tittle }}</text>
<text class="text_9">{{ item.name }}</text>
<view class="text-wrapper_2 flex-row justify-between">
<text class="text_10">{{ item.price }}</text>
</view>
@ -90,7 +90,7 @@
<view class="text-wrapper_4 flex-col">
<view style="display: flex">
<text class="text_13" style="background-color: rgba(223, 235, 255, 1);padding: 5rpx 15rpx">{{
item.name
item.tittle
}}
</text>