Files
ClassContent/历届学生/熊坤/2019-03-22/笔记.txt
2024-09-27 02:06:13 +08:00

17 lines
450 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.

transition : 元素从一种状态到另外一种状态发生改变的时候,为他添加上一个平滑的过渡效果。
四个数值应用过渡的CSS属性的名称(all) 变化持续的时间 动画的效果 延迟时间
text-decoration: none; 清除a标签默认的下划线
outline: none; 清除input被选中时候外面的边框
box-sizing : https://www.cnblogs.com/tianmuxi/p/9076373.html
:first-child
:nth-child(n)
:last-child