Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
梁志锋
2015-11-02 14:53:41 +0800
Commit
cc82f12fa2aaeb63203404f73032ec5614349a13
1 parent
619c91c0
update
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
framework
static/js/product/newsale/discount.js
static/js/product/newsale/newarrival.js
static/sass/_good.scss
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/js/product/newsale/discount.js
View file @
cc82f12
...
...
@@ -263,6 +263,7 @@ navHammer.on('tap', function(e) {
navType
,
$active
;
e
.
preventDefault
();
if
(
$this
.
hasClass
(
'filter'
))
{
//筛选面板切换状态
...
...
static/js/product/newsale/newarrival.js
View file @
cc82f12
...
...
@@ -290,6 +290,7 @@ navHammer.on('tap', function(e) {
navType
,
$active
;
e
.
preventDefault
();
if
(
$this
.
hasClass
(
'filter'
))
{
//筛选面板切换状态
...
...
static/sass/_good.scss
View file @
cc82f12
...
...
@@ -47,7 +47,7 @@
color
:
#fff
;
}
.limit-tag
{
width
:
9
0rem
/
$pxConvertRem
;
width
:
10
0rem
/
$pxConvertRem
;
border
:
1px
solid
#000
;
color
:
#000
;
}
...
...
Please
register
or
login
to post a comment