[點晴永久免費OA]div模擬input實現(xiàn)輸入框
<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 編輯過 |
關鍵字查詢
相關文章
正在查詢... |