[點(diǎn)晴永久免費(fèi)OA]div模擬input實(shí)現(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=''請(qǐng)輸入文字''></div> </body> </html>
該文章在 2020/1/16 11:07:30 編輯過(guò) |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |