|
@@ -1,4 +1,4 @@
|
|
|
-:root {
|
|
|
|
|
|
|
+:root {
|
|
|
--green: #07c585;
|
|
--green: #07c585;
|
|
|
--green-soft: #eef8f8;
|
|
--green-soft: #eef8f8;
|
|
|
--dark: #02150d;
|
|
--dark: #02150d;
|
|
@@ -136,8 +136,8 @@ img {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
max-width: 220px;
|
|
max-width: 220px;
|
|
|
min-height: 42px;
|
|
min-height: 42px;
|
|
|
- padding: 0 16px;
|
|
|
|
|
- border-radius: 999px;
|
|
|
|
|
|
|
+ padding: 0 12px;
|
|
|
|
|
+ border-radius: 44px;
|
|
|
background: #f6f6f6;
|
|
background: #f6f6f6;
|
|
|
color: #3b3b3b;
|
|
color: #3b3b3b;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
@@ -155,9 +155,10 @@ img {
|
|
|
min-width: 100px;
|
|
min-width: 100px;
|
|
|
min-height: 42px;
|
|
min-height: 42px;
|
|
|
padding: 0 18px;
|
|
padding: 0 18px;
|
|
|
- border-radius: 999px;
|
|
|
|
|
|
|
+ border-radius: 44px;
|
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
|
|
+ display: inline-block;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.login-btn {
|
|
.login-btn {
|
|
@@ -200,8 +201,8 @@ img {
|
|
|
|
|
|
|
|
.language-option {
|
|
.language-option {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- min-height: 40px;
|
|
|
|
|
- padding: 0 14px;
|
|
|
|
|
|
|
+ min-height: 36px;
|
|
|
|
|
+ padding: 0 12px;
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
color: #2b2b2b;
|
|
color: #2b2b2b;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
@@ -420,7 +421,7 @@ img {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.component-row::-webkit-scrollbar-thumb {
|
|
.component-row::-webkit-scrollbar-thumb {
|
|
|
- border-radius: 999px;
|
|
|
|
|
|
|
+ border-radius: 44px;
|
|
|
background: rgba(7, 197, 133, 0.22);
|
|
background: rgba(7, 197, 133, 0.22);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -599,7 +600,7 @@ img {
|
|
|
|
|
|
|
|
.footer-slogan {
|
|
.footer-slogan {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
line-height: 1.35;
|
|
line-height: 1.35;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -616,10 +617,14 @@ img {
|
|
|
display: block;
|
|
display: block;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
color: #d6d6d6;
|
|
color: #d6d6d6;
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.figma-footer a {
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.quick-links a {
|
|
.quick-links a {
|
|
|
padding: 7px 0;
|
|
padding: 7px 0;
|
|
|
}
|
|
}
|
|
@@ -633,7 +638,8 @@ img {
|
|
|
padding: 2px 0;
|
|
padding: 2px 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.figma-footer .active {
|
|
|
|
|
|
|
+.figma-footer a:hover,
|
|
|
|
|
+.figma-footer a:focus-visible {
|
|
|
color: var(--green);
|
|
color: var(--green);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -641,7 +647,7 @@ img {
|
|
|
margin: 28px 0 0;
|
|
margin: 28px 0 0;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
color: #d6d6d6;
|
|
color: #d6d6d6;
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 15px;
|
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -890,7 +896,105 @@ img {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.login-modal--logout {
|
|
|
|
|
|
|
+.login-modal-backdrop {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ inset: 0;
|
|
|
|
|
+ z-index: 40;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ padding: 24px;
|
|
|
|
|
+ background: rgba(2, 21, 13, 0.38);
|
|
|
|
|
+ backdrop-filter: blur(6px);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ width: min(100%, 502px);
|
|
|
|
|
+ max-height: min(100vh - 48px, 760px);
|
|
|
|
|
+ overflow: auto;
|
|
|
|
|
+ border-radius: 20px;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__close {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 20px;
|
|
|
|
|
+ right: 40px;
|
|
|
|
|
+ width: 28px;
|
|
|
|
|
+ height: 28px;
|
|
|
|
|
+ color: #222;
|
|
|
|
|
+ font-size: 24px;
|
|
|
|
|
+ line-height: 1;
|
|
|
|
|
+ display: inline-flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__brand-block {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ min-height: 77px;
|
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__brand-image {
|
|
|
|
|
+ width: 71px;
|
|
|
|
|
+ height: 70px;
|
|
|
|
|
+ object-fit: cover;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__brand-group {
|
|
|
|
|
+ width: 196px;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ margin-left: -20px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__title {
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 33px;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ line-height: 1.33;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__signin-option {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ gap: 17px;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 66px;
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ border: 1px solid #eff1f3;
|
|
|
|
|
+ border-radius: 12px;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ font-size: 20px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__signin-icon {
|
|
|
|
|
+ width: 35px;
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ object-fit: contain;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__legal {
|
|
|
|
|
+ margin: 54px 0 0;
|
|
|
|
|
+ color: #85908c;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 15px;
|
|
|
|
|
+ line-height: 1.33;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.login-modal__legal a,
|
|
|
|
|
+.login-modal__footer-links a {
|
|
|
|
|
+ color: #07c585;
|
|
|
|
|
+}.login-modal--logout {
|
|
|
width: min(100%, 440px);
|
|
width: min(100%, 440px);
|
|
|
min-height: 414px;
|
|
min-height: 414px;
|
|
|
padding: 80px 40px 40px;
|
|
padding: 80px 40px 40px;
|
|
@@ -993,18 +1097,32 @@ img {
|
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: 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%);
|
|
background: linear-gradient(90deg, #fdeb9f 4.524%, #ffd16b 100%);
|
|
|
color: #7c5200;
|
|
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-style: italic;
|
|
|
font-weight: 790;
|
|
font-weight: 790;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
|
|
+ display: inline-block;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.header-avatar-button {
|
|
.header-avatar-button {
|
|
|
width: 56px;
|
|
width: 56px;
|
|
|
height: 56px;
|
|
height: 56px;
|
|
@@ -1013,20 +1131,22 @@ img {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.header-avatar-image {
|
|
.header-avatar-image {
|
|
|
display: block;
|
|
display: block;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
|
.header-pro-badge {
|
|
.header-pro-badge {
|
|
|
min-width: 0;
|
|
min-width: 0;
|
|
|
height: 32px;
|
|
height: 32px;
|
|
|
padding: 0 12px;
|
|
padding: 0 12px;
|
|
|
- font-size: 12px;
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .header-pro-badge__prefix,
|
|
|
|
|
+ .header-pro-badge__brand {
|
|
|
|
|
+ font-size: 13px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header-avatar-button {
|
|
.header-avatar-button {
|
|
@@ -1034,7 +1154,6 @@ img {
|
|
|
height: 44px;
|
|
height: 44px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
/* Header override */
|
|
/* Header override */
|
|
|
.figma-header {
|
|
.figma-header {
|
|
|
position: relative !important;
|
|
position: relative !important;
|
|
@@ -1064,16 +1183,34 @@ img {
|
|
|
display: inline-flex !important;
|
|
display: inline-flex !important;
|
|
|
align-items: center !important;
|
|
align-items: center !important;
|
|
|
justify-content: 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;
|
|
background: linear-gradient(90deg, #fdeb9f 4.524%, #ffd16b 100%) !important;
|
|
|
color: #7c5200 !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-style: italic !important;
|
|
|
font-weight: 790 !important;
|
|
font-weight: 790 !important;
|
|
|
line-height: 1 !important;
|
|
line-height: 1 !important;
|
|
|
|
|
+ display: inline-block !important;
|
|
|
|
|
+ transform: skewX(-12deg) !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header-avatar-button {
|
|
.header-avatar-button {
|
|
@@ -1091,7 +1228,6 @@ img {
|
|
|
height: 100% !important;
|
|
height: 100% !important;
|
|
|
object-fit: cover !important;
|
|
object-fit: cover !important;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
@media (max-width: 768px) {
|
|
@media (max-width: 768px) {
|
|
|
.figma-header {
|
|
.figma-header {
|
|
|
min-height: 64px !important;
|
|
min-height: 64px !important;
|
|
@@ -1113,9 +1249,10 @@ img {
|
|
|
|
|
|
|
|
.header-profile-dropdown {
|
|
.header-profile-dropdown {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: calc(100% + 2px);
|
|
|
|
|
|
|
+ top: 100%;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
z-index: 20;
|
|
z-index: 20;
|
|
|
|
|
+ padding-top: 8px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header-profile-dropdown__card {
|
|
.header-profile-dropdown__card {
|
|
@@ -1156,8 +1293,8 @@ img {
|
|
|
|
|
|
|
|
.profile-language-option {
|
|
.profile-language-option {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- min-height: 40px;
|
|
|
|
|
- padding: 0 14px;
|
|
|
|
|
|
|
+ min-height: 36px;
|
|
|
|
|
+ padding: 0 12px;
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
color: #2b2b2b;
|
|
color: #2b2b2b;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
@@ -1208,3 +1345,13 @@ img {
|
|
|
box-shadow: none;
|
|
box-shadow: none;
|
|
|
transform: none;
|
|
transform: none;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|