js制作台球游戏

还只有一个界面,后续会添加实现代码

<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>js台球</title>
</head>
<body>
    <div class="table">
        <div class="hole center top"></div>
        <div class="hole center bottom"></div>
        <div class="layer"></div>
        <div class="hole left top"></div>
        <div class="hole left bottom"></div>
        <div class="hole right top"></div>
        <div class="hole right bottom"></div>
    </div>
    <style type="text/css">
        .table { width: 800px; height: 400px; border: 20px solid darkgreen; border-radius: 10px; position: relative; margin: 0 auto; }
        .hole { width: 40px; height: 40px; border-radius: 20px; background-color: black; position: absolute; }
        .hole.left { left: -20px; }
        .hole.center { left: 50%; margin-left: -20px; }
        .hole.right { left: 100%; margin-left: -20px; }
        .hole.top { top: -20px; }
        .hole.middle { top: 50%; margin-top: -20px; }
        .hole.bottom { top: 100%; margin-top: -20px; }
        .layer { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: green; }
    </style>
</body>
</html>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值