* {
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;
}
更新时间:2020-06-28 00:04:54