美文网首页
Div嵌套居中

Div嵌套居中

作者: 丿沧海一粟丿 | 来源:发表于2017-08-21 12:01 被阅读0次
image.png
<div style="background-color:#f3f3f3; width:700px; height:180px; padding:20px;">
    <div style="width:660px; height:140px; background-color:#fefcf9; overflow:hidden;">

        <div style="width:100%; height:50px; background-color:#0094ff;">
            <div style="width:325px; height:40px; margin-right:5px; background-color:#ff6a00; float:left;">
                <div style="text-align:center; background-color:#dcdcdc; width:125px; height:40px; float:left; line-height:40px;">2017年01月</div>
                <div style="background-color:white; height:40px; width:200px; text-align:center; float:left;  line-height:40px;">16,339,80</div>
            </div>
            <div style="width:325px; height:40px; margin-left:5px; background-color:#ff6a00; float:left;">
                <div style="text-align:center; background-color:#dcdcdc; width:125px; height:40px; float:left; line-height:40px;">2017年02月</div>
                <div style="background-color:white; height:40px; width:200px; text-align:center; float:left;  line-height:40px;">16,339,80</div>
            </div>
        </div>

        <div style="width:100%; height:50px; background-color:#0094ff;">
            <div style="width:325px; height:40px; margin-right:5px; background-color:#ff6a00; float:left;">
                <div style="text-align:center; background-color:#dcdcdc; width:125px; height:40px; float:left; line-height:40px;">2017年03月</div>
                <div style="background-color:white; height:40px; width:200px; text-align:center; float:left;  line-height:40px;">16,339,80</div>
            </div>
            <div style="width:325px; height:40px; margin-left:5px; background-color:#ff6a00; float:left;">
                <div style="text-align:center; background-color:#dcdcdc; width:125px; height:40px; float:left; line-height:40px;">2017年04月</div>
                <div style="background-color:white; height:40px; width:200px; text-align:center; float:left;  line-height:40px;">16,339,80</div>
            </div>
        </div>

        <div style="width:100%; height:50px; background-color:#0094ff;">
            <div style="width:325px; height:40px; margin-right:5px; background-color:#ff6a00; float:left;">
                <div style="text-align:center; background-color:#dcdcdc; width:125px; height:40px; float:left; line-height:40px;">2017年05月</div>
                <div style="background-color:white; height:40px; width:200px; text-align:center; float:left;  line-height:40px;">16,339,80</div>
            </div>
            <div style="width:325px; height:40px; margin-left:5px; background-color:#ff6a00; float:left;">
                <div style="text-align:center; background-color:#dcdcdc; width:125px; height:40px; float:left; line-height:40px;">2017年06月</div>
                <div style="background-color:white; height:40px; width:200px; text-align:center; float:left;  line-height:40px;">16,339,80</div>
            </div>
        </div>

    </div>
</div>

相关文章

网友评论

      本文标题:Div嵌套居中

      本文链接:https://www.haomeiwen.com/subject/zhycdxtx.html