::selection选择器匹配元素中被用户选中或处于高亮状态的部分。
::selection只可以应用于少数的CSS属性:color, background, cursor,和outline。
<style type="text/css">
::selection
{
color:red;
background:black;
}
</style>
::selection选择器匹配元素中被用户选中或处于高亮状态的部分。
::selection只可以应用于少数的CSS属性:color, background, cursor,和outline。
<style type="text/css">
::selection
{
color:red;
background:black;
}
</style>
info 还没有任何评论,你来说两句呐!