table文字超出省略

<!doctype html>
  <html lang="en">
 <head>
   <meta charset="UTF-8" />
     <title>table文字超出省略</title>
   <style type="text/css">
       table{ width:50%;table-layout: fixed;}
      .name{width: 10%;}
      .age{width: 20%;}
       .sex{width: 30%;}
       .addr{width: 40%;}

        table{table-layout: fixed;}
        td{
        white-space: nowrap;/*控制单行显示*/
overflow: hidden;/*超出隐藏*/
text-overflow: ellipsis;/*隐藏的字符用省略号表示*/
        }

.duohang{

overflow: hidden;
  text-overflow:ellipsis;//文本溢出显示省略号
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width:130px;

}
       
     </style>
 </head>
 <body>
    <table border="1" cellspacing="0" cellpadding="0">
        <thead>
           <tr>
               <th class="name">姓名</th>
                 <th class="age">年龄</th>
                <th class="sex">性别</th>
               <th class="addr">地址</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>王小帅</td>
                <td>25</td>
              <td>女</td>
               <td>嘿嘿嘿嘿嘿嘿省略吗嘿嘿嘿嘿嘿嘿省略吗嘿嘿嘿嘿嘿嘿省略吗嘿嘿嘿嘿嘿嘿省略吗</td>
            </tr>
            
       </tbody>
    </table>

<div class="duohang">

 多行省略嘿嘿嘿嘿嘿嘿省略吗嘿嘿嘿嘿嘿嘿省略吗嘿嘿嘿嘿嘿嘿省略吗嘿嘿嘿嘿嘿嘿省略吗

</div>
</body>
 </html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值