网上掏的小技巧,献丑了
<style type="text/css" rel="stylesheet" src="">
.out{
width: 500px;
height: 600px;
overflow: hidden;
}
.inner{
width: 520px;
height: 100%;
overflow-y: scroll;
}
</style>
<div class="out">
<div class="inner">
希望对你有所帮助
</div>
</div>