本帖最后由 马黑黑 于 2025-4-29 11:49 编辑
<div id="ma">
<iframe src="https://file.uhsea.com/2504/c005c5f028841bd6c4c924ca4211fbdeR9.html" name="ifr" seamless allowfullscreen></iframe>
</div>
<style>
#ma { margin: 30px 0 0 calc(50% - 681px); width: 1200px; height: 700px; box-shadow: 2px 2px 8px #000; z-index: 2; position: relative; }
#ma > iframe { width: 100%; height: 100%; border: 0; }
</style>
<script>
var screenwidth = window.screen.width;
if (screenwidth < 1280) ma.style.cssText += `transform: scale(${screenwidth / 1200});`;
</script>
|