feat: 样式调整

This commit is contained in:
2025-12-29 11:40:52 +08:00
parent a0f7838895
commit d5662e5810
3 changed files with 65 additions and 8 deletions

View File

@@ -146,8 +146,22 @@
.introContainer {
width: 100vw;
height: 100vh;
background: radial-gradient(227.15% 100% at 50% 0%, #bfffef 0%, #fff 36.58%),
#fafafa;
background-size: cover;
background-repeat: no-repeat;
position: relative;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(227.15% 100% at 50% 0%, #bfffef 0%, #fff 36.58%),
#fafafa;
z-index: -1;
pointer-events: none;
}
.result {
.avatarWrap {
@@ -235,6 +249,8 @@
height: 52px;
border-radius: 16px;
border: 1px solid rgba(0, 0, 0, 0.06);
background: #fff;
box-shadow: 0 8px 64px 0 rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
@@ -258,6 +274,16 @@
font-style: normal;
font-weight: 600;
line-height: normal;
&.primary {
color: #fff;
background: #000;
.arrowImage {
width: 20px;
height: 20px;
}
}
}
}
@@ -363,8 +389,23 @@
.testContainer {
width: 100vw;
height: 100vh;
background: radial-gradient(227.15% 100% at 50% 0%, #bfffef 0%, #fff 36.58%),
#fafafa;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(227.15% 100% at 50% 0%, #bfffef 0%, #fff 36.58%),
#fafafa;
z-index: -1;
pointer-events: none;
}
.bar {
margin: 12px 20px 36px;