Files
ClassContent/历届学生/罗朝/2019-04-09/笔记.txt
2024-09-27 02:06:13 +08:00

23 lines
412 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1雪碧图
是什么?
将很多张小的图标放到一张大的背景图上
好处:
减少网络请求的次数,提高页面访问速度,节省用户流量
实现:
1建立空的盒子注意盒子的大小和你要显示的图片大小应该一致
2通过 backgroundbackground-position
css3动画
1定义动画 @keyframes 动画名称 {}
2使用动画