index.wxss 259 B

12345678910111213141516171819
  1. .start {
  2. width: 100vw;
  3. height: 100vh;
  4. overflow: hidden;
  5. }
  6. .start navigator,
  7. .start image {
  8. width: 100%;
  9. height: 100%;
  10. }
  11. .skip {
  12. background-color: transparent;
  13. color: #fff;
  14. font-size: 24rpx;
  15. position: absolute;
  16. right: 40rpx;
  17. top: 40rpx
  18. }