tailwind布局实现ai短剧视频电影电视剧制作工具介绍落地页英文官网代码
代码语言:html
所属分类:布局界面
代码描述:tailwind布局实现ai短剧视频电影电视剧制作工具介绍落地页英文官网代码
代码标签: tailwind 布局 ai 短剧 视频 电影 电视剧 制作 工具 介绍 落地页 英文 官网 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CineMagic AI - Next-Gen Film Production</title> <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/tailwindcss.3.4.16.js"></script> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/vanta.globe.min.js"></script> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/feather.4.28.0.js"></script> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/feather-icons.js"></script> <style> @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap'); body { font-family: 'Montserrat', sans-serif; overflow-x: hidden; } .hero-bg { background: radial-gradient(circle at 10% 20%, rgba(5, 5, 20, 0.9) 0%, rgba(10, 10, 40, 0.95) 90%); } .film-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px -12px rgba(255, 215, 0, 0.3); } .gradient-text { background: linear-gradient(90deg, #FFD700 0%, #FF8C00 100%); -webkit-background-clip: text; background-clip: text; color: transparent; } </style> </head> <body class="bg-gray-900 text-gray-100"> <!-- Vanta.js Globe Background --> <div id="vanta-globe" class="fixed top-0 left-0 w-full h-full z-0"></div> <!-- Navigation --> <nav class="relative z-10 bg-black bg-opacity-80 backdrop-filter backdrop-blur-lg border-b border-gray-800"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex items-center justify-between h-20"> <div class="flex items-center"> <div class="flex-shrink-0"> <span class="text-2xl font-bold gradient-text">CineMagic AI</span> </div> <div class="hidden md:block"> <div class="ml-10 flex items-baseline space-x-8"> <a href="#" class="text-yellow-400 hover:text-yellow-300 px-3 py-2 text-sm font-medium">Home</a> <a href="#" class="text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">Productions</a> <a href="#" class="text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">Technology</a> <a href="#" class="text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">About</a> <a href="#" class="text-gray-300 hover:text-white px-3 py-2 text-sm font-medium">Contact</a> </div> </div> </div> <div class="hidden md:block"> <div class="ml-4 flex items-center md:ml-6"> <button class="bg-gradient-to-r from-yellow-500 to-orange-500 text-white px-6 py-2 rounded-full font-medium hover:from-yellow-600 hover:to-orange-600 transition duration-300"> Generate Script </button> </div> </div> <div class="-mr-2 flex md:hidden"> <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none"> <i data-feather="menu"></i> </button> </div> </div> </div> </nav> <!-- Hero Section --> <section class="relative hero-bg overflow-hidden z-10"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-24 md:py-32"> <div class="relative z-10 text-center"> <h1 class="text-4xl md:text-6xl f.........完整代码请登录后点击上方下载按钮下载查看
网友评论0