文字选中颜色

::selection{
  background: orange;
  color: white;
}


::-moz-selection{
  background: orange;
  color: white;
}

(//Firefox浏览器)

posted @ 2017-08-03 14:35  YYNSunny  阅读(151)  评论(0编辑  收藏  举报