修改样式
This commit is contained in:
parent
49d0da3f8d
commit
0de1e7a185
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue