Main Page: Difference between revisions

From yangwa
No edit summary
No edit summary
Line 5: Line 5:
   <style>
   <style>
     @keyframes floatDNA {
     @keyframes floatDNA {
       0%  { transform: translateY(0px) rotate(0deg); opacity: 1; }
       0%  { transform: translateY(0px); opacity: 0.7; }
       50%  { transform: translateY(-20px) rotate(5deg); opacity: 0.6; }
       50%  { transform: translateY(-20px); opacity: 0.4; }
       100% { transform: translateY(0px) rotate(0deg); opacity: 1; }
       100% { transform: translateY(0px); opacity: 0.7; }
     }
     }
     .floating-dna {
     .floating-dna {
       position: absolute;
       position: absolute;
       font-size: 28px;
       font-size: 32px;
       animation: floatDNA 5s ease-in-out infinite;
      opacity: 0.6;
       z-index: 1;
       animation: floatDNA 6s ease-in-out infinite;
       pointer-events: none;
     }
     }
     .dna1 { top: 40px; left: 15%; animation-delay: 0s; }
     .dna1 { top: 10%; left: 10%; animation-delay: 0s; }
     .dna2 { top: 120px; left: 50%; animation-delay: 1s; }
     .dna2 { top: 25%; left: 80%; animation-delay: 2s; }
     .dna3 { top: 200px; left: 80%; animation-delay: 2s; }
     .dna3 { top: 60%; left: 50%; animation-delay: 4s; }
   </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; font-family:'Segoe UI',sans-serif; text-align:center; padding: 20px; position:relative; z-index:2;">
   <div style="display:flex; flex-direction:column; align-items:center; justify-content:flex-start; height:80vh; margin-top: 100px; position:relative; z-index:2;">
 
     <h2 style="font-size: 28px; margin-bottom: 20px;">👋 Welcome to the Lab of Synthetic Biopharmaceutics</h2>
     <h1 style="font-size: 32px; margin-bottom: 16px;">Welcome to the Lab of Synthetic Biopharmaceutics</h1>
 
    <p style="font-size: 16px; color: #555; margin-bottom: 40px;">
      Please log in to access Labwiki content.
    </p>
 
     <a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard"  
     <a href="/index.php?title=Special:UserLogin&returnto=Project:Dashboard"  
       style="padding: 12px 24px; background-color:#007BFF; color:white; border-radius:8px; text-decoration:none; font-size:18px; transition: all 0.3s;">
       style="padding: 12px 32px; background-color:#007BFF; color:white; border-radius:8px; text-decoration:none; font-size:16px; transition: all 0.3s;">
       Log in to access the Labwiki
       Log in
     </a>
     </a>
     <div style="margin-top: 40px; font-size: 12px; color: #666;">
 
       © 2025 Yangwa Lab. <a href="https://beian.miit.gov.cn" target="_blank" style="color: #666; text-decoration: none;">蜀ICP备2025131392号</a>
     <div style="margin-top: 60px; font-size: 12px; color: #999;">
       © 2025 Yangwa Lab · <a href="https://beian.miit.gov.cn" target="_blank" style="color: #999; text-decoration: none;">蜀ICP备2025131392号</a>
     </div>
     </div>
   </div>
   </div>
</html>
</html>
|
|

Revision as of 22:24, 11 April 2025

🧬
🧬
🧬

Welcome to the Lab of Synthetic Biopharmaceutics

Please log in to access Labwiki content.

Log in
© 2025 Yangwa Lab · 蜀ICP备2025131392号