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
2e87a4bb5eed19e2846fecfef8c72772654ed71a
1 parent
c41ec492
频道选择页 logo 遮挡
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
framework
static/js/index/channel.js
static/sass/index/_index.scss
framework
@
75bbc3b0
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
...
...
static/js/index/channel.js
View file @
2e87a4b
...
...
@@ -10,7 +10,7 @@ var $searchBox = $('.search-box'),
function
showBigSearch
()
{
$indexLogo
.
css
({
width
:
0
opacity
:
0
});
$searchBox
.
css
({
width
:
'12.8rem'
...
...
@@ -23,7 +23,7 @@ function showBigSearch() {
function
hideBigSearch
()
{
$indexLogo
.
css
({
width
:
'5.4rem'
opacity
:
1
});
$searchBox
.
css
({
width
:
'8.8rem'
...
...
static/sass/index/_index.scss
View file @
2e87a4b
...
...
@@ -13,8 +13,8 @@
font-size
:
50rem
/
$pxConvertRem
;
width
:
216rem
/
$pxConvertRem
;
color
:
#343434
;
overflow
:
hidden
;
transition
:
width
400ms
;
opacity
:
1
;
transition
:
all
400ms
;
}
.index-search
{
...
...
@@ -22,7 +22,8 @@
top
:
0
;
right
:
0
;
width
:
384rem
/
$pxConvertRem
;
height
:
112rem
/
$pxConvertRem
;
height
:
96rem
/
$pxConvertRem
;
background
:
#fff
;
overflow
:
hidden
;
z-index
:
3
;
@include
transition
(
width
.4s
);
...
...
Please
register
or
login
to post a comment