├── angular
├── build
├── plugins
├── public
├── scripts
└── src
├── .cache
├── apis
├── components
├── config
├── pages
├── utils
├── app.js
├── app.less
└── index.js
.flex{display: flex;}
.flex.fdc{flex-direction: column;}
.flex.aic{align-items: center;}
.flex.jcc{justify-content: center;}
.flex.fwp{flex-wrap: wrap;}