css-cmd

作者: 泠泉 | 来源:发表于2019-04-19 16:01 被阅读0次
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    background-clip: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    justify-content: left;
    float: left;
    transform: scaleY(.5) translateY(100%);
    transform-origin: 50% 100%;
    z-index: 9; // 有时候,fixed时会把一些:before挤掉,这时就需要补充z-index
    clear: both;
    


    相关文章

      网友评论

          本文标题:css-cmd

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