打开网站,在评论框中鼠标右键点击检查,查找控制背景元素的位置
以joe主题为例,(.joe_comment__respond-form .body .text)为控制元素,(https://dai.donghai.gq/usr/themes/Joe/assets/css/joe.global.min.css)这个为元素的地址文件
进入相应的位置打开css文件查找控制元素,修改代码为
.joe_comment__respond-form .body .text{width:100%;height:200px;border:none;resize:none;vertical-align:middle;color:var(--routine);background-image:url("需要添加的背景图片地址");background-repeat:no-repeat;background-position:right center}
图片素材可以在本站文章中下载 点击直达
所有都通用吗?
所有都通用,图片素材本站有文章提供