bootstrap大气科技类企业公司官网代码
代码语言:html
所属分类:布局界面
代码描述:bootstrap大气科技类企业公司官网代码
代码标签: bootstrap 大气 科技 企业 公司 官网 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>NexusAI - 引领人工智能未来</title> <!-- Bootstrap 5 CDN --> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.5.1.2.css"> <!-- Font Awesome CDN --> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/all.6.4.0.css"> <!-- 自定义样式 --> <style> :root { --primary: #6c63ff; --secondary: #00d4ff; --dark: #121212; --light: #f8f9fa; --gray: #495057; } body { font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif; color: var(--gray); overflow-x: hidden; } .bg-gradient-primary { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); } .text-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .navbar { padding: 1rem 2rem; transition: all 0.3s ease; } .navbar-scrolled { background-color: rgba(18, 18, 18, 0.95) !important; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .hero-section { min-height: 100vh; background: linear-gradient(rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.9)), url('https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80'); background-size: cover; background-position: center; display: flex; align-items: center; } .hero-title { font-size: 3.5rem; font-weight: 700; margin-bottom: 1.5rem; } .hero-subtitle { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.9; } .btn-primary { background: var(--primary); border-color: var(--primary); padding: 0.75rem 2rem; border-radius: 50px; font-weight: 600; transition: all 0.3s ease; } .btn-primary:hover { background: transparent; border-color: var(--primary); color: var(--primary); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(108, 99, 255, 0.2); } .btn-outline-light { border-radius: 50px; padding: 0.75rem 2rem; font-weight: 600; transition: all 0.3s ease; } .btn-outline-light:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1); } .section-padding { padding: 100px 0; } .section-title { margin-bottom: 60px; } .section-title h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; } .feature-card { padding: 30px; border-radius: 15px; background: white; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; height: 100%; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); } .feature-icon { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(108, 99, 255, 0.1) 0%, rgba(0, 212, 255, 0.1) 100%); border-radius: 50%; margin-bottom: 20px; } .feature-icon i { font-size: 30px; background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .about-img { border-radius: 15px; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); } .team-card { border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .team-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); } .team-img { position: relative; overflow: hidden; } .team-social { position: absolute; bottom: -50px; left: 0; right: 0; background: rgba(108, 99, 255, 0.9); padding: 15px 0; transition: all 0.3.........完整代码请登录后点击上方下载按钮下载查看
网友评论0