【发布时间】:2015-09-01 05:56:28
【问题描述】:
我有一个网页,它显示了另一个使用 iframe 的 html 页面。请在下面查看我的代码。
<html>
<head>
<title>DotWifi</title>
<meta http-equiv="Pragma" content="no-cache">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="http://www.xxxx.com/xxxxxx/xxpage?xxxId=123&tok=$tok&authaction=$authtarget"></iframe>
</div>
</body>
</html>
我尝试使用iframe 和embed-responsive-item 类来显示响应式网页。但它在底部显示一个白色边框。请看下图。
【问题讨论】:
标签: javascript html css twitter-bootstrap iframe