@import '../variables/default.scss';
@import '../mixins/index.scss';

.at-picker-h5 {
  .weui-picker,
  .weui-picker__hd {
    font-size: $font-size-lg;
  }
}

.at-picker-container {
  .layout-body {
    padding: 0;
  }

  .picker-header {
    height: 90px;
    border-bottom: $border-width-md solid $color-grey-4;
    border-radius: 16px 16px 0 0;
    line-height: 90px;
    text-align: center;
    font-size: $font-size-base;
    margin-bottom: 15px * $hd;

    .cancel-text,
    .ok-text {
      color: $color-brand;
    }

    .picker-header-title {
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: bold;
    }
  }

  .picker-placeholder.picker-disabled {
    opacity: $opacity-disabled;
  }

  .picker-value.picker-disabled {
    opacity: $opacity-disabled;
  }
}
