This commit is contained in:
@fawn-nine
2024-09-13 17:21:38 +08:00
parent 2f62b2f011
commit d3097edd2c
11 changed files with 3107 additions and 297 deletions

View File

@@ -54,11 +54,12 @@
align-items: center;
">
<view :class="`${isHideCourseInfo ? 'hidden2' : ''}`"
style="width: calc(100% - 50rpx); font-size: 30rpx;" v-html="course.content">
style="font-size: 30rpx; text-align: justify;" v-html="course.content">
</view>
<text @click="isHideCourseInfo = !isHideCourseInfo"
style="
position: absolute;
background-color: #f2f8ff; padding: 4rpx ;
bottom: 0;
right: 0;
color: #838588;