Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
2016-08-25 15:39:12 +0800
Commit
c661d753474e62e73e4eccc438daa6a74d309345
2 parents
45b28221
54526989
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
public/js/help/help.page.js
public/scss/product/_item.css
public/js/help/help.page.js
View file @
c661d75
...
...
@@ -38,3 +38,5 @@ if (!$cate.hasClass('big-category')) {
$
(
'.parentId-'
+
parentID
).
show
();
$
(
'.cateId-'
+
parentID
).
find
(
'.plus'
).
css
(
'background-image'
,
'url(\'../img/help/minus.png\')'
);
}
$
(
'.center-content'
).
css
(
'border-top-color'
,
'#fff'
);
\ No newline at end of file
...
...
public/scss/product/_item.css
View file @
c661d75
...
...
@@ -251,6 +251,10 @@
width
:
304px
;
padding-left
:
15px
;
margin
:
0
auto
;
.weixin-share-box
{
left
:
6px
;
}
}
.balance-wrapper
{
...
...
Please
register
or
login
to post a comment