文章详情页
css3 - css如何改变button中的文字?
浏览:227日期:2023-07-17 18:00:01
问题描述

逼不得已,使用css方法如何解决,请教大家。
问题解答
回答1:只能帮到这里了:
button:after { content: 'Hellow'; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: white;}回答2:
不能,CSS能改变的的只有::before和::after伪元素中的内容。
你可以尝试用伪元素覆盖在原本的元素上。
回答3:css不能改变里面的文字,你为什么不用js或者jquery来实现了?
标签:
CSS
相关文章:
排行榜

网公网安备