返回顶部

css——设置字体小于12px

p {

white-space: nowrap;

font-size: .12rem;

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

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

}
posted @ 2019-09-03 18:24  前端-xyq  阅读(7545)  评论(0编辑  收藏  举报