//*****start*通用表单查询条件,列表样式******// .from-clues { width: 100%; min-width: 1000px; height: 100%; box-sizing: border-box; &-header { width: 100%; padding: 10px; box-sizing: border-box; background: #FFFFFF; border-radius: 2px; border: 1px solid #e8edf3; } .advanced-search { display: flex; font-size: 12px; flex-wrap: wrap; justify-content: flex-start; min-height: 30px; margin-bottom: 10px !important; span { display: flex; align-items: center; } i { color: $light-blue; margin-left: 5px; cursor: pointer; } ul { display: flex; align-items: center; flex-wrap: wrap; flex: 1; max-height: 38px; padding-left: 0 !important; li { color: $light-blue; border: 1px solid $light-blue; border-radius: 10px; padding: 1px 3px; } } .clean-btn { margin-left: 5px; float: left; } } &-content { width: 100%; padding: 10px; box-sizing: border-box; background: #FFFFFF; border-radius: 2px; margin-top: 5px; border: 1px solid #e8edf3; } .el-form--inline .el-form-item { width: auto; margin-right: 0px; .el-form-item__content { width: auto; } } .el-form-item--small.el-form-item { margin-bottom: 5px; } } .from-clues-header { padding-bottom: 0 !important; } //*****end*通用表单查询条件,列表样式******// /deep/.el-range-separator { line-height: 28px !important; } .width200px { width: 200px; } .width300px { width: 300px; } .slxx_title { border-bottom: 1px solid $borderColor; padding-left: 10px; padding-bottom: 5px; margin-bottom: 5px; margin-top: 5px; font-size: 16px; font-weight: 500; color: #4a4a4a; }