template的header部分 是这个部分 也包括ul的列表点击内容部分
header里面的内容 引入了css样式
当把主页的header模板去掉之后 整个页面的css都没有了 当点击ul列表的时候 样式又有了
主页的路径是http://localhost/destoon/
而其他的路径是http://localhost/destoon/mall/ http://localhost/destoon/sell/
区别就在于每个页面都引入了 这个header 我们注释的只是当前主页的header
所以当我们写自己的文件的时候,引入header就会引入header里面的css样式
这是注释之后的页面