作列表排列时div的table属性应用

Posted 知兮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了作列表排列时div的table属性应用相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>table</title>
    <style>
        .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
        .clearfix:before,.clearfix:after{content:‘.‘;display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
        .clearfix:after{clear:both}
        .clearfix{zoom:1}
        .list{
            width: 800px;
            border: 1px solid #0f0f0f;
        }
        .list .l{
            width: 100px;
            float: left;
            min-height: 60px;
            line-height: 60px;
            color: #666666
        }
        .list .l .t{
            display: table-cell;
            line-height: 20px;
            height: 60px;
            vertical-align: middle;
            word-wrap:break-word
        }
    </style>
</head>
<body>
<div class="list clearfix">
    <div class="l">
        <div class="t">111</div>
    </div>
    <div class="l">
        <div class="t">比对执行比对执行比对执行比对执行</div>
    </div>
    <div class="l">
        <div class="t">333</div>
    </div>
    <div class="l">
        <div class="t">444</div>
    </div>
    <div class="l">
        <div class="t">555</div>
    </div>
</div>
</body>
</html>

 

以上是关于作列表排列时div的table属性应用的主要内容,如果未能解决你的问题,请参考以下文章

当我从用户获取数据并将其保存到 SQLite 数据库中时,我应该怎么做才能使列表视图在片段中工作

html中font body table tr td 的属性有哪些?这些代码编辑时排序是怎样排列的?有啥规律能快速掌握吗

关于react16.4

div 内table 居中实现代码

怎样让一个div里的多个div横向排列

如何让div中的内容横向排列