index.wxss 396 B

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