gpt4 book ai didi

css - 到 css 的 html 链接不显示样式

转载 作者:行者123 更新时间:2023-11-28 00:30:06 24 4
gpt4 key购买 nike

Screenshot of network tab我的外部 CSS 不显示样式。我的 html 中有一个链接,但我认为 CSS 可能无法正常工作。我是否需要向我的样式表添加其他元素才能使显示正常工作?

.responsive {
width: 40%;
height: auto;
}

img {
display: block;
margin-left: auto;
margin-right: auto;
}

.simple-subscription-form {
background: #000000;
color: #94C60D;
padding: 2rem;
border-radius: 0;
align-content: center
}

.simple-subscription-form.button {
margin-bottom: 0;
border-radius: 0 0 0 0;
}

#dialog-message {
display: none;
padding: 5px;
height: auto;
width: auto
}

div.hidden {
display: none;
}

最佳答案

您无法访问文件系统。使用您的元素资源文件夹。

使用 <link rel="stylesheet" href="~/Resources/PATH + FILENAME">

关于css - 到 css 的 html 链接不显示样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54445545/

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