标签:
使用CSS3制作倒影
img { -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent) , to(rgba(250, 250, 250, 0.4))); }
css3倒影
原文地址:http://www.cnblogs.com/jzm17173/p/4645230.html