Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
2d0db812
Commit
2d0db812
authored
Mar 28, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺视频 显示优化
parent
106a12de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
houseList.html
application/index/view/houses/houseList.html
+3
-0
video_check_list.html
application/index/view/video_check/video_check_list.html
+2
-2
house_template_tpl.html
public/resource/template/house_template_tpl.html
+1
-1
video_check_list_template_tpl.html
public/resource/template/video_check_list_template_tpl.html
+1
-1
No files found.
application/index/view/houses/houseList.html
View file @
2d0db812
{layout name="global/frame_two_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"houseList"
/>
<style>
video
{
outline
:
none
;
}
.clear
{
clear
:
both
;
}
...
...
application/index/view/video_check/video_check_list.html
View file @
2d0db812
...
...
@@ -2,8 +2,8 @@
<input
type=
"hidden"
class=
"page-load"
id=
"videoCheckList"
/>
<style>
video
{
width
:
2
96
px
;
height
:
39
6px
;
width
:
2
60
px
;
height
:
47
6px
;
outline
:
none
;
}
.modal-body
{
...
...
public/resource/template/house_template_tpl.html
View file @
2d0db812
...
...
@@ -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: 2
30px;height: 24
6px;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: 2
60px;height: 47
6px;margin-right: 10px;"
poster
=
"[%= it[item]['video_image'] %]"
><
/video
>
<
br
/>
上传人
:[
%=
it
[
item
][
'upload_name'
]
%
]
<
br
/>
...
...
public/resource/template/video_check_list_template_tpl.html
View file @
2d0db812
...
...
@@ -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:
39
6px;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:
47
6px;margin-right: 6px;"
poster
=
"[%= it[item]['video_image'] %]"
><
/video
>
<
br
/>
上传人
:[
%=
it
[
item
][
'upload_name'
]
%
]
<
br
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment