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