Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
xuqi
2016-01-14 14:39:05 +0800
Commit
7a0d50d41ed51fa1416f8f80d2a70090511e0f24
1 parent
37ad3eca
brand filter in IE.Review by:@xuqi
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
web-static/js/product/filter.js
web-static/sass/product/_filter-box.scss
web-static/js/product/filter.js
View file @
7a0d50d
...
...
@@ -18,7 +18,7 @@ moreUnicode = {
//品牌相关变量
var
$brandDefault
=
$
(
'.brand .default'
),
$brandPanel
=
$
(
'.brand .brand-panel'
),
$brandAttrs
=
$
(
'.brand
.attr'
),
$brandAttrs
=
$
brandPanel
.
find
(
'
.attr'
),
$brandMore
=
$
(
'#brand-more'
),
$brandMulti
=
$
(
'#brand-multi'
);
...
...
web-static/sass/product/_filter-box.scss
View file @
7a0d50d
...
...
@@ -83,6 +83,10 @@
color
:
#999
;
float
:
right
;
}
.close
{
font-size
:
14px
;
}
}
.sort-pre
.active
.attr
{
...
...
@@ -188,9 +192,12 @@
}
.btn
{
position
:
relative
;
display
:
inline-block
;
top
:
-1px
;
width
:
55px
;
height
:
18px
;
height
:
20px
;
line-height
:
20px
;
background
:
#3a3a3a
;
color
:
#fff
;
text-align
:
center
;
...
...
Please
register
or
login
to post a comment