item.less 1.03 KB
Newer Older
duanledexianxianxian's avatar
init  
duanledexianxianxian committed
1 2 3 4 5
@import '~@/themes/vars.less';

.root {
  :global {
    .am-button {
duanledexianxianxian's avatar
sync  
duanledexianxianxian committed
6
      background-color: #176aff;
duanledexianxianxian's avatar
init  
duanledexianxianxian committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
      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;
      }
    }
  }
}