module.exports = { plugins: { 'postcss-pxtorem': { rootValue: 37.5, // 以设计稿宽度为 375px 为基准,因为在 flexible.js 中设置了 html 的 font-size 为 37.5px propList: ['*'], }, }, };