Main Page: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
<html> | <html> | ||
<style> | <style> | ||
.floating-dna { | |||
font-size: 28px; | |||
color: # | color: #bbb; | ||
position: absolute; | |||
animation: floatDNA 6s ease-in-out infinite; | |||
pointer-events: none; | pointer-events: none; | ||
z-index: 0; | |||
} | } | ||
Line 34: | Line 17: | ||
50% { transform: translateY(-20px); opacity: 0.2; } | 50% { transform: translateY(-20px); opacity: 0.2; } | ||
100% { transform: translateY(0); opacity: 0.5; } | 100% { transform: translateY(0); opacity: 0.5; } | ||
} | } | ||
Line 50: | Line 24: | ||
.login-btn, .intro-btn { | .login-btn, .intro-btn { | ||
background: | background-color: #333; | ||
color: | color: #fff; | ||
border: | border: none; | ||
padding: 12px 32px | padding: 12px 32px; | ||
border-radius: 8px; | border-radius: 8px; | ||
font-size: 16px; | |||
text-decoration: none; | text-decoration: none; | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
display: inline-block; | display: inline-block; | ||
Line 62: | Line 36: | ||
.login-btn:hover, .intro-btn:hover { | .login-btn:hover, .intro-btn:hover { | ||
background-color: | background-color: #444; | ||
transform: scale(1.05); | transform: scale(1.05); | ||
} | } | ||
</style> | </style> | ||
<!-- 🧬 Floating 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 | <!-- 🧪 Main Welcome Content --> | ||
<h1 style="font-size: 32px; margin-bottom: 16px | <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;"> | |||
Welcome to the Lab of Synthetic Biopharmaceutics | Welcome to the Lab of Synthetic Biopharmaceutics | ||
</h1> | </h1> | ||
Line 97: | Line 61: | ||
</div> | </div> | ||
<div style="margin-top: 60px; font-size: 12px; color: # | <div style="margin-top: 60px; font-size: 12px; color: #aaa;"> | ||
© 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> | ||
Line 105: | Line 69: | ||
| | | | ||
<!-- 👤 登录后显示 --> | |||
== 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:16, 14 April 2025
🧬
🧬
🧬
Welcome to the Lab of Synthetic Biopharmaceutics
Please log in to access Labwiki content.
© 2025 Yangwa Lab ·
蜀ICP备2025131392号