npm install wepy-plugin-autoprefixer --save-dev
wepy.config.js
module.exports.plugins = { 'autoprefixer': { filter: /\.(wxss|css)$/, config: { browsers: ['last 11 iOS versions'] } }, };
autoprefixer