清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
.btn
{
background-color: #D2340F;
color:white;
text-decoration: none;
font-family: Helvetica, Arial, sans-serif;
font-weight: 900;
font-size: 15px;
padding:10px 13px;
border-radius: 3px;
}
.btn:hover
{
}
.btn-buynow
{
background-color: #D2340F;
}
.btn-buynow:hover
{
background-color: #EF411A;
}
.btn-signup
{
background-color: #006DCC;
}
.btn-signup:hover
{
background-color: rgb(0,74,204);
}
.btn-login
{
background-color: rgb(113,181,27);
}
.btn-login:hover
{
background-color: rgb(147,199,25);
}