@import '../variables.less';

.wm-list {
  display: flex;
  flex-direction: column;
  background-color: @color-white;

  .tip {
    text-align: center;
    font-size: @font-size-12;
    color: @color-grey-99;
    padding-bottom: 40px;
  }

  .listSmall {
    background-color: @color-white;
    height: 100vh;
  }

  .listBig {
    background-color: @color-grey-f5;
    padding-top: @spacing-12;
    height: 100vh;
  }

  .listSmallItem {
    flex: 1;
  }

  .listBigItem {
    padding: 0 @spacing-12;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .listHorizontalItem {
    padding: 0 @spacing-12;
    flex-direction: row;
    display: flex;
  }
}
