实现两种时钟效果
573人加入学习
(3人评价)
Future老师带你使用JS和JQuery实现两种时钟效果

完成于2019-07-13 开发工具WebStorm10.0.3 Jquery3.4.2

价格 免费
<!DOCTYPE html>
<head>
    <meta charset="UTF-8">
    <title>购物</title>
    <style type="text/css">
        *{
            margin:0px;
            padding:0px;
        }
        .main{
            background:url("./imgs/gouwu.jpg") 0px 0px no-repeat;
            background-size:100% 100%;
            width:1000px;
            height:4500px;
            margin:auto;
            position:relative;
        }
        .plane2{
            background:url("./imgs/plane2.jpg") 0px 0px no-repeat;
            background-size:100% 100%;
            width:571px;
            height:520px;
            position:absolute;
            top:200px;
            right:-336px;
            z-index:-10;
        }
    </style>
</head>
<body>
    <div class="main">
        <div class="plane2">

        </div>
    </div>
</body>
</html>

 

[展开全文]

授课教师

专注Unity的VR开发

课程特色

下载资料(1)
视频(22)

学员动态