rem,em 的说明 - archering/basic GitHub Wiki
###浏览器的默认字体高都是16px 参考文章 https://www.cnblogs.com/beidan/p/5275379.html
em: relative to the font-size of the element rem: relative to the font-size of the root element(html)
em: element
因为100%=16px,1px=6.25%,所以10px=62.5%, 如果1rem=10px,所以12px=1.2rem px与rem的转换通过10就可以得来