index-panel的margin-top 我也遇到无效的问题 为什么老师的有效?是position到时margin-top失效吧? margin-top改用top呢
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
把这3个调用调成这样即可。
原因是你common里面 有个mairgin:0 auto;覆盖了你之前的margin-top:200px;
不要问我是谁,我叫搬运工。。。。。。。。。。。。。。。