https://www.xcexwebs.com/p/pc

提交的 URL:
https://www.xcexwebs.com/p/pc
报告完成时间:

链接 · 找到 0 个

JavaScript 变量 · 找到 7 个

名称类型
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
jQuery111105308758817496908object

控制台日志消息 · 找到 0 条

HTML

<!-- ctx:主机名 + 项目(工程)路径 --><!-- 项目(工程)路径 --><!DOCTYPE html><html><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
    <meta name="screen-orientation" content="portrait">
    <meta name="x5-orientation" content="portrait">
    <title>Xcex</title>
	<script type="text/javascript" src="https://www.xcexwebs.com:443/resource/js/jquery-1.11.1.min.js"></script>	
	<style>
		body {
			margin:0;
			padding:0;
			width:100%;
			height:100%;
		}
		.content{
			width:500px;
			margin:0 auto;
		} 
		.content iframe {
			width:100%;
			border:none;
		}
	</style>
</head>
<body>
	<div class="content">
		<iframe id="contentIframe" src="https://www.xcexwebs.com:443?pc=1&amp;pushCode=&amp;inviteCode=" style="height: 595px; border-left: 1px solid rgb(238, 234, 234); border-right: 1px solid rgb(238, 234, 234);"></iframe>
	</div>
	<script type="text/javascript">
		$("#contentIframe").css("height", ($(window).height() - 5)  + "px");
		$("#contentIframe").css("border-left", "1px solid rgb(238 234 234)");
		$("#contentIframe").css("border-right", "1px solid rgb(238 234 234)");
		$(window).resize(function() {//当浏览器大小变化时
			$("#contentIframe").css("height", ($(window).height() - 5)  + "px");
		});
	</script>


</body></html>