index.wxss 254 B

12345678910111213
  1. .boot-page {
  2. min-height: 100vh;
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. background: linear-gradient(180deg, #0f2f5a 0%, #1d5ca8 100%);
  7. }
  8. .boot-page__text {
  9. color: #ffffff;
  10. font-size: 30rpx;
  11. letter-spacing: 0.08em;
  12. }