Css3 文本省略|漸變路徑百分比

文本省略

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;   <!-- 省略的行數 -->
-webkit-box-orient: vertical;

漸變

background: -webkit-linear-gradient(top,rgba(240,240,240,0.25) 0%,rgba(240,240,240,0) 9%);  <!-- 從上至下-->
相關文章
相關標籤/搜索