Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
24472a4c1db9843a316b3192fe6a693723be933a
1 parent
6651947f
频道选择页面顶部搜索框优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
static/sass/index/_index.scss
static/sass/index/_index.scss
View file @
24472a4
...
...
@@ -34,7 +34,7 @@
}
.search-box
{
margin-left
:
80rem
/
$pxConvertRem
;
//
margin-left: 80rem / $pxConvertRem;
}
}
}
...
...
@@ -91,13 +91,11 @@
}
.no-search
{
position
:
absolute
;
display
:
none
;
float
:
left
;
margin-right
:
10rem
/
$pxConvertRem
;
color
:
#999
;
font-size
:
28rem
/
$pxConvertRem
;
@inlcude
transition
(
display
.4s
)
;
}
}
.index-container
{
...
...
Please
register
or
login
to post a comment