register.less 573 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @import "~assets/less/variable";
  2. .content {
  3. text-align: center;
  4. color: @white;
  5. h1 {
  6. color: @white;
  7. }
  8. p {
  9. font-size: 14px;
  10. margin-top: 12px;
  11. }
  12. }
  13. .back {
  14. margin-top: 16px;
  15. font-size: 16px;
  16. cursor: pointer;
  17. i{
  18. margin-right: 8px;
  19. }
  20. }
  21. .tips {
  22. margin-top: 16px;
  23. span {
  24. color: @light-bg;
  25. }
  26. a {
  27. font-weight: 600;
  28. }
  29. }
  30. .activeWrapper {
  31. position: absolute;
  32. top:0;
  33. right:0;
  34. left:0;
  35. bottom:0;
  36. width: 100%;
  37. height:100%;
  38. display: flex;
  39. justify-content: center;
  40. align-items: center;
  41. }