Commit fdbd379d by zhangmeng

anime

parents f7998b62 f2fdedfe
module.exports = {
plugins: {
autoprefixer: {},
'postcss-pxtorem': {
rootValue: 192.0,//136
propList: ['*']
}
// 'postcss-pxtorem': {
// rootValue: 192.0,//136
// propList: ['*']
// }
}
}
......@@ -20,6 +20,10 @@ export default {
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
* {
margin: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment