63 lines
940 B
CSS
63 lines
940 B
CSS
.reply_mode_wrap {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.reply_mode {
|
|
background: white;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 2px solid rgb(161, 161, 161);
|
|
}
|
|
|
|
.reply_mode_content {
|
|
padding: 0 25px;
|
|
height: 150px;
|
|
}
|
|
|
|
.reply_mode_content .row {
|
|
width: 100%;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.reply_mode_content .row span {
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.reply_confirm_btn {
|
|
margin: 0;
|
|
float: right;
|
|
}
|
|
|
|
.input_wrap {
|
|
overflow: hidden;
|
|
line-height: 22px;
|
|
height: 26px;
|
|
border: 1px solid rgb(214, 214, 214);
|
|
}
|
|
|
|
.input_wrap input[type="text"] {
|
|
width: 81%;
|
|
line-height: 24px;
|
|
border: 0;
|
|
padding: 1px 8px;
|
|
}
|
|
|
|
.evidence_upload {
|
|
width: 10%;
|
|
height: 26px;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.select_wrap {
|
|
overflow: hidden;
|
|
line-height: 22px;
|
|
height: 26px;
|
|
border: 1px solid rgb(214, 214, 214);
|
|
}
|
|
|
|
.select_wrap select {
|
|
width: 100%;
|
|
height: 26px;
|
|
} |