2.62 clothing_UTF-8 求在线收缩客服

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

本人是菜鸟,尝试N次以下添加方案都没显示。



还请高手 发份文件 货修改后的代码上来。谢谢!!!!


打开:themes/模版名称/style.css,在最后加入:


/*积分兑换样式修改 */
.point li{
float:left;
width:300px;
}
/* QQ客服 */
.QQbox{ z-index:99; width: 178px; right: 0; top: 40px; position: absolute;}
.QQbox .press{ right: 0; border: none; cursor: pointer;width: 33px; height: 158px;position: absolute;}
.QQbox .Qlist{ left: 0; width: 145px; background: url(images/qq_listbg.gif) repeat-y -155px 0;position: absolute;}
.QQbox .Qlist .t,
.QQbox .Qlist .b{ float: right; height: 6px; width: 145px; font-size: 1px; }
.QQbox .Qlist .t{ background: url(images/qq_listbg.gif) no-repeat left; }
.QQbox .Qlist .b{ background: url(images/qq_listbg.gif) no-repeat right; }
.QQbox .Qlist .con{ background: #fff; width: 90%; margin: 0 auto; }
.QQbox .Qlist .con h2{ height: 22px; font: bold 12px/22px "宋体"; background: url(images/qq_listbg.gif) repeat-y -163px 0; border: 1px solid #3a708d; text-align: center; color:#fff;}
.QQbox .Qlist .con ul{}
.QQbox .Qlist .con ul li{padding: 5px 0 0 8px;height: 20px; background: #ffffff;}
.QQbox .Qlist .con ul li.odd{ background: #fff; }
/*.QQbox .Qlist .con A IMG { width:23px; }*/



在后台语言项管理FTP里根目录(themes/模版名称/library/)打开page_footer.lbi在最后插入:

<script src="ServiceQQ.PHP"></script>


{if $stats_code}
<div align="center">{$stats_code}</div>
{/if}
<div align="center"id="rss"><a href="{$feed_url}"><img src="../images/xml_rss2.gif" alt="rss" /></a></div>
<script src="ServiceQQ.PHP"></script>
</div>
</div>


http://bbs.ecshop.com/thread-85421-1-2.html

回答:
高手都睡觉了么??

高手都睡觉了么??

请进来看看吧

我也是UTF8的 我也是上面那教程就是弄不起来