@import

    "../base/mixin",
    "../base/variable";

.ui-input-wrap{
    background-color: $input-wrap-bg;
    height: 44px;
    display: -webkit-box;
    -webkit-box-align: center;
    .ui-btn,i{
        margin-right: 10px;
    }
}

.ui-input {
    height: 30px;
    line-height: 30px;
    margin: 7px 10px;
    background: #fff;
    padding-left: 10px;
    -webkit-box-flex: 1;
}

.ui-input input {
    width: 100%;
    height: 100%;
    border: 0;
  	background: 0 0;
  	-webkit-appearance: none;
  	outline: 0;

}
