"postcss-pxtorem": { // 此處為添加部分 rootValue: 100, // 換算基數(shù),默認100,把根標簽的font-size規(guī)定為1rem為50px,在設(shè)計稿上量出多少px直接在代碼中寫多少px unitPrecision: 5, //保留rem小數(shù)點多少位 propList: ['*', '!border', '!font-size'], // 存儲將被轉(zhuǎn)換的屬性列表,'!font-size' ...
www.dbjr.com.cn/article/2480...htm 2025-5-26