最新回答 / qq_幸福落雨_0
https://github.com/gdufedu/demo/tree/master/%E5%AA%92%E4%BD%93%E6%9F%A5%E8%AF%A2/rem
2019-04-05
最赞回答 / weixin_慕虎7058649
那个例子是错的 如果屏幕宽度是320px的情况下,除以10(屏幕宽度就是10rem)应该是1rem=32px,除以20(屏幕宽度就是20rem)是1rem=16px
2019-03-08
前面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; }