| | |
| | | <div className="relative"> |
| | | <h3 className="text-lg font-semibold mb-4 flex items-center text-white group-hover:text-[#6ADBFF] transition-colors duration-300"> |
| | | <div className="w-1 h-4 bg-[#6ADBFF] mr-2 opacity-70 group-hover:opacity-100 group-hover:h-5 transition-all duration-300"></div> |
| | | 场景背景 |
| | | 背景说明 |
| | | </h3> |
| | | <p className="text-gray-300 leading-relaxed group-hover:text-gray-200 transition-colors duration-300">{scene.background}</p> |
| | | </div> |
| | |
| | | </h3> |
| | | <button |
| | | onClick={() => setShowDataPreview(true)} |
| | | className="flex items-center px-3 py-1.5 text-sm text-[#6ADBFF] hover:text-white bg-[#1A2547]/50 hover:bg-[#6ADBFF]/10 rounded-full transition-all duration-300 group/btn" |
| | | className="flex items-center px-3 py-1.5 text-sm text-[#6ADBFF] hover:text-white bg-[#1A2547]/50 hover:bg-[#6ADBFF]/10 rounded-full transition-all duration-300 group/btn cursor-pointer" |
| | | > |
| | | <svg |
| | | xmlns="http://www.w3.org/2000/svg" |