07.20小笔记

1 文本一出加点点

.ellipsis{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}

2

 

.lineTitle::before, .lineTitle::after {
  1. content: "";
  2. -webkit-flex: 1;
  3. flex: 1;
  4. height: 1px;
  5. background: #dcdcdc;
  6. display: block;
posted @ 2016-07-20 14:06  郭康勋kawhi  阅读(101)  评论(0)    收藏  举报