[點晴永久免費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 編輯過 |
關鍵字查詢
相關文章
正在查詢... |