12345678910111213141516171819 |
- .start {
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- }
- .start navigator,
- .start image {
- width: 100%;
- height: 100%;
- }
- .skip {
- background-color: transparent;
- color: #fff;
- font-size: 24rpx;
- position: absolute;
- right: 40rpx;
- top: 40rpx
- }
|