亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

鼠標移上放大效果

??? 2019-04-27 16:28:05 215
????:<html> <head>     <title>鼠標移上放大效果</title>     <script type="text/javascript" src="js/jquery.js"><
<html>
<head>
    <title>鼠標移上放大效果</title>
    <script type="text/javascript" src="js/jquery.js"></script>
    <link rel="stylesheet" type="text/css" href="font-awesome-4.7.0/font-awesome-4.7.0/css/font-awesome.css">
    <style type="text/css">
        .pic{ width: 200px; height: 400px; margin: 150px auto;

        }
        .pic img:{
            border-radius: 15px;
            transition: all 0.5s;
        }
        .pic:hover img{
            transform: scale(1.5);
        }


    </style>
    <script type="text/javascript">


    </script>
</head>
    <body style="background-color: #ccc">
        <div class="pic">
            <img src="qq.png" border="3" style="box-shadow: 10px 10px 5px #ff6700; border: 3px solid #ff6700;">

        </div>



    </body>
</html>

QQ圖片20190427162731.png

?? ???:查無此人?? ??:2019-04-27 17:34:08
???? ??:完成的不錯,你這個星期作業(yè)都比較多呀,不錯。繼續(xù)加油。

??? ??

?? ??