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:通过 background,background-position
css3动画:
1:定义动画 @keyframes 动画名称 {}
2:使用动画