mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交修改
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<u-toast ref="messager"></u-toast>
|
||||
<page-title :showBack="true">{{courseInfo.name}}</page-title>
|
||||
<view class="playbox"><!--内容播放区域-->
|
||||
<view style="min-height: 400upx;" >
|
||||
<view v-if="curContent.contentType==10" >
|
||||
<view style="min-height: 500upx;" >
|
||||
<view v-if="curContent.contentType==10" style="background-color: #000000;">
|
||||
<!--视频-->
|
||||
<view style="position: relative;">
|
||||
<video id="myVideo"
|
||||
@@ -169,7 +169,7 @@
|
||||
<view v-if="courseInfo.type==10">
|
||||
<view class="citembox1">
|
||||
<view v-for="(con,conIdx) in contentList" :key="conIdx" class="citembox1-item">
|
||||
<view class="citem">
|
||||
<view class="citem" @click="playContent(con,conIdx,0)">
|
||||
<view class="citem-body" :class="{'box-studying':con.id==curContent.id}">
|
||||
<text :class="{'color-studying':con.id==curContent.id}">{{con.contentName}}</text>
|
||||
</view>
|
||||
@@ -180,7 +180,7 @@
|
||||
<view v-else><!--有目录的,但是只有两项内容-->
|
||||
<view class="citembox1">
|
||||
<view v-for="(con,conIdx) in scrollList" :key="conIdx" class="citembox1-item">
|
||||
<view class="citem">
|
||||
<view class="citem" @click="playContent(con,conIdx,0)">
|
||||
<view class="citem-body" :class="{'box-studying':con.id==curContent.id}">
|
||||
<text :class="{'color-studying':con.id==curContent.id}">{{con.contentName}}</text>
|
||||
</view>
|
||||
@@ -1318,7 +1318,7 @@
|
||||
}
|
||||
.playbox{
|
||||
padding: 10upx;
|
||||
background-color: #000000;
|
||||
//background-color: #000000;
|
||||
}
|
||||
.contentbox{
|
||||
padding: 34upx;
|
||||
|
||||
Reference in New Issue
Block a user