index.scss 462B

1234567891011121314151617181920212223242526272829303132333435
  1. .page-container {
  2. color: #181818;
  3. }
  4. .index {
  5. .addhousetab {
  6. color: #fff;
  7. }
  8. }
  9. .floatmodel {
  10. height: 500px;
  11. display: flex;
  12. flex-direction: column;
  13. justify-content: space-around;
  14. align-items: center;
  15. font-size: 32px;
  16. }
  17. .at-float-layout__container {
  18. min-height: 100px;
  19. color: #274291;
  20. font-weight: 600;
  21. border-radius: 50px 50px 0 0;
  22. }
  23. .at-float-layout {
  24. .layout-page {
  25. padding: 0;
  26. }
  27. }