.link:hover{
color: yellow;
font-weight: bold;
/*倾斜*/
font-style: italic;
}
/*before和after加的东西不能被选中*/
.box1:before{
content: ".";
color: red;
}
.box2:after{
content: "。";
color: blue;
}
posted on 2020-07-07 12:12  BKSW  阅读(135)  评论(0编辑  收藏  举报