Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2016-12-21 17:16:45 +0800
Commit
608ca49b2adb117786aa9e998644eacc0e5d3634
1 parent
f1eb26f0
bundle-3.5-product
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
public/js/product/detail/bundle.js
public/scss/product/detail/_bundle.css
public/js/product/detail/bundle.js
View file @
608ca49
...
...
@@ -8,7 +8,7 @@ var $ = require('yoho-jquery'),
$
(
function
()
{
new
Swiper
(
'.bundle-product'
,
{
freeMode
:
true
,
slidesPerView
:
4
,
slidesPerView
:
5
,
lazyLoading
:
true
});
});
...
...
public/scss/product/detail/_bundle.css
View file @
608ca49
.bundle
{
height
:
3
8
4px
;
height
:
3
4
4px
;
overflow
:
hidden
;
background-color
:
#fff
;
...
...
@@ -33,18 +33,16 @@
.bundle-product
{
margin-top
:
30px
;
height
:
295px
;
width
:
100%
;
.swiper-wrapper
{
height
:
295px
;
.plus
{
margin-top
:
88px
;
margin-left
:
5px
;
margin-right
:
5px
;
margin-top
:
72px
;
margin-left
:
8px
;
margin-right
:
8px
;
color
:
#b0b0b0
;
width
:
30px
!important
;
height
:
40px
;
}
.plus-0
{
...
...
@@ -52,7 +50,7 @@
}
.product-box
{
width
:
1
55
px
;
width
:
1
30
px
;
float
:
left
;
a
{
...
...
@@ -66,8 +64,8 @@
}
img
{
width
:
155px
;
height
:
206px
;
width
:
130px
;
height
:
173px
;
}
}
}
...
...
Please
register
or
login
to post a comment