Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
	list-style:none;
}
#box {
	width:280px;
	height:360px;
	margin:50px auto;
	background-color:black;
	color:aliceblue;
	line-height:40px;
}
#header {
	height:40px;
	color:aliceblue;
	line-height:40px;
}
#header span {
	float:left;
	text-align:center;
	margin-top:10px;
	line-height:40px;
}
#prev,#next {
	width:20%;
	line-height:40px;
	cursor:pointer;
}
#current {
	width:60%;
	line-height:40px;
}
#week li {
	width:40px;
	text-align:center;
	float:left;
	line-height:40px;
}
#content li {
	width:40px;
	text-align:center;
	float:left;
	line-height:40px;
}

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

简版js日历(原创)

更新时间:2020-06-28 00:04:54

0