css 设置文本两端对齐

.txt{
  text-align:justify;  
  height: 30rpx;
}

.txt::after{
 content: '';
 width: 100%;
 display:inline-block;
}

  

posted @ 2026-01-06 15:31  醉肆意  阅读(3)  评论(0)    收藏  举报