首先,我们进入fee模板目录中的echo_log.php文件里面,在里面加上以下css代码。
<style>
#comment {
width: 100%;
resize: none;
overflow-x: hidden;
overflow-y: auto;
border: 0;
line-height: 22px;
font-size: 14px;
outline: 0;
height: 100px;
padding: 10px;
color: #a7a7a7;
border-radius: 5px;
background: url(/content/templates/fee/static/img/comment.png) right bottom no-repeat;
background-size: 148px 98px;
border: 1px #b09595 solid;
}
</style>
css代码加好了,那么现在需要做的是下载以下这张图片(电脑右键保存图片,手机长按保存图片)下载好后上传到fee模板目录中/static/img/这个目录里。图片名字是comment.png。
版权说明
文章采用: 《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权。版权声明:未标注转载均为本站原创,转载时请以链接形式注明文章出处。如有侵权、不妥之处,请联系站长删除。敬请谅解!