1.动态增加div内容,且保持所添加的内容一直保持居中。代码如下:
<div style="text-align: center; overflow: hidden;">
<div class="zc" style="width: 25%; float: left;">
<span style="font-family: '微软雅黑'; font-size: 30px;">总资产<br/><span style="font-family: '微软雅黑'; color: red;font-size: 40px;">8989</span></span>
</div>
<div class="zco" style="width: 25%; float: left;">
<span style="font-family: '微软雅黑'; font-size: 30px;">总资产<br/><span style="font-family: '微软雅黑'; color: red;font-size: 40px;">8989</span></span>
</div>
<div class="zct" style="width: 25%; float: left;">
<span style="font-family: '微软雅黑'; font-size: 30px;">总资产<br/><span style="font-family: '微软雅黑'; color: red;font-size: 40px;">8989</span></span>
</div>
<div class="zctt" style="width: 25%; float: left;">
<span style="font-family: '微软雅黑'; font-size: 30px;">总资产<br/><span style="font-family: '微软雅黑'; color: red;font-size: 40px;">8989</span></span>
</div>
</div>
2.web页面为了较好的在手机上显示:
所有页面布局代码如下:
<div id="header" style="width: 980px;background: black;height: 500px;margin: 0 auto;">
</div>
<div id="header" style="width: 980px;background: orange;height: 500px;margin: 0 auto;margin-top: 20px;">
</div>
<div id="footer" style="width: 980px;background: red;height: 500px;margin: 0 auto;margin-top: 20px;">
</div>
</div
2179

被折叠的 条评论
为什么被折叠?



