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
593 B
Plaintext
33 lines
593 B
Plaintext
.icon-tijiaochenggong {
|
|
color: var(--color-yc);
|
|
font-size: 70px;
|
|
}
|
|
|
|
.successText {
|
|
font-size: 22px;
|
|
color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
.fullBtn{
|
|
font-size: 14px;
|
|
height: 40px;
|
|
opacity: 1;
|
|
background: var(--color-yc);
|
|
border-radius: 25px;
|
|
font-weight: 601;
|
|
color: #ffffff;
|
|
line-height: 40px;
|
|
}
|
|
.fillBtn{
|
|
font-size: 14px;
|
|
height: 40px;
|
|
opacity: 1;
|
|
border: 1px solid var(--color-yc);
|
|
border-radius: 18px;
|
|
background-color: #fff;
|
|
font-weight: 601;
|
|
color: var(--color-yc);
|
|
line-height: 40px;
|
|
}
|
|
.fillBtnHover{
|
|
opacity: 0.8;
|
|
} |