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
a327a069ab150f11eddfb2fd1e8e28f3f3689b34
1 parent
e6f4ea32
最近浏览宽度控制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
web-static/sass/product/_latest-walk.scss
web-static/sass/product/_latest-walk.scss
View file @
a327a06
...
...
@@ -9,12 +9,11 @@
}
.goods
{
width
:
984px
;
height
:
241px
;
margin
:
30px
0
;
overflow
:
hidden
;
}
.good
{
float
:
left
;
margin-right
:
14px
;
...
...
@@ -49,6 +48,14 @@
}
}
@media
(
min-width
:
1180px
)
{
.latest-walk
{
.goods
{
min-width
:
984px
;
}
}
}
@media
(
max-width
:
1180px
)
{
.latest-walk
{
.goods
{
...
...
@@ -65,4 +72,4 @@
height
:
261px
;
}
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment