1.媒体查询的css代码的优先级要比其他的高!
2.text-overflow: 定义文本溢出父级元素如何处理! clip/ellipsis/string
3.overflow: visible hidden scroll auto inherit
scroll 和 auto有区别吗?