增加兼容低版本内核的页面
This commit is contained in:
@@ -1917,14 +1917,14 @@ export default function EQPage() {
|
||||
|
||||
{isBrandDrawerOpen && (
|
||||
<div className="fixed inset-0 z-[110] flex flex-col justify-end">
|
||||
<button
|
||||
type="button"
|
||||
className="absolute inset-0 bg-black/55"
|
||||
aria-label={eqUi.closeDrawer}
|
||||
<div
|
||||
className="absolute inset-0 bg-black/55 cursor-pointer"
|
||||
onClick={() => setIsBrandDrawerOpen(false)}
|
||||
onTouchEnd={(e) => { e.preventDefault(); setIsBrandDrawerOpen(false); }}
|
||||
/>
|
||||
<div
|
||||
className="relative z-10 flex h-[58dvh] flex-shrink-0 flex-col overflow-hidden rounded-t-[18px] bg-white shadow-[0_-8px_32px_rgba(0,0,0,0.35)]"
|
||||
className="relative z-10 flex flex-shrink-0 flex-col overflow-hidden rounded-t-[18px] bg-white shadow-[0_-8px_32px_rgba(0,0,0,0.35)]"
|
||||
style={{ height: "58dvh", maxHeight: "58vh" }}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<div className="flex shrink-0 items-center justify-center pt-2 pb-1">
|
||||
|
||||
@@ -556,7 +556,7 @@ export default function Home() {
|
||||
return (
|
||||
<div
|
||||
key={i}
|
||||
className="flex-1 rounded-sm"
|
||||
className="flex-1 rounded-md"
|
||||
style={{
|
||||
height: `${h * 100}%`,
|
||||
background: isHot ? "#ef4444" : i > 13 ? "#f59e0b" : "#00FFF6",
|
||||
|
||||
Reference in New Issue
Block a user