index.module.less 360 B

12345678910111213141516171819202122
  1. .f404 {
  2. min-height: 100vh;
  3. text-align: center;
  4. p {
  5. font-size: 16px;
  6. color: #999;
  7. }
  8. :global {
  9. .van-image {
  10. margin-top: 100px;
  11. width: 70%;
  12. }
  13. .van-button {
  14. margin-top: 20px;
  15. background-color: transparent;
  16. width: 50%;
  17. // height: 30px;
  18. // line-height: 28px;
  19. }
  20. }
  21. }