css世界十五
1 input, textarea, img, video, object {box-sizing:border-box}
2 超越最大
https://demo.cssworld.cn/3/3-2.php 展开更多加动效的,可以通过transition实现
max-height: 0;
overflow: hidden;
transition: max-height 3s ease;
展开时候改变max-height值,设置为一个合适大小的值
3 图片src https://demo.cssworld.cn/4/1-2.php
https://demo.cssworld.cn/4/1-3.php
https://demo.cssworld.cn/4/1-4.php
4 ie8浏览器只支持单冒号的伪元素
5 https://demo.cssworld.cn/4/1-9.php