module.exports = { "plugins": { 'postcss-pxtorem': { rootValue: 192, // 设计稿 / 10 propList: ['*'] } } }