index.wxss 349 B

123456789101112131415161718192021222324
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .logo {
  8. height: 200rpx;
  9. width: 200rpx;
  10. margin-top: 200rpx;
  11. margin-left: auto;
  12. margin-right: auto;
  13. margin-bottom: 50rpx;
  14. }
  15. .text-area {
  16. display: flex;
  17. justify-content: center;
  18. }
  19. .title {
  20. font-size: 36rpx;
  21. color: #8f8f94;
  22. }