|
@@ -823,15 +823,15 @@ const goRegister = () => {
|
|
|
width: min(17.067vw, 80px);
|
|
width: min(17.067vw, 80px);
|
|
|
height: min(17.067vw, 80px);
|
|
height: min(17.067vw, 80px);
|
|
|
margin: 0 auto min(2.667vw, 12.8px);
|
|
margin: 0 auto min(2.667vw, 12.8px);
|
|
|
- background: linear-gradient(135deg, #ffc300 0%, #ff9500 100%);
|
|
|
|
|
border-radius: min(4.267vw, 20.48px);
|
|
border-radius: min(4.267vw, 20.48px);
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
|
|
|
.logo-img {
|
|
.logo-img {
|
|
|
- width: min(12.8vw, 60px);
|
|
|
|
|
- height: min(12.8vw, 60px);
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|