Html
    Css
    Js

    
                        
@import url(http://fonts.font.im/css?family=Poiret+One);
	* {
	margin:0;
	padding:0;
	font-family:'Poiret One',cursive;
	font-weight:bold;
}
table {
	display:block;
}
.year th {
	width:200px;
	height:160px;
	font-size:100px;
	line-height:160px;
}
.black {
	background:#9933cc;
	color:white;
}
.white {
	background:white;
	color:#9933cc;
	box-shadow:3px 3px 3px #ccc inset;
}
.month {
	width:200px;
	height:165px;
}
.body {
	width:804px;
	margin:auto;
	position:relative;
}
.sun {
	color:red;
}
.Fuchsia {
	color:Fuchsia;
}
th>table:hover {
	border:2px solid red;
}
.down1 {
	position:absolute;
	width:600px;
	height:495px;
	font-size:51px;
	top:100px;
	left:100px;
	z-index:999;
}

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

日历一览图

0