#cldFrame {
position:relative;
width:600px;
margin:50px auto;
}
#cldBody {
margin:10px;
position:absolute;
width:600px;
}
#top {
font-family:'微软雅黑';
position:relative;
height:40px;
text-align:center;
line-height:40px;
}
#topDate {
font-size:17px;
font-weight:700;
}
.curDate {
color:red;
font-weight:bold;
}
table {
background-color:#f7f7f7;
}
#week td {
font-size:9px;
color:#797979;
}
td {
height:30px;
width:30px;
text-align:center;
font-family:'微软雅黑';
font-size:15px;
}
#left,#right {
position:absolute;
width:40px;
height:40px;
}
#left {
left:0px;
font-size:20px;
color:#6b6b50;
}
#right {
right:0px;
font-size:20px;
color:#6b6b50;
}
#left:hover,#right:hover {
background-color:rgba(71,71,71,0.2);
}
/* border:solid #3461e4 0.5px;
border-radius:50px;
*/更新时间:2020-04-30 00:27:29
简单的日历插件(html+css+js)效果