CINXE.COM

<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> </head> <body> <div class="container body-content"> <style> body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; /* 防止父页面滚动 */ } .yuan-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 99999; } .yuan-box-loading { position: fixed; width: 36px; font-size: 0; display: inline-block; animation: loadingRotate 1.2s infinite linear; top: calc(50% - 18px); left: calc(50% - 18px); } .loading { width: 36px; height: 36px; border: 2px solid #000; border-top-color: transparent; border-radius: 100%; animation: circle infinite 0.75s linear; } @keyframes circle { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } iframe { width: 100%; height: 100vh; border: none; } </style> <div class="yuan-box"> <div class="yuan-box-loading"> <div class="loading"></div> </div> </div> <script> window.location.href = 'https://www.chinaplasonline.com/eMarketplace?Regsource=CAW11903&utm_source=EMP&utm_medium=Tecnoplast&utm_campaign=EMP25_Tecnoplast_banner'; </script> </div> </body> </html>