修改文章标题的下划线 以企业网站简体版 热门文章 插件为例 热门文章对应的模板是 tpl_list.htm 可参考http://mp.eb2000.cn/guide/pro/601.htm
其他系统可以查考http://web.xrnet.cn/cjwen/html/?30.html
然后后台下载这个模板
后台--网站设置--界面风格--选择当前使用的模板--修改--下载tpl_list.htm 然后打开tpl_list.htm 找到 <li class="fang"><a href="" class="tList" target=""
其中class="tList 表示在css样式表中对应的是tList
然后下载style.css文件样式表 打开找到tList
a.tList{font-size:12px;;text-decoration: underline} 其中的这个就是
你把underline 修改成none就可以了! |