Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2016-06-06 14:50:47 +0800
Commit
2287349c21f6a49adb752c3a49172f167cf91b42
2 parents
c767d313
47f23ba1
Merge branch 'release/sale' of git.yoho.cn:fe/yohobuy-node into release/sale
the commit.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
public/js/product/sale/banner.js
public/scss/product/_good.css
public/js/product/sale/banner.js
View file @
2287349
...
...
@@ -25,7 +25,9 @@ for (i = 0; i < $item.length; i++) {
pagationBoxStr
=
'<div class="sale-list-pagation"><div>'
+
pagationStr
+
'</div></div>'
;
$contain
.
append
(
$
(
pagationBoxStr
));
if
(
$item
.
length
>
1
)
{
$contain
.
append
(
$
(
pagationBoxStr
));
}
slide
=
new
Slide
({
length
:
$item
.
length
,
...
...
public/scss/product/_good.css
View file @
2287349
...
...
@@ -67,9 +67,12 @@
background-image
:
resolve
(
"sale/vip.png"
);
background-repeat
:
no-repeat
;
background-size
:
100%
90%
;
width
:
40px
;
color
:
#fff
;
font-style
:
italic
;
margin-right
:
5px
;
margin-left
:
5px
;
width
:
30px
;
}
span
.vip-1
{
...
...
@@ -81,6 +84,8 @@
color
:
#fff
;
font-style
:
italic
;
margin-right
:
5px
;
margin-left
:
5px
;
position
:
absolute
;
}
span
.vip-2
{
...
...
@@ -92,6 +97,8 @@
color
:
#fff
;
font-style
:
italic
;
margin-right
:
5px
;
margin-left
:
5px
;
position
:
absolute
;
}
span
.vip-3
{
...
...
@@ -103,6 +110,8 @@
color
:
#fff
;
font-style
:
italic
;
margin-right
:
5px
;
margin-left
:
5px
;
position
:
absolute
;
}
}
...
...
Please
register
or
login
to post a comment