Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
毕凯
2017-01-14 10:46:40 +0800
Commit
6bd734248b9435b79f83e7ff12ce8af96d135589
2 parents
80fd4b15
8ab0a1f8
Merge branch 'hotfix/banner-height' into 'master'
修复首页小banner 高度 See merge request
!147
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
public/scss/channel/_banner-center.css
public/scss/channel/_banner-center.css
View file @
6bd7342
...
...
@@ -45,30 +45,26 @@
}
}
.banner-list
{
height
:
100
PX
;
}
.banner-center-swiper
{
background
:
#fff
;
width
:
100%
;
height
:
100
PX
;
height
:
200px
;
overflow
:
hidden
;
.banner-list
{
height
:
100
PX
;
height
:
200px
;
li
{
float
:
left
;
width
:
100%
;
height
:
100
PX
;
height
:
200px
;
a
{
position
:
relative
;
display
:
block
;
width
:
100%
;
height
:
100%
;
line-height
:
100
PX
;
line-height
:
200px
;
font-size
:
0
;
}
...
...
Please
register
or
login
to post a comment