无法让蓝图 CSS 插件工作?

发布于 2024-10-16 01:58:11 字数 243 浏览 4 评论 0原文

我正在尝试使用蓝图 css,一切似乎都正常,但我似乎无法加载任何插件。

我尝试只包含必要的CSS文件,但我认为必须有另一个步骤,因为即使浏览器看到CSS文件,页面上的元素也没有改变(在Chrome上的firebug中,当我尝试查看插件 CSS 页面)。

我需要做什么才能让 Vanilla 蓝图 CSS + 按钮、花哨类型、链接图标和 RTL 运行?只是默认下载中包含的所有内容。

我觉得除了 CSS 之外我还缺少一些东西。

I am trying to use blueprint css, and everything seems to be working, but I can't seem to get any of the plugins loaded up.

I tried just including the requisuite CSS files, but I think there must be another step because even though the browser sees the CSS files the elements on the page are not changing (in firebug on Chrome I get there are no rules on this stylesheet when I try to look at the plugin css page) .

What do I need to do to get the Vanilla blueprint CSS + the buttons, fancy-type, link-icons, and rtl going? Just all the stuff they include in the default download.

I feel like I am missing something besides just including CSS.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮年慕年 2024-10-23 01:58:11

我正在使用

<link rel="stylesheet" href="~/Content/plugins/fancy-type/screen.css" type="text/css" media="screen, projection" />

而不是

<link href="@Url.Content("~/Content/plugins/fancy-type/screen.css")" rel="stylesheet" type="text/css" />

I was using

<link rel="stylesheet" href="~/Content/plugins/fancy-type/screen.css" type="text/css" media="screen, projection" />

instead of

<link href="@Url.Content("~/Content/plugins/fancy-type/screen.css")" rel="stylesheet" type="text/css" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文