@import "../../static/css/lhseer/dom";//引用DOM结构
html, body {
  margin: 0;
  max-height: 100%;
  height: 100%;
}
body
{
  overflow-y: hidden;
  width: 100%;
  font-family:"Microsoft YaHei";
  font-size: 12px;
}
.pointer
{
  cursor: pointer;
}
#app
{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #F5F5F6;
}

.date-picker-dialog{
  padding:16px;
  .date-bordor{
    //width: 240px;
    //height: 28px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.15);
    opacity: 1;
    border-radius: 2px;
    padding:8px;
    position:relative;
    .date-picker-left{
      width: 80px;
      position: absolute;
      left: 8px;
      top: 1px;
    }
    .date-picker-right{
      width: 100px;
      position: absolute;
      left: 116px;
      top: 1px;
    }
    .icon_component_date{
      color:rgba(0,0,0,0.25);
      vertical-align:middle;
      font-size:14px;
    }
    .lh-input .lh-input-cornInput{
      border:none;
    }
    .lh-input__prefix{
      display:none;
    }
    .lh-input-cornInput{
      padding-left:8px
    }
    .lh-input.is-prefix.mini .lh-input-cornInput {
      padding-left:8px;
    }
    .icon_component_arrow_right{
      color:rgba(0,0,0,0.25);
      font-size:14px;
      vertical-align:middle;
    }
  }
}
