<p class="head_c_texts" contenteditable="true"></p>
.headlin_cons .head_c_texts:empty::after {
content: '正文';
color: #BBBBBB;
}
.headlin_cons .head_c_texts:focus:before {
content: none;
}
.head_c_texts{
max-height: 100%;
font-size: 0.24rem;
color: #BBBBBB;
padding: 0.26rem 0;
width: 100%;
display: block;
}
///////////////// 用了css的empty(如果content不出来,是因为html标签换行了)