| 12345678910111213141516 |
- <div class="flex items-center gap-4 px-4 py-2 bg-gradient-to-r from-primary-500 to-primary-600 text-white">
- <div class="flex items-center gap-2">
- <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke="currentColor">
- <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
- </svg>
- <span class="text-lg font-semibold">数学知识图谱管理系统</span>
- </div>
- </div>
- <style>
- /* 自定义顶部栏样式 */
- .topbar-custom {
- background: linear-gradient(90deg, #0ea5e9, #0284c7);
- box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
- }
- </style>
|