/*
 * @Description:
 * @Author: smileswlin
 * @LastEditor: smileswlin
 * @Date: 2020-11-19 20:04:28
 * @LastEditTime: 2020-12-17 15:31:18
 */
@import '../../var.less';

.select {
  .weui-flex__item {
    width: calc(100% - 100px);
  }

  .select_content_wrap {
    font-size: @font-size-big;
    color: @font-primary;

    .select_content_title {
      overflow: hidden;
      font-size: @font-size-main;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

  .option_wrap_popup {
    .option_wrap_header {
      .option_wrap_button {
        float: right;
        padding-right: 16px;
        font-size: @font-size-main;
        color: @primary-color;
      }
    }

    .option_wrap_content {
      max-height: 481px;
      padding: 20px 16px 0;
      margin-bottom: 42px;
      overflow: auto;

      .radio-item {
        margin-bottom: 10px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}
