Commit 2d0db812 authored by agping's avatar agping

商铺视频 显示优化

parent 106a12de
{layout name="global/frame_two_tpl" /}
<input type="hidden" class="page-load" id="houseList" />
<style>
video{
outline: none;
}
.clear{
clear: both;
}
......
......@@ -2,8 +2,8 @@
<input type="hidden" class="page-load" id="videoCheckList" />
<style>
video{
width: 296px;
height: 396px;
width: 260px;
height: 476px;
outline: none;
}
.modal-body {
......
......@@ -155,7 +155,7 @@
[% for(var item in it){ %]
<tr class="text-left" style="width: 262px;float: left;">
<td style="margin-right: 10px;">
<video src="[%= it[item]['video_path'] %]" controls="controls" preload="none" muted type="video/mp4" id="video-check" style="width: 230px;height: 246px;margin-right: 10px;" poster="[%= it[item]['video_image'] %]"></video>
<video src="[%= it[item]['video_path'] %]" controls="controls" preload="none" muted type="video/mp4" id="video-check" style="width: 260px;height: 476px;margin-right: 10px;" poster="[%= it[item]['video_image'] %]"></video>
<br />
上传人:[%= it[item]['upload_name'] %]
<br />
......
......@@ -38,7 +38,7 @@
[% for(var item in it){ %]
<tr class="text-left" style="width: 262px;float: left;">
<td style="margin-right: 10px;">
<video src="[%= it[item]['video_path'] %]" controls="controls" preload="none" muted type="video/mp4" id="video-check" style="width: 260px;height: 396px;margin-right: 6px;" poster="[%= it[item]['video_image'] %]"></video>
<video src="[%= it[item]['video_path'] %]" controls="controls" preload="none" muted type="video/mp4" id="video-check" style="width: 260px;height: 476px;margin-right: 6px;" poster="[%= it[item]['video_image'] %]"></video>
<br />
上传人:[%= it[item]['upload_name'] %]
<br />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment