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-01 11:50:10 +0800
Commit
b122197521aa446a5d5a679720639f9df59c5c06
1 parent
5e3f4acc
优化经典店铺滚动各个元素的交互
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/product/shop.classics.page.js
public/scss/product/shop/_shop-index.css
public/js/product/shop.classics.page.js
View file @
b122197
...
...
@@ -830,7 +830,7 @@ $subNav.on('touchend touchcancel', function(e) {
if
(
$
(
'#pos-list'
).
hasClass
(
'hide'
))
{
$
(
'#pos-list'
).
removeClass
(
'hide'
);
}
}
}
else
{
...
...
public/scss/product/shop/_shop-index.css
View file @
b122197
...
...
@@ -625,7 +625,7 @@
font-size
:
28px
;
color
:
#444
;
position
:
absolute
;
z-index
:
5
;
z-index
:
102
;
&.classics
{
position
:
fixed
;
top
:
81px
;
...
...
Please
register
or
login
to post a comment