css3 - css如何改变button中的文字?
ringa_lee
ringa_lee 2017-04-17 11:31:30
0
3
520

逼不得已,使用css方法如何解决,请教大家。

ringa_lee
ringa_lee

ringa_lee

全部回覆(3)
伊谢尔伦

只能幫到這裡了:


button:after {
  content: "Hellow";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
巴扎黑

不能,CSS能改變的的只有::before::after偽元素中的內容。

你可以試著用偽元素覆蓋在原本的元素上。

Ty80

css不能改變裡面的文字,為什麼不用js或jquery來實現了?

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板