You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
186 B

  1. html,
  2. body{
  3. height: 100%;
  4. margin: 0;
  5. padding: 0;
  6. font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  7. }
  8. body.login {
  9. overflow: hidden;
  10. }
  11. #root{
  12. height: 100%;
  13. }