列表下文本長度溢出隱藏

.ul1 {
    margin-top:10px;
    color:#6298ed;
 border:2px solid  rgba(222, 212, 212, 0.39);
     border-top:none;
      list-style:square inside;
     display: block;//塊級放入Ul中與下面溢出配套使用,防止空行顯示
}
 .ul1 li {
        height: 35px;
  vertical-align: middle;//上下居中
  line-height: 35px;//行高
  border-bottom: 1px dashed #e6d9d9;
  white-space:nowrap;
  overflow:hidden;//溢出隱藏
  text-overflow:ellipsis;//省略號     
    }ide


相關文章
相關標籤/搜索