Jump to content

[已经解决] 我要如何取消子目录下的目录列表与图片? 请看附图


figo

Recommended Posts

谢谢, 在你的帮助下我最后找到了问题点,我的global.css 不是在1374行,我后来找到这个代码把它display:inline; 修改成display: none ,就OK了。
/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li {
margin-right:10px;
}
div.cat_desc { margin:0 1em; }

body#category div#subcategories ul.inline_list li a img {
display:inline;
}

Link to comment
Share on other sites

  • 2 weeks later...
谢谢, 在你的帮助下我最后找到了问题点,我的global.css 不是在1374行,我后来找到这个代码把它display:inline; 修改成display: none ,就OK了。
/* category.tpl */
h2.category_title { font-size: 1.3em; }
body#category #subcategories li {
margin-right:10px;
}
div.cat_desc { margin:0 1em; }

body#category div#subcategories ul.inline_list li a img {
display:inline;
}
学习了。谢谢
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...