Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
6f01125c98f6cccf7b82a8169ab98f4a23287adf
1 parent
c8417a36
搜索筛选 增加分页数字悬浮背景色
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
web-static/sass/product/_filter-box.scss
web-static/sass/product/_sort-pager.scss
web-static/sass/product/_filter-box.scss
View file @
6f01125
...
...
@@ -265,7 +265,7 @@
top
:
39px
;
background
:
#fff
;
border
:
1px
solid
#eaeceb
;
z-index
:
1
;
z-index
:
2
;
ul
{
max-width
:
950px
;
...
...
web-static/sass/product/_sort-pager.scss
View file @
6f01125
...
...
@@ -54,14 +54,21 @@
>
ul
{
position
:
absolute
;
display
:
none
;
width
:
42px
;
padding
:
0
3px
;
width
:
48px
;
border-left
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
background
:
#fff
;
z-index
:
1
;
}
li
{
padding
:
0
3px
;
border-bottom
:
1px
solid
#ccc
;
&
:hover
{
background
:
#376cf7
;
color
:
#fff
;
}
}
a
{
...
...
@@ -84,4 +91,4 @@
color
:
#f00
;
}
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment