/* Write your styles */
/**
 * app.css
 */


/*
 fixed-layout 固定头部和边栏布局
*/

html,
body {
  height: 100%;
  /*overflow: hidden;*/
}

ul {
  margin-top: 0;
}



