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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
8 years ago
Commit
e56bdcac1c0b0c62207d54ca0aad426939ac22e8
2 parents
0b740373
23fdc69d
Merge branch 'release/5.5.1' of git.yoho.cn:fe/yohobuywap-node into release/5.5.1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
public/js/home/index.page.js
public/scss/product/detail/_comments-consults.css
public/scss/product/detail/_detail.css
public/js/home/index.page.js
View file @
e56bdca
...
...
@@ -23,13 +23,15 @@ if ($('.recommend-for-you').length) {
require
(
'common/suspend-cart'
);
require
(
'common/footer'
);
new
Swiper
(
'.banner-center-swiper'
,
{
pagination
:
'.swiper-pagination'
,
lazyLoading
:
true
,
lazyLoadingInPrevNext
:
true
,
paginationClickable
:
true
,
autoplay
:
3000
});
if
(
$
(
'.banner-center-swiper'
).
length
>
0
)
{
new
Swiper
(
'.banner-center-swiper'
,
{
pagination
:
'.swiper-pagination'
,
lazyLoading
:
true
,
lazyLoadingInPrevNext
:
true
,
paginationClickable
:
true
,
autoplay
:
3000
});
}
window
.
reMarginFooter
(
'.footer-tab'
);
...
...
public/scss/product/detail/_comments-consults.css
View file @
e56bdca
...
...
@@ -206,7 +206,7 @@
background
:
none
;
}
.goods-consults
.c
ustomer-consults
.c
onsult-item
{
.goods-consults
.consult-item
{
@mixin
consult-item
;
margin-top
:
0
;
...
...
public/scss/product/detail/_detail.css
View file @
e56bdca
...
...
@@ -653,6 +653,7 @@ $basicBtnC: #eb0313;
span
{
display
:
inline-block
;
padding-left
:
8px
;
padding-top
:
5px
;
vertical-align
:
middle
;
line-height
:
88px
;
}
...
...
Please
register
or
login
to post a comment