@import '~@/themes/vars.less'; .root { :global { .am-button { background-color: #176aff; height: 24px; line-height: 24px; width: 64px; border-radius: 10px; font-size: 12px; } } display: flex; justify-content: space-between; padding: @space-xxxs @space-xxs; img { border-radius: 5px; width: 120px; height: 92px; } .right { display: flex; flex-direction: column; justify-content: space-between; padding-left: @space-xxxs; .title { font-size: @space-sm; font-weight: 500; color: @item-title-color; } .action { display: flex; justify-content: space-between; .label { line-height: 24px; padding-left: @space-xxxs; } svg { margin-top: @space-xxxxs; } .share { display: flex; justify-content: space-between; } .like { display: flex; justify-content: space-between; } } } }