Commit a1f9bb1b authored by zhz's avatar zhz

goods

parent 056f870d
...@@ -32,4 +32,9 @@ ...@@ -32,4 +32,9 @@
height:auto; height:auto;
} }
</style> </style>
<script>
window.onload=function (){
document.getElementsByTagName("iframe")[0].style.width=document.body.clientWidth+'px';
document.getElementsByTagName("iframe")[0].style.height=(document.body.clientWidth*480/510)+'px';
}
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment