• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
MKT-porter
博客园    首页    新随笔    联系   管理    订阅  订阅
网页按钮位置

 

 

 

 

 

<!DOCTYPE html>


<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>遥控界面</title>
    
    <style type="text/css">
        #front
        {
            margin-left: 47.5px;
            margin-bottom: 3px;
        }
        #back
        {
            margin-top: 3px;
            margin-left: 47.5px;
        }    
        #leftRear
        {
            margin-top: 3px;
            margin-left: 0px;
        }    
        #rightRear
        {
            margin-top: 3px;
            margin-left:  47.5px;
        }    

    </style>

</head>


<body>
<div id="container" class="container">
    
    <div>
        <button id="front" >前进</button>
    </div>
    <div>
        <button id='leftFront'>左转</button>
        <button id='stop'>停止</button>
        <button id='rightFront'>右转</button>
    </div>
    <div>
        <button id='back'>后退</button>
    </div>
     <div>
        <button id='leftRear'>拍照</button>
        <button id='rightRear'>报警</button>
    </div>

</div>
</body>


</html>

  

posted on 2020-08-10 23:19  MKT-porter  阅读(213)  评论(0)    收藏  举报
刷新页面返回顶部
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3