css3實現當鼠標經過圖片是 圖片上有一道傾斜的閃光劃過

<style> #img{width:205px;height: 242px;margin:50px auto;position: relative;overflow: hidden;} #img:hover:before{ transition: left 0.7s;/*過渡,改變閃光的位置*/ left: 300px; } #img:before{/*插入閃光*/            con
相關文章
相關標籤/搜索