laoshi 看看

laoshi 看看

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>3-1作业</title>
    <style>
        div {
            font-size: 14px;
            font-weight: bold;
            line-height: 50px;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 50px;
            margin: auto;
            cursor: pointer;
            text-align: center;
            background: #abcdef;
            /*此处写代码*/
            -webkit-transform:rotate(0deg) scale(1,1);
            -webkit-transition:transform 1s ease-in-out 0.01s;
        }
        /*此处写代码*/
       div:hover {
            cursor:pointer;
            -webkit-transform:rotate(360deg) scale(2,2); 
            -webkit-transition:transform 1s ease-in-out 0.01s;
       }
    </style>
</head>
<body>
    <div>www.imooc.com</div>
</body>
</html>


正在回答

登陆购买课程后可参与讨论,去登陆

1回答

同学你好,效果实现的没有问题,继续加油,祝学习愉快~

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师