startindex.wxss 414 字节
page {
  width: 750rpx;
  height: 100%;
  overflow-y: hidden;
}

.pagebox {
  width: 750rpx;
  height: 100%;
}

image {
  width: 100%;
  height: 100%;
}

.jump {
  width: 150rpx;
  height: 50rpx;
  border-radius: 40rpx;
  color: #fff;
  font-size: 24rpx;
  text-align: center;
  line-height: 50rpx;
  background: #333;
  opacity: 0.5;
  position: absolute;
  top: 135rpx;
  right: 35rpx;
  letter-spacing: 6rpx;
}