dealer.css 2.4 KB
.borderTitle {
    width: 200px;
}

.deaModal {
    width: 797px;
    position: absolute;
    top: 209px;
    right: -163px;
}

.deaUser {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.deaModal span {
    /* color: red; */
}

.selBtnInput {
    width: 147px;
}

.inputs {
    margin-right: 15px;
}

.selectBtnDrow {
    width: 36px;
    background: #e5e5e5;
    height: 36px;
    border: none;
    border-radius: 5px;
}

.modalInput {
    margin: 10px 35px;
}

.modalInput .selBtnInput {
    width: 147px;
    height: 30px;
}


/* .checkbox input {
  width: 25px;
}
.checkIn {
  width: 100px;
} */

.modalCheck {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modalCheck {
    margin-left: 49px;
}

.modalCheck h4 {
    width: 88px;
    text-align: right;
    font-size: 15px;
    margin-right: 15px;
}

.pull-right {
    width: 186px;
}

.commm h5 {
    width: 85px;
}

.modalInput h4 {
    text-align: right;
    font-size: 15px;
    width: 101px;
    margin-right: 15px;
}

.modalInput input {
    width: 196px;
    height: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    text-align: center;
}

.modalInput button {
    height: 30px;
    color: #000;
}


/* .formInput {
    margin-top: 35px;
} */

.commm {
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

.commms {
    width: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}

.commms h5 {
    width: 80px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #404040;
    padding-bottom: 18px;
    padding-right: 5px;
}

.commm h5 {
    width: 80px;
    /* height: 14px; */
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 24px; */
    letter-spacing: 0px;
    color: #404040;
    padding-bottom: 18px;
    padding-right: 5px;
}

.toDate h5 {
    padding-left: 27px;
    width: 50px;
}


/* 查询按钮 */

.selectBtn {
    width: 78px;
    height: 36px;
    background-color: #b61f24;
    border-radius: 3px;
    border: none;
    margin-left: 50px;
}

.date {
    width: 144px;
    /* height: 41px; */
    background-color: #f2f2f2;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 15px;
}