html:
<div class="editor" contenteditable="true"></div>
css:
.editor{
width: 580px;
height: 65px;
border: 0px;
outline: 0; //设置边框为0;
margin-bottom: 5px;
}
时间: 2024-10-13 00:00:34
html:
<div class="editor" contenteditable="true"></div>
css:
.editor{
width: 580px;
height: 65px;
border: 0px;
outline: 0; //设置边框为0;
margin-bottom: 5px;
}