Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 4: Line 4:
<html>
<html>
   <style>
   <style>
     /* 🧬 浮动动画 */
     /* 全局背景统一为白色,覆盖深色 */
    body.skin-vector-2022.page-Main_Page {
      background-color: #ffffff !important;
    }
 
    /* 浮动 DNA 动画 */
     @keyframes floatDNA {
     @keyframes floatDNA {
       0% { transform: translateY(0); opacity: 0.5; }
       0% { transform: translateY(0); opacity: 0.5; }
Line 24: Line 29:
     .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;
Line 42: Line 47:
     }
     }


     /* 🚫 隐藏左侧黑色侧栏 */
     /* 隐藏左侧面板 */
     body.page-Main_Page #mw-panel {
     body.page-Main_Page #mw-panel {
       display: none !important;
       display: none !important;
Line 48: Line 53:
   </style>
   </style>


   <!-- 🧬 浮动 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>


   <!-- 🧪 欢迎区 -->
   <!-- 欢迎内容 -->
   <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 59: Line 64:
     </h1>
     </h1>


     <p style="font-size: 16px; color: #ccc; margin-bottom: 40px;">
     <p style="font-size: 16px; color: #666; margin-bottom: 40px;">
       Please log in to access Labwiki content.
       Please log in to access Labwiki content.
     </p>
     </p>
Line 68: Line 73:
     </div>
     </div>


     <div style="margin-top: 60px; font-size: 12px; color: #aaa;">
     <div style="margin-top: 60px; font-size: 12px; color: #888;">
       © 2025 Yangwa Lab ·  
       © 2025 Yangwa Lab ·  
       <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a>
       <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a>

Revision as of 01:22, 14 April 2025


🧬
🧬
🧬

Welcome to the Lab of Synthetic Biopharmaceutics

Please log in to access Labwiki content.

© 2025 Yangwa Lab · 蜀ICP备2025131392号