<div class="justify">hello, text justify.</div><br/>
<div class="justify"> hello, text justify.<span></span></div><br/>
<div class="justify">两 端 对 齐</div><br/>
<div class="justify">两 端 对 齐<span></span></div>
div.justify {
text-align: justify;
width:200px;
font-size:15px;
color:red;
border:1px solid blue;
height:18px;
}
div.justify > span {
display: inline-block ;
padding-left: 100%;
}
网友评论