CSS 文字两端对齐

    .key {
        display: inline-block;
        width: 100px;
        vertical-align: text-top;
        text-align: justify;
        text-justify: inter-ideograph;/*IE*/
    }
    .key:after {
        content: " ";
        display: inline-block;
        width: 100%;
    }

 

posted @ 2019-01-23 15:54  哈比Sport  阅读(146)  评论(0编辑  收藏  举报