.answer-header { padding: 16px 40px 12px 20px; display: flex; justify-content: space-between; align-items: center; .btn-box { display: flex; } .sel-box { display: flex; align-items: center; flex-wrap: nowrap; .sel { width: 8%; min-width: 90px; margin-right: 20px; } .el-input__inner{ border-radius: 20px; border: 1px solid #e2e2e2; height: 36px; line-height: 34px; } .el-input__icon { line-height: 34px; } .el-date-editor.el-input, .el-date-editor.el-input__inner { width: 200px; } .input-with-select { width: 200px; height: 36px; margin-right: 50px; border-radius: 20px; border: 1px solid #e2e2e2; box-sizing: border-box; .el-input__inner { border-radius: 20px; border: none; height: 34px; line-height: 34px; } .el-input-group__append, .el-input-group__prepend { border: none; background: transparent; } } .d1 { margin-left: 30px; } .p1 { flex: 1; .s1 { margin-left: 36px; cursor: pointer; color: #7f7f7f; &:hover { color: #409eff; } &.active { color: #667ffd; } } } } }