1.更新banner高度;

2.修改li行高;
3.banner图片新增
This commit is contained in:
Li Heng 2014-06-13 08:46:59 +00:00
parent a2673e8c03
commit 28832cdf99
4 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -139,7 +139,7 @@ body {
/* Carousel base class */
.carousel {
margin-bottom: 30px;
margin-bottom: 15px;
}
.carousel .container {
@ -156,14 +156,14 @@ body {
z-index: 10;
}
.carousel .item {
height: 320px;
height: 260px;
}
.carousel img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 320px;
height: 260px;
}
.carousel-caption {
background-color: transparent;
@ -171,7 +171,7 @@ body {
max-width: 1128px;
padding: 0 20px;
margin-top:260px;
margin-top:210px;
}
.carousel-caption h2, .carousel-caption .lead {
margin: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 KiB

After

Width:  |  Height:  |  Size: 546 KiB