标签:app eve content click wrapper width abs alt pad
*{ margin: 0; padding: 0; list-style: none; } body, html { height: 100%; overflow: hidden; } #content { height: 100%; overflow: auto; } #wrapper { position: absolute; height: 100px; width: 100%; background-color: #f00; }
<div id="content"> <div id="wrapper"> </div> </div>
标签:app eve content click wrapper width abs alt pad
原文地址:https://www.cnblogs.com/tujw/p/11181787.html