给label设置一个固定长度即可:

label{  
    display:inline-block;  
    width:100px;

    text-align:right;
    }

 

相关文章: