健康同学微信公众号h5项目
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.

40 lines
648B

  1. .login {
  2. position: relative;
  3. height: 100vh;
  4. width: 100%;
  5. /* overflow: hidden; */
  6. @include center();
  7. .login-con {
  8. flex: 1;
  9. padding: 90px 90px 0 90px;
  10. display: flex;
  11. justify-content: space-around;
  12. align-items: center;
  13. flex-direction: column;
  14. .login-bg-img {
  15. height: 100%;
  16. width: 100%;
  17. @include center();
  18. }
  19. .login-btn {
  20. height: 120px;
  21. width: 520px;
  22. padding-top: 60px;
  23. .login-text {
  24. font-size: 48px;
  25. }
  26. }
  27. }
  28. .popup {
  29. padding: 60px;
  30. .login-text {
  31. padding: 5px;
  32. margin-top: 30px;
  33. font-size: 48px;
  34. }
  35. }
  36. }