已采纳回答 / qq_沁夏_0
:before是伪类,每个元素都可以有伪类:before和:after&:before这是scss的写法,对应的css写法是 .class:bofore
2020-02-04
讲师回答 / 如风般魅影
最近一直在做项目,京东的年终倒带,大致也是用step这个函数实现的;你可以这样理解step多用于雪碧图背景图片,例如这个雪碧图的背景一共有10个,step(10)就ok了相当于把背景图等分10分,然后配合背景图坐标例如我整个图片宽度是1000 每个背景的图片大小是100 那么就是step10 , 之后在@keyframes run{} 这个里面在100%里面加background-position-x:-1000;
2019-12-26
已采纳回答 / qq_YanHSama_0
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">或者
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.0.js">也行,不过执行事需要连接网络
2019-11-11