[点晴永久免费OA]div模拟input实现输入框
当前位置:点晴教程→点晴OA办公管理信息系统
→『 经验分享&问题答疑 』
<html> <head> <style> /**css样式*/ .input{ width:200px; height:24px; line-height:24px; padding:5px 8px; border:1px solid #ddd; } .input:empty::before { content: attr(placeholder); } </style> </head> <body> <div class=''input'' contenteditable placeholder=''请输入文字''></div> </body> </html>
该文章在 2020/1/16 11:07:30 编辑过 |
关键字查询
相关文章
正在查询... |