|
|
|
@ -823,7 +823,7 @@ button::after {
|
|
|
|
width: 260px;
|
|
|
|
width: 260px;
|
|
|
|
height: 42px;
|
|
|
|
height: 42px;
|
|
|
|
opacity: 1;
|
|
|
|
opacity: 1;
|
|
|
|
background: #027aff;
|
|
|
|
background: var(--color-yc);
|
|
|
|
border-radius: 25px;
|
|
|
|
border-radius: 25px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 601;
|
|
|
|
font-weight: 601;
|
|
|
|
@ -832,7 +832,9 @@ button::after {
|
|
|
|
line-height: 42px;
|
|
|
|
line-height: 42px;
|
|
|
|
margin-top: 100px;
|
|
|
|
margin-top: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginOut:active,.loginOut:hover,.loginOut:focus{
|
|
|
|
|
|
|
|
background: var(--color-ych);
|
|
|
|
|
|
|
|
}
|
|
|
|
.staticTitle {
|
|
|
|
.staticTitle {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 22px;
|
|
|
|
font-size: 22px;
|
|
|
|
|