CSS 分隔线 中间带文字 分隔符

HTML部分:
最近常用路线
CSS部分:
.order {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.order .line {
    display: inline-block;
    width: 35%;
    border-top: 3px solid #82B3D5;
}
.order .txt {
    color: #555;
    vertical-align: middle;
}
如下图所示:


 
  

你可能感兴趣的:(html,css)