1234567891011121314151617181920 |
- .D1Loc {
- :global {
- .D1Ltop {
- height: 32px;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .D1Lmain {
- margin-top: 15px;
- height: calc(100% - 24px);
- display: flex;
- .D1Lmainrr {
- margin-left: 20px;
- width: calc(100% - 320px);
- }
- }
- }
- }
|