Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陶雨
9 years ago
Commit
5f25b6f1bc5880c9aac380159afcbe7cfb423c53
1 parent
07273308
资源管理热门品类楼层样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
server/views/partials/resource/taoyu2.html
server/views/partials/resource/taoyu2.html
View file @
5f25b6f
...
...
@@ -217,7 +217,7 @@
<div
style=
"clear:both;"
></div>
<div
style=
"width:150px;float:right;"
>
[[each module.contentData.data.imgs as item index]]
[[if index
!=0
&&
index
<
=
6]]
[[if index
>=module.contentData.data.imgs.length -
6]]
<img
style=
"width:45px;height:90px;margin-left:5px;margin-bottom:10px;float:left;"
src=
"[[item.src]]"
>
[[/if]]
[[/each]]
...
...
@@ -227,9 +227,11 @@
</div>
<div
style=
"width:100px;height:100%;float:right;"
>
[[if module.contentData.data.imgs.length]]
<img
style=
"width:100px;height:100%;"
src=
"[[module.contentData.data.imgs[0].src]]"
>
[[each module.contentData.data.imgs as item index]]
[[if index
< module
.
contentData
.
data
.
imgs
.
length
-
6
]]
<
img
style=
"width:100px;height:100%;"
src=
"[[module.contentData.data.imgs[index].src]]"
>
[[/if]]
[[/each]]
</div>
<div
style=
"width:5px;height:100%;float:right;"
>
...
...
Please
register
or
login
to post a comment