Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[素材] 谁能帮我把下面模板文字和边框修改成#FF9900色的

[复制链接]
panking299 发表于 2012-11-30 21:36:37 | 显示全部楼层 |阅读模式
<!--{subtemplate common/header}-->
<!--[name]门户文章列表图片版By.Lynn[/name]-->
<!--{eval $list = array();}-->
<!--{eval $wheresql = category_get_wheresql($cat);}-->
<!--{eval $list = category_get_list($cat, $wheresql, $page);}-->
<div id="pt" class="bm cl">
<div class="z"> <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>&rsaquo;</em> <a href="$_G[setting][navs][1][filename]">{lang portal}</a> <em>&rsaquo;</em>
  <!--{loop $cat[ups] $value}-->
  <a href="{echo getportalcategoryurl($value[catid])}">$value[catname]</a><em>&rsaquo;</em>
  <!--{/loop}-->
  $cat[catname] </div>
</div>
<!--{ad/text/wp a_t}-->
<style id="diy_style" type="text/css">
.bm_c{ padding-top:0px;}
.piclist_lynn{ width:705px; height:202px; margin-top:20px; border:1px solid #CCCCCC; background-color:#F5F5F5;}
.conimg_lynn{ width:220px; height:200px; border:1px solid #666666; float:left;}
.conimg_lynn img { width:218px; height:198px; margin-left:1px; margin-top:1px;}
.conimg_lynn img:hover{filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: .60; -khtml-opacity: .60;}
.concon_lynn{ width:470px; height:200px;  float:left; margin-left:10px;}
.contit_lynn{ width:468px; height:auto; margin-top:7px;}
.contit_lynn a{ font-family:'Hiragino Sans GB','Microsoft YaHei','宋体',Helvetica,Arial,sans-serif !important; font-size:18px;}
.coninfo_lynn{ width:468px; height:auto;  font-size:14px; margin-top:10px;}
.conedit_lynn{ width:468px; height:20px;  margin-top:10px;}
</style>
<div class="wp">
<!--[diy=diy1]-->
<div id="diy1" class="area"></div>
<!--[/diy]-->
</div>
<div id="ct" class="ct2 wp cl">
<!--start-->
<div class="mn">
  <!--{ad/articlelist/mbm hm/1}-->
  <!--{ad/articlelist/mbm hm/2}-->
  <!--[diy=listcontenttop]-->
  <div id="listcontenttop" class="area"></div>
  <!--[/diy]-->
  <div class="bm">
   <!--start-->
   <div class="bm_h cl">
    <!--{if $_G[setting][rssstatus] && !$_GET['archiveid']}-->
    <a href="portal.php?mod=rss&catid=$cat[catid]" class="y xi2 rss" target="_blank" title="RSS">{lang rss_subscribe_this}</a>
    <!--{/if}-->
    <!--{if ($_G['group']['allowpostarticle'] || $_G['group']['allowmanagearticle'] || $categoryperm[$catid]['allowmanage'] || $categoryperm[$catid]['allowpublish']) && empty($cat['disallowpublish'])}-->
    <a href="portal.php?mod=portalcp&ac=article&catid=$cat[catid]" class="y xi2 addnew">{lang article_publish}</a>
    <!--{/if}-->
    <h1 class="xs2">$cat[catname]</h1>
   </div>
   <!--end 分类标题结束-->
   <!--{if $cat[subs]}-->
   <!--start-->
   <div class="bm_c bbda"> {lang sub_category}:&nbsp;&nbsp;
    <!--{eval $i = 1;}-->
    <!--{loop $cat[subs] $value}-->
    <!--{if $i != 1}-->
    <span class="pipe">|</span>
    <!--{/if}-->
    <a href="{echo getportalcategoryurl($value[catid]);}" class="xi2">$value[catname]</a>
    <!--{eval $i--;}-->
    <!--{/loop}-->
   </div>
   <!--end 下级分类结束-->
   <!--{/if}-->
   <!--start-->
   <div class="bm_c xld">
    <!--{loop $list['list'] $value}-->
    <!--{eval $highlight = article_title_style($value);}-->
    <div class="piclist_lynn">
     <div class="conimg_lynn">
      <!--{if $value[pic]}-->
      <a href="portal.php?mod=view&aid=$value[aid]" target="_blank"><img src="$value[pic]" alt="$value[title]"/></a>
      <!--{/if}-->
     </div>
     <div class="concon_lynn">
      <div class="contit_lynn">
      <h3><a href="portal.php?mod=view&aid=$value[aid]" target="_blank">$value[title]</a></h3>
      </div>
      <div class="coninfo_lynn">
      <!--{if $value[summary] !=""}-->
      <font color="#FF0000">摘要:</font>$value[summary]
      <!--{else}-->
      暂无摘要内容
      <!--{/if}-->
      </div>
      <div class="conedit_lynn">
      $value[dateline]<!--{if $_G['group']['allowmanagearticle'] || ($_G['group']['allowpostarticle'] && $value['uid'] == $_G['uid'] && (empty($_G['group']['allowpostarticlemod']) || $_G['group']['allowpostarticlemod'] && $value['status'] == 1)) || $categoryperm[$value['catid']]['allowmanage']}-->
  <span class="xg1"> <span class="pipe">|</span>
  <label><a href="portal.php?mod=portalcp&ac=article&op=edit&aid=$value[aid]">{lang edit}</a></label>
  <span class="pipe">|</span>
  <label><a href="portal.php?mod=portalcp&ac=article&op=delete&aid=$value[aid]" id="article_delete_$value[aid]">{lang delete}</a></label>
  </span>
  <!--{/if}-->
      </div>
     </div>
    </div>
   
    <!--{/loop}-->
   </div>
   <!--end 文章列表容器-->
   <!--[diy=listloopbottom]-->
   <div id="listloopbottom" class="area"></div>
   <!--[/diy]-->
  </div>
  <!--{ad/articlelist/mbm hm/3}-->
  <!--{ad/articlelist/mbm hm/4}-->
  <!--{if $list['multi']}-->
  <div class="pgs cl">{$list['multi']}</div>
  <!--{/if}-->
  <!--[diy=diycontentbottom]-->
  <div id="diycontentbottom" class="area"></div>
  <!--[/diy]-->
</div>
<!--end 左边内容结束-->
<!--start-->
<div class="sd pph">
  <div class="drag">
   <!--[diy=diyrighttop]-->
   <div id="diyrighttop" class="area"></div>
   <!--[/diy]-->
  </div>
  <!--{if $cat[others]}-->
  <div class="bm">
   <div class="bm_h cl">
    <h2>{lang category_related}</h2>
   </div>
   <div class="bm_c">
    <ul class="xl xl2 cl">
     <!--{loop $cat[others] $value}-->
     <li>&bull; <a href="{echo getportalcategoryurl($value[catid]);}">$value[catname]</a></li>
     <!--{/loop}-->
    </ul>
   </div>
  </div>
  <!--{/if}-->
  <div class="drag">
   <!--[diy=diy2]-->
   <div id="diy2" class="area"></div>
   <!--[/diy]-->
  </div>
</div>
<!--end 右边内容结束-->
</div>
<div class="wp mtn">
<!--[diy=diy3]-->
<div id="diy3" class="area"></div>
<!--[/diy]-->
</div>
<!--{subtemplate common/footer}-->







 楼主| panking299 发表于 2012-12-2 19:43:25 | 显示全部楼层
有高手没?
回复

使用道具 举报

绿色理想 发表于 2012-12-2 19:48:01 | 显示全部楼层
心有余力不足。。。不会啊。。。
回复

使用道具 举报

googlg 发表于 2013-9-5 17:25:28 | 显示全部楼层
直接添加不行吗??
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-10-5 11:16 , Processed in 0.121242 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表