欢迎来到系统
-这里是一大堆内容……
-滚动试试看,左边菜单不会消失哦!✨
+diff --git a/main/templates/main/home.html b/main/templates/main/home.html index 4cd1146..53c76c4 100644 --- a/main/templates/main/home.html +++ b/main/templates/main/home.html @@ -78,6 +78,60 @@ margin-top: 10px; text-align: center; } + .card { + background: #fff; + border-radius: 14px; + box-shadow: 0 10px 24px rgba(31,35,40,0.08); + padding: 20px; + } + .grid { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 16px; + } + .grid-3 { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 16px; + } + .header { + display: flex; + align-items: center; + justify-content: space-between; + margin-bottom: 12px; + } + .badge { + background: #eef2ff; + color: #3730a3; + border-radius: 999px; + padding: 4px 10px; + font-size: 12px; + } + .legend { + display: flex; + gap: 12px; + align-items: center; + } + .legend .dot { + width: 8px; + height: 8px; + border-radius: 50%; + display: inline-block; + } + .muted { + color: #6b7280; + font-size: 12px; + } + .btn { + padding: 8px 12px; + border: none; + border-radius: 8px; + cursor: pointer; + } + .btn-primary { + background: #4f46e5; + color: #fff; + }
@@ -98,9 +152,41 @@这里是一大堆内容……
-滚动试试看,左边菜单不会消失哦!✨
+