/**
 * @author:  lzc
 * @date:    2019-02-27
 * @desc:    xx样式
 */
html,
body {
  width: 100%;
  height: 100%;
}

div,
p,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
section,
table {
  box-sizing: border-box;
}

#app {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
