L O A D I N G
首页 / 前端 趋于完美的 iframe 嵌套网站

趋于完美的 iframe 嵌套网站

原创 分类: 前端 2025-1-21 21:31 阅读量:72
直接上代码,代码如下: !DOCTYPE html html lang=cn head meta charset=UTF-8 meta name=...

直接上代码,代码如下:

<!DOCTYPE html>
    <html lang="cn">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>
                中桂子
            </title>
        </head>
        <style>
            *{ margin: 0; padding: 0; } iframe { width: 100%; height: 99.5vh; background-color:
            #f0f0f0; overflow-y: scroll; scrollbar-width: thin; scrollbar-color: #333
            #f0f0f0; border: 0; outline: none; }
        </style>
        <body>
            <iframe src="https://unicom.ac.cn">
            </iframe>
        </body>
    </html>

扫描二维码,在手机上阅读