diff --git a/public/tailwind.css b/public/tailwind.css index f315417..fe657a0 100644 --- a/public/tailwind.css +++ b/public/tailwind.css @@ -606,6 +606,18 @@ video { margin-top: 2rem; } +.mt-2 { + margin-top: 0.5rem; +} + +.mt-4 { + margin-top: 1rem; +} + +.mt-6 { + margin-top: 1.5rem; +} + .block { display: block; } @@ -682,6 +694,10 @@ video { width: 410px; } +.w-\[800px\] { + width: 800px; +} + .w-full { width: 100%; } @@ -690,10 +706,6 @@ video { width: 100vw; } -.w-\[800px\] { - width: 800px; -} - .flex-none { flex: none; } @@ -860,14 +872,14 @@ video { background-color: rgb(34 197 94 / var(--tw-bg-opacity)); } -.bg-white\/5 { - background-color: rgb(255 255 255 / 0.05); -} - .bg-white\/10 { background-color: rgb(255 255 255 / 0.1); } +.bg-white\/5 { + background-color: rgb(255 255 255 / 0.05); +} + .bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); } @@ -962,6 +974,10 @@ video { padding-bottom: 0.5rem; } +.pb-4 { + padding-bottom: 1rem; +} + .pl-10 { padding-left: 2.5rem; } @@ -1002,10 +1018,6 @@ video { padding-top: 2rem; } -.pb-4 { - padding-bottom: 1rem; -} - .text-center { text-align: center; } diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index e8c4b09..8398670 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -63,9 +63,15 @@ export default function Layout({ children, location }) { icon: 'HomeIcon', href: '/', }, + { + id: 'single', + children: '单曲', + icon: 'LifebuoyIcon', + href: '/#/single', + }, { id: 'live', - children: '现场', + children: 'Live', icon: 'SunIcon', href: '/#/video', }, @@ -89,7 +95,7 @@ export default function Layout({ children, location }) { children: '参与贡献', icon: 'CodeBracketIcon', target: '_blank', - href: 'https://github.com/turkyden/lizhi-app', + href: 'https://github.com/EternalDung/ang', }, // { // id: 'star', @@ -105,6 +111,7 @@ export default function Layout({ children, location }) { return (