修改样式
This commit is contained in:
parent
49d0da3f8d
commit
0de1e7a185
|
@ -122,14 +122,14 @@ export const handleShowVideo = (video) => {
|
||||||
<div
|
<div
|
||||||
className="max-w-max absolute z-[9999] rounded-full"
|
className="max-w-max absolute z-[9999] rounded-full"
|
||||||
style={{
|
style={{
|
||||||
top: "42px",
|
top: "24px",
|
||||||
right: "42px",
|
right: "24px",
|
||||||
zIndex: 30,
|
zIndex: 30,
|
||||||
backgroundColor: "#ff669e24",
|
backgroundColor: "#33333380",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<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"
|
key="closeBtn"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
if (scrollY !== 0) {
|
if (scrollY !== 0) {
|
||||||
|
|
Loading…
Reference in New Issue