文字前面加竖线表示标题

    <span class="title">日志总览</span>


.title { position: relative; padding-left: 13px; margin: 24px 0px; } .title:before { content: ''; background-color: #3796EC; width: 4px; height: 16px; position: absolute; left: 0; top: 50%; margin-top: -8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

  

 

posted @ 2022-04-14 08:50  仓鼠爱画方格子  阅读(109)  评论(0编辑  收藏  举报