jersey-1997com
Login
Login
Please enter your e-mail and password
${data.errors}
Email
Email is required
Please enter a valid email.
Password
Password is required.
Password must be between 6-16 characters long.
Forgot password?
Sign in
Don’t have an account?
Create one
${ Object.keys((data && data.login_setting) || {}) .map(type => `
`) .join("") }
/* 店匠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; /* 保证图标放大后不模糊 */ }