效果图 代码块(自适应) <div class="line"> <span class="text">我是文字</span> </div> .line{ height:0; border-top:1px solid #000; text-align:center; } .text{ position:relative; top:-14px; background-color:#fff; }