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
梁志锋
10 years ago
Commit
5ef26efcc1a5194b51c4ded253106bb98c7dcd55
1 parent
5473421e
brand
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
8 deletions
static/sass/category/_brand.scss
static/sass/home/_hot-brands.scss
static/sass/home/_icons-enter.scss
static/sass/category/_brand.scss
View file @
5ef26ef
.brand-page
{
.newbrand-search
{
width
:
93
.75%
;
height
:
30px
;
padding
:
7px
3
.125%
;
background-color
:
#f8f8f8
;
left
:
0
;
z-index
:
10
;
.search-box
{
position
:
relative
;
height
:
30px
;
background-color
:
#FFF
;
border-radius
:
15px
;
padding
:
0
16px
0
26px
;
.search-input
{
width
:
100%
;
height
:
30px
;
border
:
0
;
}
.search-icon
{
position
:
absolute
;
font-size
:
12px
;
top
:
16px
;
left
:
24px
;
}
}
}
.hot-brand
{
margin
:
(
30rem
/
$pxConvertRem
)
0
0
;
...
...
static/sass/home/_hot-brands.scss
View file @
5ef26ef
...
...
@@ -43,11 +43,7 @@
white-space
:
nowrap
;
}
}
.brand
:nth-child
(
4n
)
{
border-right
:
none
;
}
.more
{
float
:
left
;
width
:
317rem
/
$pxConvertRem
;
...
...
static/sass/home/_icons-enter.scss
View file @
5ef26ef
...
...
@@ -17,9 +17,6 @@
display
:
-
webkit-flex
;
width
:
98rem
/
$pxConvertRem
;
height
:
98rem
/
$pxConvertRem
;
border-radius
:
50%
;
border
:
2rem
/
$pxConvertRem
solid
#e0e0e0
;
box-sizing
:
border-box
;
overflow
:
hidden
;
align-items
:center
;
justify-content
:
center
;
...
...
Please
register
or
login
to post a comment