custom-layout.wxss 293 B

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