@@ -24,14 +24,6 @@ export function NoteShowcase({
2424} : NoteShowcaseProps ) {
2525 return (
2626 < section className = 'py-10 md:pt-20 mx-4 md:mx-7 m-auto rounded-2xl md:rounded-4xl bg-gradient-to-br from-sky-500 via-blue-500 to-blue-600 relative overflow-hidden' >
27- { /* 光环效果 */ }
28- < div className = 'absolute inset-0' >
29- < div className = 'absolute top-20 left-1/4 w-32 h-32 border border-blue-300/10 rounded-full animate-ping' > </ div >
30- < div className = 'absolute bottom-32 right-1/3 w-40 h-40 border border-cyan-300/8 rounded-full animate-ping' style = { { animationDelay : '1s' } } > </ div >
31- < div className = 'absolute top-1/2 left-1/6 w-24 h-24 border border-sky-300/12 rounded-full animate-ping' style = { { animationDelay : '2s' } } > </ div >
32- < div className = 'absolute top-1/3 right-1/5 w-20 h-20 border border-blue-200/15 rounded-full animate-ping' style = { { animationDelay : '3s' } } > </ div >
33- </ div >
34-
3527 { /* 光束效果 */ }
3628 < div className = 'absolute inset-0' >
3729 < div className = 'absolute top-0 left-1/4 w-px h-32 bg-gradient-to-b from-blue-300/20 to-transparent animate-pulse' > </ div >
@@ -63,14 +55,11 @@ export function NoteShowcase({
6355 < div className = 'absolute bottom-48 left-1/6 w-1 h-1 bg-white/35 rounded-full animate-pulse blur-sm' style = { { animationDelay : '2s' } } > </ div >
6456
6557 { /* 书本和笔记元素 */ }
66- < div className = 'absolute top-28 left-2/3 text-blue-200/40 text-2xl animate-pulse' style = { { animationDelay : '0.8s' } } >
67- 📚
68- </ div >
6958 < div className = 'absolute bottom-36 right-2/3 text-cyan-200/35 text-xl animate-pulse' style = { { animationDelay : '2.2s' } } >
70- ✏️
59+ ✎
7160 </ div >
7261 < div className = 'absolute top-2/3 right-1/6 text-sky-200/30 text-lg animate-pulse' style = { { animationDelay : '3.5s' } } >
73- 📝
62+ 🔖
7463 </ div >
7564 < div className = 'absolute top-1/4 left-1/8 text-blue-300/25 text-xl animate-pulse' style = { { animationDelay : '1.2s' } } >
7665 💡
@@ -110,7 +99,7 @@ export function NoteShowcase({
11099 < div className = 'text-center' >
111100 { /* 项目标签 */ }
112101 < div className = 'inline-block text-white text-xl font-medium mb-6 px-4 py-2 bg-white/10 rounded-full backdrop-blur-sm border border-white/20' >
113- 📚 { title }
102+ 📝 { title }
114103 </ div >
115104
116105 { /* 主标题 */ }
@@ -143,29 +132,6 @@ export function NoteShowcase({
143132
144133 { /* 知识展示区域 */ }
145134 < div className = 'relative flex justify-center items-center py-8' >
146- { /* 背景装饰图标 */ }
147- < div className = 'absolute inset-0 flex justify-center items-center' >
148- { /* 浮动的知识图标 */ }
149- < div className = 'absolute top-1/8 left-1/6 opacity-70 animate-pulse' style = { { animationDelay : '0s' } } >
150- < BookOutlined className = 'text-4xl' style = { { color : '#ffffff' } } />
151- </ div >
152- < div className = 'absolute top-0 right-[32%] opacity-70 animate-bounce' style = { { animationDelay : '1s' } } >
153- < EditOutlined className = 'text-3xl' style = { { color : '#ffffff' } } />
154- </ div >
155- < div className = 'absolute bottom-0 left-[39%] opacity-80 animate-pulse' style = { { animationDelay : '2s' } } >
156- < ShareAltOutlined className = 'text-5xl' style = { { color : '#ffffff' } } />
157- </ div >
158- < div className = 'absolute top-1/3 right-1/6 opacity-80 animate-bounce' style = { { animationDelay : '1.2s' } } >
159- < ReadOutlined className = 'text-4xl' style = { { color : '#ffffff' } } />
160- </ div >
161- < div className = 'absolute top-1/2 left-1/12 opacity-60 animate-bounce' style = { { animationDelay : '1.5s' } } >
162- < CodeOutlined className = 'text-5xl' style = { { color : '#ffffff' } } />
163- </ div >
164- < div className = 'absolute top-2/3 right-1/5 opacity-50 animate-ping' style = { { animationDelay : '1.8s' } } >
165- < LikeOutlined className = 'text-4xl' style = { { color : '#ffffff' } } />
166- </ div >
167- </ div >
168-
169135 { /* 主要设备展示 */ }
170136 < div className = 'relative z-10 flex items-center justify-center gap-6 md:gap-12 scale-90 md:scale-100' >
171137 { /* 手机 */ }
0 commit comments