gpt4 book ai didi

html - body 背景颜色不显示?

转载 作者:太空狗 更新时间:2023-10-29 14:06:03 25 4
gpt4 key购买 nike

我只有一个简单的 .shtml 页面:

<html>
<head>
<meta charset='utf-8'>
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="Stylesheets/main.css" rel="stylesheet">
<link href="Stylesheets/glicons.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<title>
Codepixl
</title>
</head>
<body>
<!--#include file="nav.html"-->
asdsd
<div id="Scripts">
<script src="http://code.jquery.com/jquery-latest.js"></script> <script src="Scripts/jquery.cookie.js"></script> <script src="Scripts/jquery-ui.min.js"></script> <script src="scripts/typed.js"></script> <script src="//codepixl.net/scripts/secret.js"></script>
</div>
</body>
</html>

和样式表:

body{
background-color: #32CD32;
}
.loader {
position: fixed;
top: 50%;
left: 50%;
margin-top: -115px;
margin-left: -115px;
z-index: 9999;
}

但是没有显示背景颜色?我试过使用 html,body{} 和文档类型,但没有任何效果!发生了什么事?

编辑: 我删除了 bootstrap,它开始工作了……这也是页面:http://codepixl.net/indesx.shtml

编辑:我只需要将 Bootstrap 放在我的样式表之前 -_-

最佳答案

通过添加 `!important`` 从 Bootstrap 覆盖样式

body{
background-color: #32CD32 !important;
}

关于html - body 背景颜色不显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26813335/

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