【发布时间】:2015-02-19 14:35:54
【问题描述】:
我正在尝试使用Unslider,但很难让高度自动响应。好像不能改变高度,只有宽度可以。
.banner {
position: relative;
width: 100%;
overflow: auto;
font-size: 18px;
line-height: 24px;
text-align: center;
background: #fff;
margin-left: 10px;
margin-right: 10px;
height: auto;
}
.banner ul {
list-style: none;
width: 300%;
background-repeat: no-repeat;
}
.banner ul li {
display: block;
float: left;
width: 33%;
height: auto;
background-repeat: no-repeat;
background-size: 100%;
}
希望这是足够的洞察力,但如果您需要更多代码,请告诉我。
【问题讨论】: