📜  带有右侧图标的 html 输入 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:20.097000             🧑  作者: Mango

代码示例1
// css .input-icon-wrap { border: 1px solid #ddd; display: flex; flex-direction: row; } .input-icon { background: #ddd; } .input-with-icon { border: none; flex: 1; } .input-icon, .input-with-icon { padding: 10px; }