css标题线


/* 标题线样式 */

h3.title {
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  background: #fff;
  height: 30px;
  position: relative;
}

h3.title>span {
  line-height: 30px;
}

h3.title .left {
  display: inline-block;
  background: url(../images/line2.png) repeat-x;
  width: 44%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 14px;
  vertical-align: middle;
}

h3.title .right {
  display: inline-block;
  background: url(../images/line2.png) repeat-x;
  width: 44%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 14px;
  vertical-align: middle;
}

猜你喜欢

转载自blog.csdn.net/u014374031/article/details/76637690
今日推荐