Commit 2d0db812 authored by agping's avatar agping

商铺视频 显示优化

parent 106a12de
{layout name="global/frame_two_tpl" /} {layout name="global/frame_two_tpl" /}
<input type="hidden" class="page-load" id="houseList" /> <input type="hidden" class="page-load" id="houseList" />
<style> <style>
video{
outline: none;
}
.clear{ .clear{
clear: both; clear: both;
} }
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<input type="hidden" class="page-load" id="videoCheckList" /> <input type="hidden" class="page-load" id="videoCheckList" />
<style> <style>
video{ video{
width: 296px; width: 260px;
height: 396px; height: 476px;
outline: none; outline: none;
} }
.modal-body { .modal-body {
......
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-left" style="width: 262px;float: left;"> <tr class="text-left" style="width: 262px;float: left;">
<td style="margin-right: 10px;"> <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 /> <br />
上传人:[%= it[item]['upload_name'] %] 上传人:[%= it[item]['upload_name'] %]
<br /> <br />
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-left" style="width: 262px;float: left;"> <tr class="text-left" style="width: 262px;float: left;">
<td style="margin-right: 10px;"> <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 /> <br />
上传人:[%= it[item]['upload_name'] %] 上传人:[%= it[item]['upload_name'] %]
<br /> <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