MAZDA BÌNH TRIỆU | SHOWROOM CHÍNH HÃNG

Next slider Next slider
ĐĂNG KÝ GỬI BÁO GIÁ
.popup { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); } .popup-content { background: #fff; padding: 20px; width: 350px; margin: 10% auto; border-radius: 10px; text-align: center; animation: fadeIn 0.4s; } .close { float: right; font-size: 24px; cursor: pointer; } @keyframes fadeIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } window.addEventListener("load", function() { setTimeout(function() { document.getElementById("popup-lien-he").style.display = "block"; }, 3000); });