graveImage.wxss 160 B

123456789101112
  1. view {
  2. display: flex;
  3. align-items: center;
  4. justify-items: center;
  5. background: #000000;
  6. width: 100vw;
  7. height: 100vh;
  8. }
  9. view image {
  10. width: 100%;
  11. }