单单一个图片我看不出来他多长,发一下url
@hezongdnf:
.commentform .comment_textarea {
width: 100%!important;
height: 200px!important;
border: 1px solid #eef2f8;
border-radius: 6px;
padding: 5px;
font-family: inherit;
font-size: 15px;
resize: none;
box-sizing: border-box;
background-color: transparent;
color: #314659;
}
div.commentform textarea.comment_textarea {
line-height: 1.6;
}
.commentform .comment_textarea:hover {
border-color: #2D8CF0;
}
谢谢
F12找对应DOM的元素ID或者class,在博客=>设置=>页面定制CSS代码 里面写自定义的css。
没学过css,不会,可以copy一份代码给我吗
,最好有注释的,谢谢