| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>报时管理</title>
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <style>
- body,
- html,
- .wrapper {
- height: 100%;
- }
- </style>
- </head>
- <body class="gray-bg">
- <div class="wrapper wrapper-content animated fadeInRight">
- <iframe class="time_iframe" width="100%" height="100%" src="https://www.baidu.com/" frameborder="0" data-id="index_v1.html" seamless></iframe>
-
- </div>
- <script>
- // var Number = helper.request.queryString("tel");
- // $('.time_iframe').attr('src','https://www.baidu.com/')
- </script>
- </body>
- </html>
|