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
ccbikai
9 years ago
Commit
5fa84a161b7aeb91b0011bcf9c6d89361a4e8a3b
1 parent
8f20f14f
首页 自定义品牌,热门品牌 样式问题修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
static/sass/home/_hot-brands.scss
static/sass/home/_hot-brands.scss
View file @
5fa84a1
...
...
@@ -17,14 +17,15 @@
overflow
:
hidden
;
.brand-logo
{
width
:
100%
;
display
:
table-cell
;
width
:
3
.95rem
;
height
:
128rem
/
$pxConvertRem
;
line-height
:
128rem
/
$pxConvertRem
;
text-align
:
center
;
font-size
:
0
;
vertical-align
:
middle
;
img
{
vertical-align
:
middle
;
max-width
:
100%
;
max-height
:
100%
;
}
...
...
@@ -68,13 +69,13 @@
.brands-swiper
{
background
:
#fff
;
width
:
100%
;
height
:
1
4
0rem
/
$pxConvertRem
;
height
:
1
8
0rem
/
$pxConvertRem
;
margin-bottom
:
28rem
/
$pxConvertRem
;
overflow
:
hidden
;
.brands-list
{
position
:
relative
;
height
:
1
4
0rem
/
$pxConvertRem
;
height
:
1
8
0rem
/
$pxConvertRem
;
li
{
float
:
left
;
...
...
@@ -85,11 +86,12 @@
a
{
position
:
relative
;
display
:
block
;
display
:
table-cell
;
width
:
100%
;
height
:
1
00%
;
height
:
1
40rem
/
$pxConvertRem
;
line-height
:
140rem
/
$pxConvertRem
;
font-size
:
0
;
vertical-align
:
middle
;
}
img
{
...
...
@@ -102,7 +104,8 @@
position
:
absolute
;
left
:
8rem
/
$pxConvertRem
;
right
:
8rem
/
$pxConvertRem
;
bottom
:
8rem
/
$pxConvertRem
;
bottom
:
-32rem
/
$pxConvertRem
;
width
:
100%
;
height
:
28rem
/
$pxConvertRem
;
line-height
:
28rem
/
$pxConvertRem
;
text-align
:
center
;
...
...
Please
register
or
login
to post a comment