Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 4: Line 4:
<html>
<html>
   <style>
   <style>
    /* 🧬 浮动动画 */
    @keyframes floatDNA {
      0% { transform: translateY(0); opacity: 0.5; }
      50% { transform: translateY(-20px); opacity: 0.2; }
      100% { transform: translateY(0); opacity: 0.5; }
    }
     .floating-dna {
     .floating-dna {
       font-size: 28px;
       font-size: 28px;
Line 11: Line 18:
       pointer-events: none;
       pointer-events: none;
       z-index: 0;
       z-index: 0;
    }
    @keyframes floatDNA {
      0% { transform: translateY(0); opacity: 0.5; }
      50% { transform: translateY(-20px); opacity: 0.2; }
      100% { transform: translateY(0); opacity: 0.5; }
     }
     }


Line 23: Line 24:
     .dna3 { top: 60%; left: 50%; animation-delay: 3s; }
     .dna3 { top: 60%; left: 50%; animation-delay: 3s; }


    /* 🎯 按钮样式 */
     .login-btn, .intro-btn {
     .login-btn, .intro-btn {
       background-color: #333;
       background-color: #333;
       color: #fff;
       color: white !important;
       border: none;
       border: none;
       padding: 12px 32px;
       padding: 12px 32px;
Line 38: Line 40:
       background-color: #444;
       background-color: #444;
       transform: scale(1.05);
       transform: scale(1.05);
    }
    /* 🚫 隐藏左侧黑色侧栏 */
    body.page-Main_Page #mw-panel {
      display: none !important;
     }
     }
   </style>
   </style>


   <!-- 🧬 Floating DNA -->
   <!-- 🧬 浮动 DNA 图标 -->
   <div class="floating-dna dna1">🧬</div>
   <div class="floating-dna dna1">🧬</div>
   <div class="floating-dna dna2">🧬</div>
   <div class="floating-dna dna2">🧬</div>
   <div class="floating-dna dna3">🧬</div>
   <div class="floating-dna dna3">🧬</div>


   <!-- 🧪 Main Welcome Content -->
   <!-- 🧪 欢迎区 -->
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:center; height:90vh; text-align:center; z-index:1;">
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:center; height:90vh; text-align:center; z-index:1;">
     <h1 style="font-size: 32px; margin-bottom: 16px;">
     <h1 style="font-size: 32px; margin-bottom: 16px;">
Line 69: Line 76:


|
|
<!-- 👤 登录后显示 -->
<!-- 👤 登录后视图 -->
== Welcome ==
== Welcome ==
You are now logged in. This is the main page content visible only to authenticated users.
You are now logged in. This is the main page content visible only to authenticated users.
}}
}}

Revision as of 01:20, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic Biopharmaceutics

Please log in to access Labwiki content.

© 2025 Yangwa Lab · 蜀ICP备2025131392号