Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
xuqi
2016-01-25 14:39:36 +0800
Commit
8b6de4abc3016d720fd0c1d2763bb22fd5ecea09
1 parent
0b051a69
slide with no lazyload of first img & return top z-index
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
template/www.yohobuy.com/partials/index/slide-banner.phtml
web-static/sass/_footer.scss
template/www.yohobuy.com/partials/index/slide-banner.phtml
View file @
8b6de4a
...
...
@@ -4,7 +4,11 @@
{{# list}}
<li style="{{#if bgColor}}background:{{bgColor}}{{/if}}">
<a href="{{href}}" target= "_blank">
{{#if @first}}
<img src="{{img}}">
{{^}}
<img class="lazy" data-original="{{img}}" alt="">
{{/if}}
</a>
{{# tips}}
<div class="slide-tips">
...
...
web-static/sass/_footer.scss
View file @
8b6de4a
...
...
@@ -344,6 +344,8 @@
filter
:
alpha
(
opacity
=
50
);
bottom
:
20px
;
cursor
:
pointer
;
z-index
:
4
;
&
:hover
{
opacity
:
0
.9
;
filter
:
alpha
(
opacity
=
90
);
...
...
Please
register
or
login
to post a comment