You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
2.8 KiB
183 lines
2.8 KiB
|
|
|
|
.div_main {
|
|
width: 100%;
|
|
.marginl-20{
|
|
margin-left: 16px;
|
|
}
|
|
|
|
.div_search {
|
|
padding: 10px;
|
|
// box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
|
|
margin:7px 7px;
|
|
|
|
/deep/ .el-form-item{
|
|
margin-bottom:14px;
|
|
}
|
|
|
|
.search_form{
|
|
|
|
}
|
|
|
|
.div_search_btn{
|
|
margin-right:10px;
|
|
margin-top:5px;
|
|
float:right;
|
|
}
|
|
|
|
//特殊查询的文字,如房屋级联
|
|
.div_search_label{
|
|
line-height: 36px;
|
|
margin-left:24px;
|
|
margin-right:6px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
.data-tag{
|
|
margin-left:10px;
|
|
}
|
|
|
|
//查询栏---常规宽度
|
|
.item_width_normal{
|
|
width: 168px;
|
|
}
|
|
//查询栏---分开的日期、时间范围的宽度
|
|
.item_width_daterange{
|
|
width: 206px;
|
|
}
|
|
//查询栏---合并的日期、时间范围的宽度
|
|
.item_width_daterange2{
|
|
width: 445px;
|
|
}
|
|
//查询栏---小区、楼、单元、楼号,级联长度
|
|
.item_width_communitycascader{
|
|
width: 141px;
|
|
}
|
|
.item_width_buildcascader{
|
|
width: 96px;
|
|
}
|
|
|
|
.div_table{
|
|
margin:16px 7px 7px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
|
|
position: relative;
|
|
padding:24px 16px 10px;
|
|
|
|
.div_btn {
|
|
display: flex;
|
|
// margin-top: 10px;
|
|
justify-content: space-between;
|
|
|
|
.div_btn_left{
|
|
display: flex;
|
|
|
|
.btn_upload {
|
|
margin-left: 10px;
|
|
display: flex;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.div_btn_right{
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.div_table_item {
|
|
margin-top: 16px;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
//---------旧版
|
|
|
|
.item_width_2{
|
|
width: 138px;
|
|
}
|
|
|
|
.item_width_1{
|
|
width: 260px;
|
|
}
|
|
.item_width_3{
|
|
width: 200px;
|
|
}
|
|
|
|
|
|
|
|
.list_item_width_1 {
|
|
width: 165px;
|
|
}
|
|
.list_item_width_2 {
|
|
width: 135px;
|
|
}
|
|
}
|
|
|
|
|
|
.div-mult-form {
|
|
margin-top: 20px;
|
|
|
|
.div_person {
|
|
display: flex;
|
|
font-size: 14px;
|
|
padding-bottom: 20px;
|
|
|
|
.person_title {
|
|
text-align: right;
|
|
flex: 0 0 100px;
|
|
|
|
line-height: 36px;
|
|
padding: 0 12px 0 0;
|
|
}
|
|
|
|
.tag_item {
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.tag_tip {
|
|
margin-top: 10px;
|
|
color: #9c9c9c;
|
|
}
|
|
}
|
|
}
|
|
.div-mult-table {
|
|
position: relative;
|
|
padding: 0 20px;
|
|
|
|
.div_selcount{
|
|
position: absolute;
|
|
bottom:10px;
|
|
left:30px;
|
|
}
|
|
}
|
|
|
|
.div_dialog_table {
|
|
padding: 10px;
|
|
|
|
.table {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
.twoline {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
// 搜索栏高度控制显示隐藏
|
|
.setFormBoxHeight{
|
|
max-height: 99px;
|
|
overflow: hidden;
|
|
}
|
|
.setFormBoxHeightAuto{
|
|
height: auto;
|
|
}
|
|
|
|
|