app-mob-select-theme.less 586 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
.app-mob-theme-select {
  .app-mob-theme-select__active {
    display    : flex;
    align-items: center;
    text-align : center;

    .active__text {
      font-size  : 14px;
      margin     : 0 7px;
      line-height: 14px;
    }
  }

  .app-mob-theme-select__list {
    display        : flex;
    justify-content: flex-end;
    align-items    : center;
    flex-wrap      : wrap;
  }

  .list__item {
    width        : 21vw;
    height       : 21vw;
    border-radius: 50%;
    text-align   : center;
    line-height  : 21vw;
    font-size    : 13px;
    margin       : 2vw;
  }
}