
@import url(../../assets/styles/form-reset.css);
#menuView .van-button:active:before{
  opacity: 0;
}
.van-nav-bar{
  background-color: transparent;
  z-index: 999;
}
.van-nav-bar .van-icon{
  color: #fff;
}


/* 入库时间 输入框 */
.text-center input{
  text-align: center;
}






/* 仓库弹窗 */
.warehouseDownView{
  height: 25.2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
  /* transition: transform .2s ease; */
  border-radius: 0 0 0 1.2rem;
}

/* 选中样式 */
/* .selected{
  border: 1px solid #17A75E;
  color: #17A75E;
  background-color: rgba(23, 167, 94, 0.05);
} */



