|
|
@ -90,6 +90,7 @@
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<img :src="item.path + '!260x160'" @error="setDefaultImage" />
|
|
|
|
<img :src="item.path + '!260x160'" @error="setDefaultImage" />
|
|
|
|
<p class="timeInfo">
|
|
|
|
<p class="timeInfo">
|
|
|
|
|
|
|
|
<!-- <i class="el-icon-picture"></i> -->
|
|
|
|
<el-tooltip
|
|
|
|
<el-tooltip
|
|
|
|
class="item"
|
|
|
|
class="item"
|
|
|
|
effect="dark"
|
|
|
|
effect="dark"
|
|
|
@ -128,8 +129,9 @@
|
|
|
|
v-if="item.thumb == null"
|
|
|
|
v-if="item.thumb == null"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<img :src="item.thumb" v-else />
|
|
|
|
<img :src="item.thumb" v-else />
|
|
|
|
<p class="videoicon"><i class="el-icon-video-play"></i></p>
|
|
|
|
|
|
|
|
<p class="timeInfo">
|
|
|
|
<p class="timeInfo">
|
|
|
|
|
|
|
|
<i class="el-icon-video-camera-solid"></i>
|
|
|
|
<el-tooltip
|
|
|
|
<el-tooltip
|
|
|
|
class="item"
|
|
|
|
class="item"
|
|
|
|
effect="dark"
|
|
|
|
effect="dark"
|
|
|
@ -792,22 +794,36 @@ export default {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
color: #333;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.el-icon-picture,
|
|
|
|
.videoicon {
|
|
|
|
.el-icon-video-camera-solid {
|
|
|
|
position: absolute;
|
|
|
|
font-size: 14px;
|
|
|
|
top: 73%;
|
|
|
|
margin-right: 8px;
|
|
|
|
left: 10%;
|
|
|
|
align-items: center;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
color: @color-primary;
|
|
|
|
i {
|
|
|
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// .videoicon {
|
|
|
|
|
|
|
|
// position: absolute;
|
|
|
|
|
|
|
|
// top: 73%;
|
|
|
|
|
|
|
|
// left: 10%;
|
|
|
|
|
|
|
|
// transform: translate(-50%, -50%);
|
|
|
|
|
|
|
|
// i {
|
|
|
|
|
|
|
|
// font-size: 28px;
|
|
|
|
|
|
|
|
// color: #fff;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
.borderActive {
|
|
|
|
.borderActive {
|
|
|
|
.timeInfo {
|
|
|
|
.timeInfo {
|
|
|
|
//background: @color-primary;
|
|
|
|
//background: @color-primary;
|
|
|
|
background: linear-gradient(180deg, #00eaff 10%, @color-primary 100%);
|
|
|
|
background: linear-gradient(180deg, #00eaff 10%, @color-primary 100%);
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
.el-icon-picture,
|
|
|
|
|
|
|
|
.el-icon-video-camera-solid {
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// .borderActive {
|
|
|
|
// .borderActive {
|
|
|
|