修改
This commit is contained in:
parent
fd892fd457
commit
ac8a0d71d3
@ -28,6 +28,20 @@
|
|||||||
right: 30rpx;
|
right: 30rpx;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
image{
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
top:50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
left:10%;
|
||||||
|
}
|
||||||
|
view{
|
||||||
|
position: absolute;
|
||||||
|
top:50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
right:10%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Introduce {
|
.Introduce {
|
||||||
|
|||||||
@ -31,7 +31,10 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
||||||
播放中
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
|
播放中
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
||||||
@ -41,7 +44,10 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
||||||
播放中
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
|
播放中
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
||||||
@ -51,7 +57,10 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
||||||
播放中
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
|
播放中
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="play" v-else @tap='novideoplay'>
|
<view class="play" v-else @tap='novideoplay'>
|
||||||
|
|||||||
@ -28,6 +28,20 @@
|
|||||||
right: 30rpx;
|
right: 30rpx;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
image{
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
position: absolute;
|
||||||
|
top:50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
left:10%;
|
||||||
|
}
|
||||||
|
view{
|
||||||
|
position: absolute;
|
||||||
|
top:50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
right:10%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Introduce {
|
.Introduce {
|
||||||
|
|||||||
@ -34,7 +34,10 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='NOT_WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='NOT_WATCHED'&&item.videoshow">
|
||||||
播放中
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
|
播放中
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #E3EAF5;color:#3D7DCA':''"
|
||||||
@ -44,7 +47,10 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='WATCHED'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='WATCHED'&&item.videoshow">
|
||||||
播放中
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
|
播放中
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="play" @tap='videoplay(item)'
|
<view class="play" @tap='videoplay(item)'
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #E6E6E6;color:#76777B':''"
|
||||||
@ -54,7 +60,10 @@
|
|||||||
<view class="play"
|
<view class="play"
|
||||||
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
:style="item.itemDirectoryWatchStatus=='FINISHED_READING'?'background-color: #3D7DCA;color:#fff':''"
|
||||||
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
v-if="item.itemDirectoryWatchStatus=='FINISHED_READING'&&item.videoshow">
|
||||||
播放中
|
<image src="../../static/bofang.png" mode=""></image>
|
||||||
|
<view class="">
|
||||||
|
播放中
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user