html控制树莓派小车,car.html

家庭监控系统广西师范大学电子工程学院朱春浩制作

.switch {

position: relative;

display: inline-block;

width: 40px;

height: 26px;

}

.switch input {

display: none;

}

.slider {

position: absolute;

cursor: pointer;

top: 0;

left: 0;

right: -12;

bottom: 0;

background-color: #ccc;

-webkit-transition: .4s;

transition: .4s;

}

.slider:before {

position: absolute;

content: "";

height: 23px;

width: 23px;

left: 2px;

bottom: 1px;

background-color: white;

-webkit-transition: .4s;

transition: .4s;

}

input:checked+.slider {

background-color: #2196F3;

}

input:focus+.slider {

box-shadow: 0 0 1px #2196F3;

}

input:checked+.slider:before {

-webkit-transform: translateX(26px);

-ms-transform: translateX(26px);

transform: translateX(26px);

}

/* Rounded sliders */

.slider.round {

border-radius: 34px;

}

.slider.round:before {

border-radius: 50%;

}

时间:

毕业设计:监控小车

?action=stream

拍照(点击拍照后再网页上就会显示相片,然后自己右键保存)

Design by:程序小黑 date:2019-4-14 QQ:502517586

跑车

直行

倒车

function show(){

var date = new Date(); //日期对象

var now = "";

now = date.getFullYear()+"年"; //读英文就行了

now = now + (date.getMonth()+1)+"月"; //取月的时候取的是当前月-1如果想取当前月+1就可以了

now = now + date.getDate()+"日";

now = now + date.getHours()+"时";

now = now + date.getMinutes()+"分";

now = now + date.getSeconds()+"秒";

document.getElementById("nowDiv").innerHTML = now; //div的html是now这个字符串

setTimeout("show()",1000);

}

一键复制

编辑

Web IDE

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值