index.acss 403 B

12345678910111213141516171819202122232425
  1. .page {
  2. width: 100vw;
  3. height: 100vh;
  4. background: linear-gradient(to bottom, #5592ff, #d6e1fa);
  5. overflow: hidden;
  6. }
  7. .content {
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: center;
  11. align-items: center;
  12. margin-top: 300rpx;
  13. }
  14. .tit {
  15. color: #fff;
  16. font-size: 40rpx;
  17. margin-top: 96rpx;
  18. }
  19. .content > image {
  20. width: 300rpx;
  21. height: 300rpx;
  22. }