@import "~antd/lib/style/themes/default.less"; @import "../../utils/utils.less"; .listContent { p { line-height: 24px; max-width: 720px; } & > div { color: @text-color-secondary; margin-top: 16px; height: 22px; line-height: 22px; & > img { margin-right: 16px; } & > span { vertical-align: top; margin-right: 8px; width: 20px; height: 20px; & > img { vertical-align: top; } } & > em { color: @disabled-color; font-style: normal; margin-left: 16px; } a { color: @text-color-secondary; &:hover { color: @primary-color; } } } } .listItemMetaTitle { color: @heading-color; } .listItemExtra { width: 272px; height: 1px; } .selfTrigger { margin-left: 24px; } @media screen and (max-width: @screen-xs) { .listContent { & > div { height: auto; } } .selfTrigger { display: block; margin-left: 0; } } @media screen and (max-width: @screen-md) { .selfTrigger { display: block; margin-left: 0; } } @media screen and (max-width: @screen-lg) { .listItemExtra { width: 0; height: 1px; } }