Commit fdbd379d by zhangmeng

anime

parents f7998b62 f2fdedfe
module.exports = { module.exports = {
plugins: { plugins: {
autoprefixer: {}, autoprefixer: {},
'postcss-pxtorem': { // 'postcss-pxtorem': {
rootValue: 192.0,//136 // rootValue: 192.0,//136
propList: ['*'] // propList: ['*']
} // }
} }
} }
...@@ -20,6 +20,10 @@ export default { ...@@ -20,6 +20,10 @@ export default {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
text-align: center; text-align: center;
color: #2c3e50; color: #2c3e50;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} }
* { * {
margin: 0; 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