为了账号安全,请及时绑定邮箱和手机立即绑定

想问类似这样的伪类选择器还有那些?

如题,比如点击的伪类有么?或者其他的?

正在回答

7 回答

a:link{background:#ff0000}
a:visited{background:#00ff00}
a:hover{background:#ff00fff}
a:active{background:#ffff00}
p:first-line{color:#990000}
p:first-letter{color:#000099}
p:before{content:"(测试)"}
p:after{content:"(测试)"}
:root{background:#000}
body *not(h1){background:#666}
:empty{background:#000}
li:firtst-child{background:#fff000}
li:last-child{background:#000fff}
li:nth-child(2){background:#ddd}
li:nth-child(4n+3){background:#777}
li:nth-last-child(2){background:#ddd}
li:nth-child(odd){background:#eee}
li:nth-child(even){background:#eee}
li:nth-last-child(odd){background:#eee}
li:nth-last-child(even){background:#eee}

li:only-child{background:yellow}
input[type="text"]:focus{background:skyblue}
input[type="text"]:hover{background:blue}
input[type="text"]:active{background:#009900}

2 回复 有任何疑惑可以回复我~
#1

幸福的猫小阳 提问者

感谢耐心的写代码,注明都是什么就完美了
2016-08-26 回复 有任何疑惑可以回复我~

http://www.w3school.com.cn/css/css_pseudo_classes.asp

请参考,不知道有没有帮到

0 回复 有任何疑惑可以回复我~

p

div

a等等,都可以当伪类使用

0 回复 有任何疑惑可以回复我~

a:hover{color:red;}

0 回复 有任何疑惑可以回复我~

:nth-child、前缀和后缀

0 回复 有任何疑惑可以回复我~

a:link {color:gray;}/*链接没有被访问时前景色为灰色*/
a:visited{color:yellow;}/*链接被访问过后前景色为黄色*/
a:hover{color:green;}/*鼠标悬浮在链接上时前景色为绿色*/
a:active{color:blue;}/*鼠标点中激活链接那一下前景色为蓝色*/

2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
初识HTML(5)+CSS(3)-升级版
  • 参与学习       1225312    人
  • 解答问题       18230    个

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

进入课程

想问类似这样的伪类选择器还有那些?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信