代碼以下:css
wxmlhtml
<view class="line"> <span>到底啦,我是有底線的</span> </view>
wxssxss
/* 分隔線--底部 */ .line{ width: 90%; /* 分隔線的長度 */ margin: auto; height: 1px; /* 分隔線粗細 */ text-align: center; font-size: 24rpx; color: #aaa; background: #ccc; margin-top: 5px; margin-bottom: 22px; } .line span{ position: relative; top: -8px; background: #fff; padding: 0px 10px; }