zoukankan      html  css  js  c++  java
  • 加油 吧 啥时候能到这种程度

    p:first-child {
      background-color: pink;
       150px;
      line-height: 28px;
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    p:last-child {
      background-color: pink;
       150px;
      line-height: 28px;
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
     -webkit-line-clamp:3;
      
  • 相关阅读:
    手动渗透测试漏洞
    博弈论一 [ 巴什游戏 ]
    [Error]EOL while scanning string literal
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
    Swift
  • 原文地址:https://www.cnblogs.com/1swqd/p/7361648.html
Copyright © 2011-2022 走看看