comp-user.component.scss 550 B

123456789101112131415161718192021222324252627282930
  1. .page{
  2. position: fixed;
  3. top: 0px;
  4. left: 0px;
  5. background: #fff;
  6. width: 100%;
  7. height: 100%;
  8. z-index: 100;
  9. overflow: auto;
  10. background: url('../../../public//img/banner.png') no-repeat;
  11. background-size: 100% 100%;
  12. }
  13. .title{
  14. font-size: 1.5rem !important;
  15. text-align: left;
  16. }
  17. .login-content{
  18. position: absolute;
  19. transform:translateY(-50%);
  20. top: 50%;
  21. right: 100px;
  22. padding:10px 50px;
  23. text-align: center;
  24. width:448px;
  25. min-height: 536px;
  26. margin: 0 auto;
  27. background: #fff;
  28. border-radius: 8px;
  29. overflow: hidden;
  30. }