You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
776 B

<li>
<a href="{{video_url}}"
class="video-post" target="_blank">
<!-- Blog Post Thumbnail -->
<div class="video-post-thumbnail">
<span class="video-post-count">{{video_size}}</span>
<span class="video-post-time">{{video_length}}</span>
<span class="play-btn-trigger"></span>
<!-- option menu -->
<img src="{{video_thumb}}" alt="">
</div>
<!-- Blog Post Content -->
<div class="video-post-content">
<h3> {{video_name}} </h3>
<img src="assets/images/avatars/avatar-3.jpg" alt="">
<span class="video-post-user">黄海</span>
<span class="video-post-date"> 1天前 </span>
</div>
</a>
</li>