加上-webkit-grandient的東西后就什么效果都沒有了
.slider .ctrl .ctrl-i img{
??? width: 100%;
??? position: absolute;
??? left: 0;
??? bottom: 13px;
??? z-index: 1;
?? -webkit-box-reflect: below 0px ?
?? -webkit-gradient(
??? linear,
??? left top,
??? left bottom,
??? form(transparent),
??? color-stop(50% , transparent),
??? to( rgba(225,225,225,0.3))
?? );
}
2015-06-14
會不是會因為瀏覽器差異呢?這種效果只能在chrome里實現(xiàn)。