只是一个不需要代码调整的问题!
所以我有一个主'style.css',在该文件中我使用'@import url(“custom.css”);'
我在top-container: margin-top:20px;
中有一个样式,但该网站不会显示更改..
如果我将top-container: margin-top:20px;
移动到style.css,它可以正常工作..
如果我添加top-container: margin-top:20px!important;
也有效..
我无法理解为什么风格会被忽略。
答案 0 :(得分:0)
我想我想出来..在我的代码中我有一行{margin 0 auto}并且它隐藏在我身上......同时我在这段代码之前调用了custom.css,这给了我一些问题。 -