最新回答 / 半仙刘
click是js点击事件,target相当于是css判断URL中锚,来相应执行对应的css代码,两者区别还是挺大的,target其实和js里面的switch挺相似
2018-06-26
.nav li:not(:last-child):after{
content:'';
position:absolute;
width:1px;
height:14px;
right:0px;
top:18px;
background-image: linear-gradient(to right, rgba(255,255,255,.5), grey);
}
content:'';
position:absolute;
width:1px;
height:14px;
right:0px;
top:18px;
background-image: linear-gradient(to right, rgba(255,255,255,.5), grey);
}
2018-06-22
最新回答 / 奋斗的小菇凉
.slider li:nth-of-type(1) a::after { background: url(http://www.w3cplus.com/demo/css3/CSS3Fullbackground/sbg1.jpg) no-repeat center ; }应该是对li标签进行选择啊,而不是对a标签,你试试这种写法,看看有没有用
2018-06-21
明明输入的是的content-box,效果也显示了,但是提交之后,还是说错误了,复制粘贴页面上的东西,提交还是说错误~
2018-06-14