body,html{
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
}
.form_div{
width: calc(100% - 40px);
height: 100%;
padding: 20px;
padding-top: 10px;
overflow: auto;
overflow-x: hidden;
background: #fff;
}
.title_input{
width: 100%;
height: 128px;
background: #ffffff;
border-radius: 10px;
display: flex;
align-items: center;
}
.layui-form-item{
margin-bottom: 0;
}
.layui-form-item .layui-inline{
margin: 0;
}
.layui-form-label{
width: 88px;
padding-left: 44px;
font-size: 17px;
line-height: 31px;
color: #000;
}
.button_div{
width: 104px;
height: 33px;
border-radius: 17px;
color: #fff;
margin-left: 20px;
text-align: center;
line-height: 33px;
cursor: pointer;
}
.query_button{
background: #2d8cf0;
}
.reset_button{
background: #FF9500;
}
.button_div img{
margin-right: 7px;
}
.list_div{
width: calc(100% - 28px - 28px);
height: 78%;
background: #ffffff;
border-radius: 10px;
padding: 28px;
padding-bottom: 0;
}
.date_div{
width: 260px;
height: 45px;
border: 1px solid #ccc;
border-radius: 5px;
}
.date_div img{
float: left;
margin: 10px 14px 10px 20px;
}
.date_div .layui-input{
float: left;
width: 95px;
border: 0;
height: 100%;
}
.line_div{
color: #ccc;
float: left;
line-height: 45px;
}
.form_table{
float: left;
height: 510px;
width: 100%;
max-height: 510px;
}
.head_div{
float: left;
width: 100%;
height: 46px;
background-color: #2D8CF0;
border-radius: 5px;
}
.head_name{
float: left;
font-size: 16px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 46px;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
}
.content_div{
float: left;
width: 100%;
height: auto;
}
.content_column{
float: left;
width: 100%;
border-bottom: 2px solid #EBEBEB;
}
.content_column .head_name{
color: #666666;
font-weight: 500;
font-size: 14px;
}
.head_name i{
color: #ccc;
}
.hide_content{
float: left;
width: calc(100% - 214px - 214px);
height: 141px;
background: rgb(250, 250, 250);
border-radius: 5px;
padding-left: 214px;
padding-right: 214px;
display: none;
}
.show_content{
display: block;
}
.message_div_input{
float: left;
margin-top: 30px;
width: 28%;
margin-right: 8%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.message_div_input span{
font-size: 14px;
color: #666666;
}
.content_div_input{
float: left;
width: 100%;
}
.content_div_input_click{
background-color: #e5e5e5;
}
.page_div{
float: left;
width: 100%;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.previous_page{
width: 104px;
height: 33px;
background: #2d8cf0;
border-radius: 17px;
text-align: center;
line-height: 33px;
}
.button_div_head{
width: 76px;
height: 26px;
background: #acacac;
border-radius: 13px;
text-align: center;
border: 0;
color: #fff;
cursor: pointer;
}
.button_div_head img{
margin-right: 6px;
margin-bottom: 2px;
}
.offer_button{
width: 104px;
background: #00d59c;
}
.last_div_message{
margin-right: 0;
}
.layui-laydate-range{
width: 547px;
}
.delete_button{
width: 104px;
background: #1e9fff;
}