index.module.scss 337 B

1234567891011121314151617181920
  1. .D1Loc {
  2. :global {
  3. .D1Ltop {
  4. height: 32px;
  5. display: flex;
  6. justify-content: flex-end;
  7. align-items: center;
  8. }
  9. .D1Lmain {
  10. margin-top: 15px;
  11. height: calc(100% - 24px);
  12. display: flex;
  13. .D1Lmainrr {
  14. margin-left: 20px;
  15. width: calc(100% - 320px);
  16. }
  17. }
  18. }
  19. }