Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<style> | <style> | ||
@keyframes floatDNA { | @keyframes floatDNA { | ||
0% { transform: translateY(0px | 0% { transform: translateY(0px); opacity: 0.7; } | ||
50% { transform: translateY(-20px | 50% { transform: translateY(-20px); opacity: 0.4; } | ||
100% { transform: translateY(0px | 100% { transform: translateY(0px); opacity: 0.7; } | ||
} | } | ||
.floating-dna { | .floating-dna { | ||
position: absolute; | position: absolute; | ||
font-size: | font-size: 32px; | ||
animation: floatDNA | opacity: 0.6; | ||
animation: floatDNA 6s ease-in-out infinite; | |||
pointer-events: none; | |||
} | } | ||
.dna1 { top: | .dna1 { top: 10%; left: 10%; animation-delay: 0s; } | ||
.dna2 { top: | .dna2 { top: 25%; left: 80%; animation-delay: 2s; } | ||
.dna3 { top: | .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: | |||
< | <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 | style="padding: 12px 32px; background-color:#007BFF; color:white; border-radius:8px; text-decoration:none; font-size:16px; transition: all 0.3s;"> | ||
Log in | Log in | ||
</a> | </a> | ||
<div style="margin-top: | |||
© 2025 Yangwa Lab | <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号