jersey-1997com
Login
Reset Password with Email
Email
Email is required
Please enter a valid email.
${data.errors}
Send
${data.errors}
Verification code
Please enter a valid code
Password
Password is required.
Password must be between 6-16 characters long.
Confirm Password
Password is required.
Password must be between 6-16 characters long.
Your password and confirmation password do not match
Confirm
Have not get verification code?
Re-send again
/* 店匠WhatsApp悬浮按钮强制放大 */ .shoplazza-floating-button, .floating-btn-container { transform: scale(1.8) !important; /* 放大倍数,1.8倍刚好,想更大改成2 */ transform-origin: bottom right !important; /* 从右下角放大,不会超出屏幕 */ z-index: 99999 !important; /* 强制放在最上层,不被其他元素挡住 */ } .shoplazza-floating-button img { width: 100% !important; height: 100% !important; object-fit: contain !important; /* 保证图标放大后不模糊 */ }