0821-aftnoon
This commit is contained in:
parent
862cb594ae
commit
bcab5d2518
@ -127,7 +127,7 @@ export default function ExpoPage() {
|
|||||||
{/* 全屏按钮 */}
|
{/* 全屏按钮 */}
|
||||||
<button
|
<button
|
||||||
onClick={toggleFs}
|
onClick={toggleFs}
|
||||||
className="fixed z-[60] top-2 left-2 md:top-3 md:left-3 w-9 h-9 md:w-10 md:h-10 flex items-center justify-center rounded-full bg-black/60 hover:bg-black/80 border border-white/10 text-slate-200 backdrop-blur-sm transition"
|
className="fixed z-[60] top-2 right-2 md:top-3 md:right-3 w-9 h-9 md:w-10 md:h-10 flex items-center justify-center rounded-full bg-black/60 hover:bg-black/80 border border-white/10 text-slate-200 backdrop-blur-sm transition"
|
||||||
aria-label={isFullscreen ? "退出全屏" : "进入全屏"}
|
aria-label={isFullscreen ? "退出全屏" : "进入全屏"}
|
||||||
>
|
>
|
||||||
{isFullscreen ? <Minimize2 className="w-4 h-4 md:w-5 md:h-5" /> : <Maximize2 className="w-4 h-4 md:w-5 md:h-5" />}
|
{isFullscreen ? <Minimize2 className="w-4 h-4 md:w-5 md:h-5" /> : <Maximize2 className="w-4 h-4 md:w-5 md:h-5" />}
|
||||||
|
|||||||
BIN
public/videos/circuit.mp4
Normal file
BIN
public/videos/circuit.mp4
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user