Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
毕凯
9 years ago
Commit
3c37807819a64f5e22f60d2d32389f5b4394c20f
1 parent
89cc19cf
列表页 选择条件过多时间的样式修改 code review by bikai
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
web-static/sass/product/_filter-box.scss
web-static/sass/product/_filter-box.scss
View file @
3c37807
...
...
@@ -9,6 +9,7 @@
&
:first-child
{
border-top
:
none
;
background
:
#eaeceb
;
padding
:
5px
15px
;
}
}
...
...
@@ -58,11 +59,15 @@
.checked-conditions
{
line-height
:
30px
;
.title
{
margin-top
:
5px
;
}
.tag
{
display
:
block
;
float
:
left
;
padding
:
0
10px
;
margin
-right
:
30px
;
margin
:
5px
30px
5px
0
;
background
:
#000
;
color
:
#fff
;
cursor
:
pointer
;
...
...
@@ -76,6 +81,7 @@
}
.clear-checked
{
margin-top
:
5px
;
color
:
#999
;
float
:
right
;
}
...
...
Please
register
or
login
to post a comment