用記事本打開config\config.php
找到
- //enlarge-網(wǎng)站擴(kuò)展信息{
- 'qq1'=>'625569327', //站長(zhǎng)QQ
- 'address'=>'九州易通科技有限公司',//聯(lián)系地址
- 'tel'=>'13278127757',//聯(lián)系電話
- 'fax'=>'13278127757',//傳真
- 'email'=>'cmseasy@163.com',//email
- //}
復(fù)制代碼 替換為
- //enlarge-網(wǎng)站擴(kuò)展信息{
- 'qq1'=>'625569327', //站長(zhǎng)QQ
- 'qq2'=>'625569327', //售前QQ
- 'qq3'=>'625569327', //售后QQ
- 'address'=>'九州易通科技有限公司',//聯(lián)系地址
- 'tel'=>'13278127757',//聯(lián)系電話
- 'fax'=>'13278127757',//傳真
- 'email'=>'cmseasy@163.com',//email
- //}
復(fù)制代碼 然后記事本打開模板包的index/index.html模板
在頁(yè)面下方
增加
打開模板包的skin文件夾,找到base.css
在下方增加
- /* QQ客服 */
- .QQbox{ z-index:99; width: 150px; right: 0; top: 40px; position: absolute;}
- .QQbox .press{float: right; width: 33px; height:158px; background:url(qq_1.png) no-repeat;text-indent : 16px;}
- .QQbox .Qlist{ left: 0; width: 138px; background: url(qq_listbg.gif) repeat-y -155px 0; position: absolute;}
- .QQbox .Qlist .t,
- .QQbox .Qlist .b{ float: left; height: 6px; width: 138px; font-size: 1px; }
- .QQbox .Qlist .t{ background: url(qq_listbg.gif) no-repeat left; }
- .QQbox .Qlist .b{ background: url(qq_listbg.gif) no-repeat right; }
- .QQbox .Qlist .con{ background: #fff; width: 80%; margin: 0 auto; }
- .QQbox .Qlist .con h2{ height: 22px; font: bold 12px/22px "宋體"; background: url(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: #e8e8e8;}
- .QQbox .Qlist .con ul li.odd{ background: #fff; }
復(fù)制代碼 然后上傳
skin.rar (4.52 KB)
里面的圖片至模板包的skin文件夾
所有完成后,進(jìn)入后臺(tái)
找到內(nèi)容管理 生成管理 更新首頁(yè)html,結(jié)束