用JavaScript实现新年倒计时





新年倒计时




距离新的一年还有


css部分代码:

@charset "UTF-8";
/* CSS Document */
div{
  margin:0;
  padding:0;
  border:0;
}


.time{
  width:400px;
  height:30px;
  margin:30px auto;
  font-size:14px;
}
#LeftTime
{
    color:red;
}

你可能感兴趣的:(Javascript)