【发布时间】:2016-02-09 18:09:40
【问题描述】:
我有一个 chrome 应用,里面有 iframe
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet" />
<title>Title</title>
</head>
<body >
<div class="container-fluid">
<iframe id="iframe" src="home.html" frameborder="0" height="150%" style="width: 100%;"></iframe>
</div>
</div>
</body>
</html>
web 正在加载,但是当从 chrome 应用程序中的索引调用时,bootstrap-theme.css 没有加载
我也尝试过添加 type="text/css" ,但都没有。
【问题讨论】:
标签: css google-chrome-app