太湖公益

This commit is contained in:
@fawn-nine
2024-06-07 15:04:50 +08:00
parent 62282727ff
commit 9befb5c111
22 changed files with 620 additions and 130 deletions

View File

@@ -11,7 +11,7 @@
<view class="courseTitle" v-if="course.id">
<text class="title">{{course.title}}</text>
</view>
<view class="containerBg">
<view class="containerBg" v-if="course.content && course.content != ''">
<view class="prof">
<uni-section style="background: transparent;" title="课程介绍" type="line"></uni-section>
<view class="" v-html="course.content">
@@ -313,8 +313,8 @@
.item {
font-size: 26rpx;
height: 80rpx;
line-height: 80rpx;
height: 96rpx;
line-height: 96rpx;
border-bottom: 1px solid #ececec;
text {