我完全难过了。这是相关的CSS:
<style>
body {
background-color: rgba(75,157,215,1);}
</style>
以下是索引文件中的全部代码:
<link rel ="stylesheet" href="css/styles.css"/>
<?php include("../includes/layouts/header.php"); ?>
<?php include("../includes/layouts/nav.php"); ?>
<img src="images/page.jpg"/>
<?php include("../includes/layouts/footer.php"); ?>
body标签包含在header和footer.php页面中,而css中的其他所有内容都可以使用。背景仍然是白色,我已经尝试了一切。对不起如果这太明显了。
答案 0 :(得分:0)
如果styles.css文件包含样式标记,则删除它们。如果使用它们,则忽略css声明。
这也可能是浏览器问题,因为较旧版本不支持Alpha频道。