zoukankan      html  css  js  c++  java
  • css 多行溢出

    <div style="
    height: 38px;
        max- 180px;
        -webkit-box-orient: vertical;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    ">1222222222222222222222222222222222222222222222222222222222222222333333333333333333333333333333333333</div>    
  • 相关阅读:
    【POJ
    【POJ
    【POJ
    【POJ
    【POJ
    【POJ
    【POJ
    【POJ
    NAT
    OSPF与ACL综合实验
  • 原文地址:https://www.cnblogs.com/CyLee/p/6016173.html
Copyright © 2011-2022 走看看