div 可输入

.haveInput{width: 100px;height: 100px;background: red;}
/*输入后删除该class*/
.haveInput:before {content: attr(placeholder);display: block;color: #333;}

  

<div placeholder='请输入' class="haveInput" contentEditable='true'></div>

  

posted @ 2019-04-22 23:56  魔都叛徒  阅读(367)  评论(0编辑  收藏  举报