gpt4 book ai didi

c# - Bootstrap 不适用于 MVC4

转载 作者:行者123 更新时间:2023-12-02 08:37:06 24 4
gpt4 key购买 nike

我已经将 tweeter bootstrap(不是 MVC 的 bootststrap)下载到一个全新的 MVC4 项目中,但我无法让它工作。

浏览器的 F12 窗口中没有错误。

这是我的布局代码:

<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="@Url.Content("~/Content/bootstrap-theme.min.css")" rel="stylesheet" media="screen">
</head>
<body>
<script src="@Url.Content("~/Scripts/jquery-2.0.3.min.js")"></script>
<script src="@Url.Content("~/Scripts/bootstrap.min.js")"></script>
<h1>Hello, world!</h1>
@RenderBody()
</body>
</html>

当屏幕弹出时,我得到一个正常的 Hello, world!正文(无 Bootstrap 字体)。我的系统有以下文件:

enter image description here

我可能做错了什么?

最佳答案

您只包含了 bootstrap-theme.min.css 文件,而不是基础 bootstrap.css 文件。 (尽管您确实包含了 bootstrap.js 文件)

关于c# - Bootstrap 不适用于 MVC4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20293509/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com