<style type="text/css"> div{ position:relative; } span{ position: absolute; right: 0; bottom: 0; } label{ display: inline-block; width: 40px; } </style> <div> <p>我是文字我是文字我是文字我是文字我是文字我是文字我是文字我是文字我是文字我是文字文字我<label> </label></p> <span>09-28</span> </div> 设置时间bottom:0,在文字后加一个与时间等宽的空格占位符。
设置时间
bottom:0
,在文字后加一个与时间等宽的空格占位符。