auth.module.less 543 B

1234567891011121314151617181920212223242526272829303132
  1. .error {
  2. background-color: #fff;
  3. display: flex;
  4. // padding-top: 20px;
  5. flex-direction: column;
  6. min-height: calc(100vh);
  7. align-items: center;
  8. justify-content: center;
  9. .info {
  10. display: flex;
  11. align-items: center;
  12. margin-bottom: 30px;
  13. span {
  14. display: inline-block;
  15. margin-left: 10px;
  16. color: #58727e;
  17. font-size: 18px;
  18. }
  19. }
  20. :global {
  21. .o-result-container,
  22. .van-empty {
  23. padding-top: 0;
  24. }
  25. .van-button {
  26. width: 50%;
  27. }
  28. }
  29. }