fix: 优化界面以及更新接口
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 1m27s

This commit is contained in:
sexygoat
2026-04-15 11:54:43 +08:00
parent 0d0b5ec14a
commit 91d7d4c21f
30 changed files with 1863 additions and 1742 deletions

View File

@@ -202,7 +202,7 @@ onLoad((options: any) => {
width: 100%;
height: 100%;
background:
linear-gradient(90deg, transparent 0%, rgba(255, 103, 0, 0.02) 50%, transparent 100%);
linear-gradient(90deg, transparent 0%, rgba(22, 119, 255, 0.02) 50%, transparent 100%);
animation: scanline 8s linear infinite;
}
@@ -215,7 +215,7 @@ onLoad((options: any) => {
height: 800rpx;
top: -300rpx;
right: -200rpx;
background: radial-gradient(circle, rgba(255, 103, 0, 0.08), transparent 60%);
background: radial-gradient(circle, rgba(22, 119, 255, 0.08), transparent 60%);
border-radius: 50%;
animation: pulse1 10s infinite ease-in-out;
}
@@ -225,7 +225,7 @@ onLoad((options: any) => {
height: 600rpx;
bottom: -200rpx;
left: -150rpx;
background: radial-gradient(circle, rgba(255, 103, 0, 0.06), transparent 60%);
background: radial-gradient(circle, rgba(22, 119, 255, 0.06), transparent 60%);
border-radius: 50%;
animation: pulse2 12s infinite ease-in-out;
}
@@ -235,7 +235,7 @@ onLoad((options: any) => {
height: 400rpx;
top: 50%;
right: -100rpx;
background: radial-gradient(circle, rgba(255, 103, 0, 0.04), transparent 60%);
background: radial-gradient(circle, rgba(22, 119, 255, 0.04), transparent 60%);
border-radius: 50%;
animation: pulse3 14s infinite ease-in-out;
}
@@ -384,8 +384,8 @@ onLoad((options: any) => {
&.focused {
background: #ffffff;
border-color: #d4af37;
box-shadow: 0 0 0 4rpx rgba(212, 175, 55, 0.08);
border-color: var(--brand-primary);
box-shadow: 0 0 0 4rpx rgba(22, 119, 255, 0.08);
transform: translateY(-2rpx);
}