add fanyi add top tip

This commit is contained in:
lyf
2024-09-19 16:58:51 +08:00
parent 7dc0f81d3f
commit 62efab987b
23 changed files with 484 additions and 54 deletions

View File

@@ -5,6 +5,43 @@
height: 100%;
width: 100%;
flex-direction: column;
.top-banner {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 12px 64px;
box-sizing: border-box;
background: var(--second);
.top-banner-inner {
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
line-height: 150%;
span {
display: inline-flex;
align-items: center;
gap: 8px;
a {
display: inline-flex;
align-items: center;
text-decoration: none;
margin-left: 8px;
color: var(--primary);
}
}
}
.top-banner-close {
cursor: pointer;
position: absolute;
top: 50%;
right: 48px;
transform: translateY(-50%);
}
}
.auth-header {
display: flex;