csDownload.css
456 Bytes
/* 文字盒子 */
.position .expeBtn{
margin-top: 50px;
}
/* col 文字 */
.title{
font-size: 20px;
font-weight: 700;
padding: 10px 0;
color: #000;
display: inline-block;
}
.text{
color: #000;
}
/* 下载按钮 */
.expeBtn{
display: inline-block;
font-size: 14px;
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
background: #006fa5;
border-radius: 2px;
}
.expeBtn:hover{
cursor: pointer;
}