@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; margin-bottom: 16px; img { border-radius: 5px; width: 120px; height: 92px; } .right { display: flex; flex-direction: column; justify-content: space-between; padding: 4px 0 4px 16px; .title { font-size: @space-sm; font-weight: 600; color: @item-title-color; line-height: 1.5; } .action { display: flex; justify-content: space-between; .cnt{ margin-left: 12px; } .limitTime { height: 17px; font-size: 12px; font-weight: 500; color: rgba(236, 164, 0, 1); line-height: 17px; } .view { height: 17px; font-size: 12px; font-weight: 500; color: rgba(204, 204, 204, 1); line-height: 17px; } } } }