-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么运行的,页面打开是空白 #7
Comments
好像网址失效了 |
请问这个问题最后怎么解决呢 |
具体怎么操作呢 |
修改静态文件为本地,boostrap用cdn,同时加个样式,不然会出现遮挡 <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- <link rel="stylesheet" href="./bootstrap/css/bootstrap.css" >-->
<link rel="stylesheet" href="./bootstrap/css/reset.css">
<link rel="stylesheet" href="./bootstrap/css/chat.css">
<style>
.modal-backdrop {
position: unset !important;
}
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: