beforeLogin.wxss 661 B

1234567891011121314151617181920212223242526272829303132333435
  1. .getPhone{
  2. position: absolute;
  3. left: 50%;
  4. top: 80%;
  5. transform: translate(-50%,-50%);
  6. width:100%;
  7. z-index: 2;
  8. }
  9. .bck{
  10. background-color: black;
  11. height: 100vh;
  12. }
  13. .logo{
  14. background-image:url('https://zh.qingyaokeji.com/logo.png');
  15. width: 220rpx;
  16. height: 220rpx;
  17. background-repeat: no-repeat;
  18. position: absolute;
  19. top: 12%;
  20. left: 50%;
  21. transform: translate(-50%,0);
  22. background-size: cover;
  23. z-index: 2;
  24. }
  25. .enter{
  26. background-image:url('https://zh.qingyaokeji.com/login.png');
  27. width: 100%;
  28. height: 100vh;
  29. position: fixed;
  30. top: -10%;
  31. left: 0;
  32. background-repeat: no-repeat;
  33. background-size: cover;
  34. z-index: 1;
  35. }