|
@@ -324,7 +324,7 @@ const SignInModal = forwardRef(function SignInModal(props: SignInModalProps1, re
|
|
|
<div className="absolute top-[30%] h-[3.95rem] w-[100%]">
|
|
|
<div className="flex h-[100%] justify-center">
|
|
|
{/* 宽度自动填充适应活动背景图宽度 */}
|
|
|
- <div className="relative h-[100%]">
|
|
|
+ <div className="relative h-[100%] w-[80%]">
|
|
|
<img
|
|
|
src={
|
|
|
signData.background_type === 1
|
|
@@ -334,6 +334,7 @@ const SignInModal = forwardRef(function SignInModal(props: SignInModalProps1, re
|
|
|
className={"h-[100%]"}
|
|
|
alt=""
|
|
|
/>
|
|
|
+ {/* <div className="h-[100%] rounded-[.15rem] bg-[#171d22]"></div> */}
|
|
|
{/* 右上角倒计时 */}
|
|
|
<div className="absolute right-[0.15rem] top-0 z-50 flex h-[0.3rem] w-[20%] items-center justify-center space-x-[2px] text-center text-[0.125rem] font-bold text-[white]">
|
|
|
{/*<p
|