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
ccbikai
9 years ago
Commit
b826d32aaf09fce4becb64aee45d3599d8801778
1 parent
1a6b1aad
品牌一览 hot 位置修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
static/sass/category/_brand.scss
static/sass/home/_side-nav.scss
static/sass/category/_brand.scss
View file @
b826d32
...
...
@@ -108,7 +108,7 @@
padding
:
0
20rem
/
$pxConvertRem
;
a
{
display
:
block
;
padding-top
:
10rem
/
$pxConvertRem
;
//
padding-top: 10rem / $pxConvertRem;
height
:
76rem
/
$pxConvertRem
;
line-height
:
76rem
/
$pxConvertRem
;
font-size
:
28rem
/
$pxConvertRem
;
...
...
@@ -116,13 +116,14 @@
border-top
:
1px
solid
#f9f9f9
;
i
{
display
:
inline-block
;
margin-top
:
-4rem
/
$pxConvertRem
;
margin-left
:
24rem
/
$pxConvertRem
;
width
:
58rem
/
$pxConvertRem
;
height
:
38rem
/
$pxConvertRem
;
text-align
:
center
;
vertical-align
:
middle
;
font-size
:
18rem
/
$pxConvertRem
;
line-height
:
3
9
rem
/
$pxConvertRem
;
line-height
:
3
8
rem
/
$pxConvertRem
;
color
:
#fff
;
border-radius
:
50rem
/
$pxConvertRem
;;
}
...
...
static/sass/home/_side-nav.scss
View file @
b826d32
...
...
@@ -4,12 +4,12 @@
position
:
fixed
;
top
:
0
;
bottom
:
0
;
// left: 0
;
left
:
-540rem
/
$pxConvertRem
;
right
:
640rem
/
$pxConvertRem
;
width
:
540rem
/
$pxConvertRem
;
z-index
:
-1
;
overflow
:
hidden
;
@include
transition
(
right
.3s
);
@include
transition
(
all
.3s
);
ul
{
background
:
#f0f0f0
;
...
...
@@ -107,6 +107,7 @@
}
.side-nav.on
{
left
:
0
;
right
:
100rem
/
$pxConvertRem
;
z-index
:
3
;
}
...
...
Please
register
or
login
to post a comment