css实现文字两端对齐

 

 

 

label {
  font-size: 0.28rem;
  display: inline-block;
  width: 0.95rem;
  text-align: justify;
  text-align-last: justify;
}