不看评论差点就在除法上面怀疑人生了!一直没看明白这里的关联,看了三四遍。320/10=32=font-size=rem啊老师
2019-04-11
前面html,js都慢慢讲,细节,,,怎么sass直接就跳过了。。。
大家可以看看博客
https://blog.csdn.net/wx11408115/article/details/78023466
大家可以看看博客
https://blog.csdn.net/wx11408115/article/details/78023466
2019-02-13
新闻标题让多余的文字... 我改进了下,谁有需要直接拿去
.news-title{ color: #404040; font-size: px2rem(17px); margin-top: px2rem(16px);line-height: px2rem(20px);height: px2rem(38px);overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp: 2; }
.news-title{ color: #404040; font-size: px2rem(17px); margin-top: px2rem(16px);line-height: px2rem(20px);height: px2rem(38px);overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp: 2; }
我完整的实现了一遍,如需要源码,可以下载 https://github.com/jiechud/notes/tree/master/html/Demo/rem 如果帮助,欢迎 star