演示代码:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <link rel="stylesheet" type="text/css" href="reset.css"/>
        <style type="text/css">
            #wyzx{
                width: 300px;height: 200px;position: relative;
            }
            .one{
                width: 100%;height: 100%;
            }
            .two{
                width: 200%;height: 200%;
                position: absolute;top: 0;left: 300px;
                display: none;
            }
            #wyzx:hover .two{
                display: block;
            }
        </style>
    </head>
    <body>
        <div id="wyzx">
            <img class="one" src="small.png" >
            <img class="two" src="big.png" >
        </div>
    </body>
</html>
打开支付宝首页搜“559920739”领红包,领到大红包的小伙伴赶紧使用哦! (如果你觉得本文不错,请扫描下面二维码随意打赏哦)
最后修改:2020 年 09 月 15 日
如果觉得我的文章对你有用,请随意赞赏