module.exports = { plugins: { "postcss-pxtorem": { // 此处为添加部 rootValue: 16, // 对应16px 适配移动端750px宽度 unitPrecision: 5, propList: ["*"], selectorBlackList: [], replace: true, mediaQuery: false, minPixelValue: 0, }, }, };