Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
button {
	width:50px;
	height:50px;
	line-height:30px;
	background:skyblue;
	font-size:32px;
	border:none;
	outline:none;
}
input {
	height:30px;
	text-align:center;
	border:none;
	font-size:32px;
}
div {
	width:100%;
	font-size:32px;
	text-align:center;
	/* margin-left:40%;
	*/
      margin-top:200px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:2.1.1
 立即下载

js数字动态加减

更新时间:2019-12-22 22:50:43

数字动态加减效果,增加或减少的数字可以自己设置,时间可以自己设定

0