@import "~antd/lib/style/themes/default.less"; @import "../../utils/utils.less"; .standardList { :global { .ant-list-pagination { text-align: right; } } .headerInfo { position: relative; text-align: center; & > span { color: @text-color-secondary; display: inline-block; font-size: @font-size-base; line-height: 22px; margin-bottom: 4px; } & > p { color: @heading-color; font-size: 24px; line-height: 32px; } & > em { background-color: @border-color-split; position: absolute; height: 56px; width: 1px; top: 0; right: 0; } } .listContent { margin-left: 24px; font-size: 0; & > div { color: @text-color-secondary; display: inline-block; font-size: @font-size-base; margin-left: 32px; & > span { line-height: 20px; } & > p { margin-top: 4px; line-height: 22px; } } & > div:last-child { position: relative; top: -16px; width: 188px; } } .extraContentSearch { margin-left: 16px; width: 272px; } } @media screen and (max-width: @screen-sm) { .standardList { .extraContentSearch { margin-left: 0; width: 100%; } .headerInfo { margin-bottom: 16px; & > em { display: none; } } } } @media screen and (max-width: @screen-md) { .standardList { .listContent { & > div { display: block; } & > div:last-child { top: 0; width: 100%; } } } } @media screen and (max-width: @screen-lg) and (min-width: @screen-md) { .standardList { .listContent { & > div { display: block; } & > div:last-child { top: 0; width: 100%; } } } }