动画
2019-04-26 本文已影响0人
給我小鱼干
&:nth-child(3){
width: 29*$r;
height: 504*$r;
background: url('./image/index/3.png') no-repeat center;
background-size: cover;
right: 340*$r;
bottom: 130*$r;
opacity: 0;
transition: opacity .7s ease-in 3.4s;
&.on {
opacity: 1;
}
}
![](https://img.haomeiwen.com/i4768479/ebbb53d1caa07299.png)