调用文章的一个小问题,麻烦帮我一下。谢谢。

2016-07-07 16:19 来源:www.chinab4c.com 作者:ecshop专家

库项目管理中的cat_articles.lbi内容:
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<div style="width:245px; float:left; margin-right:3px;">
<div class="box">
<div class="box_1">
<h3>
<span><a href="{$articles_cat.url}">{$articles_cat.name|escape:html}</a></span>
<a href="{$articles_cat.url}"><img src="../images/more.gif" alt="more" /></a>
</h3>
<div class="boxCenterList RelaArticle">
<!--{foreach from=$articles item=article}-->
<a href="{$article.url}" title="{$article.title|escape:html}">{$article.short_title}</a><br />
<!--{/foreach}-->
</div>
</div>
</div>
</div>


style.css 底部添加:

/*====================
首页文章分类
====================*/
#new-list{
width:748px;
height:100%;/* 首页文章分类高度调整*/
float:left;
padding:0 3px 0 0;
}
#new-list .new-left{
width:246px;
height:100%;
float:left;
padding:0 0 2px 0;
overflow:hidden;
}
#new-list .new-center{
width:246px;
height:100%;
float:left;
margin-left:5px;
overflow:hidden;
}
#new-list .new-right{
width:246px;
height:100%;
float:left;
margin-left:5px;
overflow:hidden;
}
#new-list .listStyle{
height:100%;
overflow:hidden;
}
.box_3{
border:1px solid #d4d4d4;
background-color:#fff;
height:200px;
}

index.dwt里加了这句:
<!-- TemplateBeginEditable name="右边文章区域" --><!-- TemplateEndEditable -->


但是后台调用文章后是这样的效果:没有边框。
{B443341A-CFDC-468F-A257-BBF8931BADB2}.jpg

能告诉怎么加上边框吗?这样太不好看了。谢谢。

回答:
不是小问题呀?好心人呀。。。。

有好心人帮一下忙吗?

在css加border试下