修改样式

This commit is contained in:
al 2025-01-16 12:13:39 +08:00
parent 49d0da3f8d
commit 0de1e7a185
1 changed files with 4 additions and 4 deletions

View File

@ -122,14 +122,14 @@ export const handleShowVideo = (video) => {
<div
className="max-w-max absolute z-[9999] rounded-full"
style={{
top: "42px",
right: "42px",
top: "24px",
right: "24px",
zIndex: 30,
backgroundColor: "#ff669e24",
backgroundColor: "#33333380",
}}
>
<div
className="pointer-events-auto flex w-12 h-12 justify-center items-center text-[#FF669E]"
className="pointer-events-auto flex w-12 h-12 justify-center items-center text-white"
key="closeBtn"
onClick={() => {
if (scrollY !== 0) {