|
|
@@ -1,4 +1,4 @@
|
|
|
-:root {
|
|
|
+:root {
|
|
|
--green: #07c585;
|
|
|
--green-soft: #eef8f8;
|
|
|
--dark: #02150d;
|
|
|
@@ -136,8 +136,8 @@ img {
|
|
|
align-items: center;
|
|
|
max-width: 220px;
|
|
|
min-height: 42px;
|
|
|
- padding: 0 16px;
|
|
|
- border-radius: 999px;
|
|
|
+ padding: 0 12px;
|
|
|
+ border-radius: 44px;
|
|
|
background: #f6f6f6;
|
|
|
color: #3b3b3b;
|
|
|
font-size: 14px;
|
|
|
@@ -155,9 +155,11 @@ img {
|
|
|
min-width: 100px;
|
|
|
min-height: 42px;
|
|
|
padding: 0 18px;
|
|
|
- border-radius: 999px;
|
|
|
+ border-radius: 44px;
|
|
|
font-size: 16px;
|
|
|
line-height: 1;
|
|
|
+ display: inline-block;
|
|
|
+ transform: skewX(-12deg);
|
|
|
}
|
|
|
|
|
|
.login-btn {
|
|
|
@@ -200,8 +202,8 @@ img {
|
|
|
|
|
|
.language-option {
|
|
|
width: 100%;
|
|
|
- min-height: 40px;
|
|
|
- padding: 0 14px;
|
|
|
+ min-height: 36px;
|
|
|
+ padding: 0 12px;
|
|
|
border-radius: 10px;
|
|
|
color: #2b2b2b;
|
|
|
text-align: left;
|
|
|
@@ -420,7 +422,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.component-row::-webkit-scrollbar-thumb {
|
|
|
- border-radius: 999px;
|
|
|
+ border-radius: 44px;
|
|
|
background: rgba(7, 197, 133, 0.22);
|
|
|
}
|
|
|
|
|
|
@@ -599,7 +601,7 @@ img {
|
|
|
|
|
|
.footer-slogan {
|
|
|
margin: 0;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 15px;
|
|
|
line-height: 1.35;
|
|
|
}
|
|
|
|
|
|
@@ -616,7 +618,7 @@ img {
|
|
|
display: block;
|
|
|
margin: 0;
|
|
|
color: #d6d6d6;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 15px;
|
|
|
line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
@@ -641,7 +643,7 @@ img {
|
|
|
margin: 28px 0 0;
|
|
|
text-align: center;
|
|
|
color: #d6d6d6;
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 15px;
|
|
|
line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
@@ -993,18 +995,33 @@ img {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- min-width: 64px;
|
|
|
- height: 34px;
|
|
|
- padding: 0 14px;
|
|
|
- border-radius: 999px;
|
|
|
+ gap: 4px;
|
|
|
+ min-width: 164px;
|
|
|
+ height: 36px;
|
|
|
+ padding: 0 12px;
|
|
|
+ border-radius: 44px;
|
|
|
background: linear-gradient(90deg, #fdeb9f 4.524%, #ffd16b 100%);
|
|
|
color: #7c5200;
|
|
|
- font-size: 13px;
|
|
|
+ line-height: 1;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
+.header-pro-badge__prefix {
|
|
|
+ font-family: 'Microsoft YaHei', Arial, sans-serif;
|
|
|
+ font-size: 15px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 700;
|
|
|
+ line-height: 1;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+.header-pro-badge__brand {
|
|
|
+ font-family: 'Momo Trust Sans', 'Microsoft YaHei', Arial, sans-serif;
|
|
|
+ font-size: 15px;
|
|
|
font-style: italic;
|
|
|
font-weight: 790;
|
|
|
line-height: 1;
|
|
|
+ display: inline-block;
|
|
|
+ transform: skewX(-12deg);
|
|
|
}
|
|
|
-
|
|
|
.header-avatar-button {
|
|
|
width: 56px;
|
|
|
height: 56px;
|
|
|
@@ -1013,20 +1030,22 @@ img {
|
|
|
overflow: hidden;
|
|
|
flex: 0 0 auto;
|
|
|
}
|
|
|
-
|
|
|
.header-avatar-image {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 768px) {
|
|
|
.header-pro-badge {
|
|
|
min-width: 0;
|
|
|
height: 32px;
|
|
|
padding: 0 12px;
|
|
|
- font-size: 12px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .header-pro-badge__prefix,
|
|
|
+ .header-pro-badge__brand {
|
|
|
+ font-size: 13px;
|
|
|
}
|
|
|
|
|
|
.header-avatar-button {
|
|
|
@@ -1034,7 +1053,6 @@ img {
|
|
|
height: 44px;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
/* Header override */
|
|
|
.figma-header {
|
|
|
position: relative !important;
|
|
|
@@ -1064,16 +1082,34 @@ img {
|
|
|
display: inline-flex !important;
|
|
|
align-items: center !important;
|
|
|
justify-content: center !important;
|
|
|
- min-width: 44px !important;
|
|
|
- height: 28px !important;
|
|
|
- padding: 0 10px !important;
|
|
|
- border-radius: 999px !important;
|
|
|
+ gap: 4px !important;
|
|
|
+ min-width: 164px !important;
|
|
|
+ height: 36px !important;
|
|
|
+ padding: 0 12px !important;
|
|
|
+ border-radius: 44px !important;
|
|
|
background: linear-gradient(90deg, #fdeb9f 4.524%, #ffd16b 100%) !important;
|
|
|
color: #7c5200 !important;
|
|
|
- font-size: 12px !important;
|
|
|
+ line-height: 1 !important;
|
|
|
+ white-space: nowrap !important;
|
|
|
+}
|
|
|
+
|
|
|
+.header-pro-badge__prefix {
|
|
|
+ font-family: 'Microsoft YaHei', Arial, sans-serif !important;
|
|
|
+ font-size: 15px !important;
|
|
|
+ font-style: normal !important;
|
|
|
+ font-weight: 700 !important;
|
|
|
+ line-height: 1 !important;
|
|
|
+ display: inline-block !important;
|
|
|
+}
|
|
|
+
|
|
|
+.header-pro-badge__brand {
|
|
|
+ font-family: 'Momo Trust Sans', 'Microsoft YaHei', Arial, sans-serif !important;
|
|
|
+ font-size: 15px !important;
|
|
|
font-style: italic !important;
|
|
|
font-weight: 790 !important;
|
|
|
line-height: 1 !important;
|
|
|
+ display: inline-block !important;
|
|
|
+ transform: skewX(-12deg) !important;
|
|
|
}
|
|
|
|
|
|
.header-avatar-button {
|
|
|
@@ -1091,7 +1127,6 @@ img {
|
|
|
height: 100% !important;
|
|
|
object-fit: cover !important;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 768px) {
|
|
|
.figma-header {
|
|
|
min-height: 64px !important;
|
|
|
@@ -1156,8 +1191,8 @@ img {
|
|
|
|
|
|
.profile-language-option {
|
|
|
width: 100%;
|
|
|
- min-height: 40px;
|
|
|
- padding: 0 14px;
|
|
|
+ min-height: 36px;
|
|
|
+ padding: 0 12px;
|
|
|
border-radius: 10px;
|
|
|
color: #2b2b2b;
|
|
|
text-align: left;
|