沿革
.history-box{
list-style:none;
}
.history-box li{
display:inline-block;padding:4px;
}
.history-box .btn{
display: block;
width:280px;
height:80px;
line-height: 80px;
text-align: center;
font-size:16px;
font-weight:bold;
border:1px solid #091d3e;
background: rgb(20,84,128);
background: linear-gradient(0deg, rgba(20,84,128,1) 35%, rgba(104,159,197,1) 100%);
font-size:18px;
color:#fff;
font-weight:bold;
text-decoration: none;
}
.history-box .btn:hover{
text-decoration:none;
background: rgb(104,159,197);
background: linear-gradient(0deg, rgba(104,159,197,1) 35%, rgba(145,208,252,1) 100%);
border:1px solid #42516b;
}