banner 处理
This commit is contained in:
liheng 2018-05-12 21:17:46 +08:00
parent fba282addb
commit fcc0a79280
2 changed files with 4 additions and 3 deletions

View File

@ -128,15 +128,15 @@ margin: 4px;
----------------------------------------------*/ ----------------------------------------------*/
.carousel{ .carousel{
height: 500px; height: 450px;
margin-top: 70px; margin-top: 69px;
} }
.carousel-inner .item h4{ .carousel-inner .item h4{
margin: 0; margin: 0;
position: absolute; position: absolute;
} }
.carousel-inner .item{ .carousel-inner .item{
height: 500px; height: 450px;
background-size:100% ; background-size:100% ;
background-position: center center; background-position: center center;
} }

View File

@ -11,6 +11,7 @@
z-index: 99999; z-index: 99999;
border-radius: 0; border-radius: 0;
top: 0px; top: 0px;
margin-bottom: 160px;
/*border-bottom: 1px solid #303848;*/ /*border-bottom: 1px solid #303848;*/
} }