index.module.scss 255 B

12345678910111213141516
  1. .Z1login {
  2. :global {
  3. #TopCom {
  4. .TCimg {
  5. opacity: 0;
  6. pointer-events: none;
  7. }
  8. }
  9. .Z1main {
  10. height: calc(100% - 160px);
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. }
  15. }
  16. }