You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
561 B
Plaintext

2 years ago
.icon-tijiaochenggong {
color: #027AFF;
font-size: 70px;
}
.successText {
font-size: 22px;
color: rgba(0, 0, 0, 0.9);
}
.fullBtn{
font-size: 14px;
height: 40px;
opacity: 1;
background: #027AFF;
border-radius: 25px;
font-weight: 601;
color: #ffffff;
line-height: 40px;
}
.fillBtn{
font-size: 14px;
height: 40px;
opacity: 1;
border: 1px solid #027AFF;
border-radius: 18px;
background-color: #fff;
font-weight: 601;
color: #027AFF;
line-height: 40px;
}
.fillBtnHover{
opacity: 0.8;
}