@import "./var.less";
.ix-datepicker{
  .ix-input-base;
  .ix-datepicker_label{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    &.placeholder{
      color:#B7B7B7
    }
  }
  .ix-datepicker_input{
    .input-base;
  }
  &.is_range{
    width: auto;
    .ix-datepicker_input{
      text-align: center;
    }
  }
  &.is_dates{
    .ix-datepicker_input{
      font-size: 0;
    }
  }
}
.ix-datepicker_pop{
  .ix-datepicker_bar{
    .ix-input{
      box-sizing: border-box;
    }
    >.flex>.ix-input:first-child{
      margin-right: 4px;
    }
  }
  .ix-datepicker_mark{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ix-datepicker_view{
    width: 100%;
    position: relative;
    display: flex;
    >.f1:nth-child(2){
      border-left: 1px solid @theme-low;
      margin-left: 10px;
      padding-left: 10px;
    }
  }
  .ix-datepicker_qt{
    margin-top: 5px;
  }
  .ix-datepicker_bar{
    border-bottom: @border;
    padding: 10px 0;
  }
  .ix-datepane{
    td{
      border-width: 0;
      .ix-datepane_day{
        height: 30px;
        line-height: 30px;
        padding: 4px;
      }
    }
  }
}

