/*
变量定义，例如字体、背景颜色、按钮颜色等
*/
:root{
  --colorWhite: #fff;
  --colorSub: #666;
  --bgBlue: #303E4F;
  --fontSize:12px;
}
