css居中,vue

redhack發表於2018-02-10

flex彈性居中,父元素設定為彈性盒子,子元素就成為了彈性元素,利用flex相關屬性進行居中, .wrap{ display:flex; /使用flex盒子/ justify-content:center;/水平軸上居中/ align-items:center;/垂直軸上居中/ } .wrap{ display:flex; } .child{ margin: auto; } vuejs的配置檔案:build://webpack的基本配置,開發環境配置,生產環境配置。config:路口,埠以及反向代理配置, dist://webpack打包後的靜態資源node_modules:npm安裝的依賴包,src:前端主檔案,assets://靜態資源 font,img,scss,components:單個元件,xxx.vue//單檔案元件 router:路由配置。store:全域性變數。app.vue:app元件。main.js:主入口檔案,static:靜態檔案。.babelrc:babel配置項。editorconfig:編輯器的配置項。.gitignore:會忽略