index.module.less 255 B

123456789101112131415
  1. .f404 {
  2. min-height: 100vh;
  3. :global {
  4. .van-image {
  5. margin-top: 100px;
  6. width: 70%;
  7. }
  8. .van-button {
  9. background-color: transparent;
  10. height: 30px;
  11. line-height: 28px;
  12. padding: 0 25px;
  13. }
  14. }
  15. }