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%; }
.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%; }