css——设置字体小于12px

p {

white-space: nowrap;

font-size: .12rem;

-webkit-transform-origin-x: 0; //缩小后文字居左

-webkit-transform: scale(0.80);   //关键

}
原文地址:https://www.cnblogs.com/linjiangxian/p/11454715.html