Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
5147583383017aacb5348e072d58276e0a3acce2
1 parent
a002c436
修改头部高度
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
static/sass/home/_home-header.scss
static/sass/layout/_header.scss
static/sass/home/_home-header.scss
View file @
5147583
...
...
@@ -29,8 +29,8 @@
}
} */
.home-header
{
height
:
88rem
/
$pxConvertRem
;
line-height
:
88rem
/
$pxConvertRem
;
height
:
90rem
/
$pxConvertRem
;
line-height
:
90rem
/
$pxConvertRem
;
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
position
:
relative
;
.iconfont
{
...
...
static/sass/layout/_header.scss
View file @
5147583
...
...
@@ -4,8 +4,8 @@
color
:
#fff
;
width
:
100%
;
overflow
:
hidden
;
height
:
88rem
/
$pxConvertRem
;
line-height
:
88rem
/
$pxConvertRem
;
height
:
90rem
/
$pxConvertRem
;
line-height
:
90rem
/
$pxConvertRem
;
&
.boys
{
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
...
...
Please
register
or
login
to post a comment