样式优化

This commit is contained in:
cwchen 2025-07-24 13:57:07 +08:00
parent 1ee40481e6
commit 9c2fa60252
1 changed files with 11 additions and 2 deletions

View File

@ -53,6 +53,15 @@
}
}
</script>
<style>
body{
background-color: transparent !important;
}
.shadow-sm{
background: linear-gradient(135deg, rgba(22, 186, 170, 0.1) 0%, rgba(22, 186, 170, 0.05) 100%) !important;
border: 1px solid rgba(22, 186, 170, 0.3) !important;
}
</style>
</head>
<body class="bg-[#001d1e] min-h-[1024px]">
@ -60,8 +69,8 @@
<div class="max-w-[1440px] mx-auto px-6 h-16 flex items-center justify-between">
<div class="flex items-center gap-8">
<h1 class="text-2xl text-primary flex items-center gap-2">
<i class="fas fa-leaf text-2xl w-8 h-8 flex items-center justify-center"></i>
<span class="font-medium">环境监测</span>
<!-- <i class="fas fa-leaf text-2xl w-8 h-8 flex items-center justify-center"></i>
<span class="font-medium">环境监测</span> -->
</h1>
</div>
<div class="flex items-center gap-6">