*{
padding:0;
margin:0;
}
.htop{
width:100%;
height:60px;
line-height:60px;
background: #ccc;
padding:20px;
margin-bottom: 20px;
}
#app table{
border:1px solid #000;
width:100%;
text-align: center;
}
#app table th{
height:60px;
line-height: 60px;
border-right:1px solid #ccc;
border-bottom:1px solid #000;
}
#app table td{
height:40px;
line-height: 40px;
border-right:1px solid #ccc;
border-bottom:1px solid #000;
}
.box{
position:absolute;
top:40%;
left:40%;
background: #ee0;
width:280px;
height:300px;
padding:10px;
}
.box input {
width:90%;
margin-bottom: 20px;
}
.boxbtn {
float: right;
}
.nodata{
width:100%;
color:#f00;
text-align: center;
}
.datebtn{
width:7px;
height:15px;
position: relative;
}
.up{
width:0;
height:0;
border-bottom: 7px solid red;
border-top:0;
border-left:7px solid transparent;
border-ri