这块太丑了,再改一个样式
Browse files- index.html +23 -9
index.html
CHANGED
|
@@ -14,21 +14,35 @@
|
|
| 14 |
<div class="min-h-screen flex flex-col">
|
| 15 |
<!-- Header -->
|
| 16 |
<header class="bg-indigo-600 text-white shadow-lg">
|
| 17 |
-
<div class="container mx-auto px-4 py-
|
| 18 |
<div class="flex justify-between items-center">
|
| 19 |
-
<div class="flex items-center space-x-
|
| 20 |
-
<
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
</div>
|
| 23 |
<div class="flex items-center space-x-4">
|
| 24 |
-
<
|
| 25 |
-
|
| 26 |
-
<
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
</div>
|
| 29 |
</div>
|
| 30 |
</div>
|
| 31 |
-
|
| 32 |
|
| 33 |
<!-- Main Content -->
|
| 34 |
<main class="flex-grow container mx-auto px-4 py-8">
|
|
|
|
| 14 |
<div class="min-h-screen flex flex-col">
|
| 15 |
<!-- Header -->
|
| 16 |
<header class="bg-indigo-600 text-white shadow-lg">
|
| 17 |
+
<div class="container mx-auto px-4 py-4">
|
| 18 |
<div class="flex justify-between items-center">
|
| 19 |
+
<div class="flex items-center space-x-4">
|
| 20 |
+
<div class="p-2 bg-indigo-100 rounded-lg">
|
| 21 |
+
<i data-feather="alert-triangle" class="w-8 h-8 text-indigo-600"></i>
|
| 22 |
+
</div>
|
| 23 |
+
<div>
|
| 24 |
+
<h1 class="text-2xl font-bold text-white">Faulty Whistle</h1>
|
| 25 |
+
<p class="text-indigo-100 text-sm">Industrial Sensor Monitoring</p>
|
| 26 |
+
</div>
|
| 27 |
</div>
|
| 28 |
<div class="flex items-center space-x-4">
|
| 29 |
+
<div class="relative">
|
| 30 |
+
<div class="absolute -top-1 -right-1 h-3 w-3 rounded-full bg-red-500 animate-pulse"></div>
|
| 31 |
+
<button class="bg-white/90 text-indigo-600 px-4 py-2 rounded-lg font-medium hover:bg-white transition-all flex items-center shadow-sm hover:shadow-md">
|
| 32 |
+
<i data-feather="bell" class="inline mr-2"></i> Alerts
|
| 33 |
+
<span class="ml-2 bg-red-500 text-white text-xs px-2 py-0.5 rounded-full">3</span>
|
| 34 |
+
</button>
|
| 35 |
+
</div>
|
| 36 |
+
<div class="bg-white/20 backdrop-blur-sm px-3 py-1 rounded-full text-sm text-white border border-white/10">
|
| 37 |
+
<span class="flex items-center">
|
| 38 |
+
<span class="h-2 w-2 rounded-full bg-green-400 mr-2 animate-pulse"></span>
|
| 39 |
+
Live Monitoring
|
| 40 |
+
</span>
|
| 41 |
+
</div>
|
| 42 |
</div>
|
| 43 |
</div>
|
| 44 |
</div>
|
| 45 |
+
</header>
|
| 46 |
|
| 47 |
<!-- Main Content -->
|
| 48 |
<main class="flex-grow container mx-auto px-4 py-8">
|