九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
修改ecshop網(wǎng)站logo圖片尺寸大小

ecshop模板網(wǎng) / 2015-01-02

ecshop里面把logo的尺寸是寫固定了的,大概在150*35的樣子,如果設(shè)計(jì)的尺寸偏大,那么就會出現(xiàn)只能顯示部分logo的情況,請的合作美工出于漂亮和完整傳達(dá)意思的考慮,他把我的logo尺寸修改為150*52,這樣的話logo并不能完全顯示,尤其是底部logo只能顯示大半部分,因此必須修改代碼使得能容納新版的logo圖標(biāo)。

針對頭部文件的修改,ecshop模板網(wǎng)在后臺中修改,

模板管理 -> 庫項(xiàng)目管理 -> page_header.lbi 找到 "images/logo.gif"這部分代碼,

原文件如下:

<div class="block clearfix">
 <div class="f_l"><a href="../index.php" name="top"><img src="../images/logo.gif" /></a></div>
 <div class="f_r log">
系統(tǒng)并沒有對圖片的尺寸進(jìn)行限制,修改如下:

<div class="block clearfix">
 <div class="f_l"><a href="../index.php" name="top"><img width="150" height="52" src="../images/logo.gif" /></a></div>
 <div class="f_r log">

針對底部的修改,在style.css中完成,

找到

   /*版權(quán)*/
   #footer{background:url(images/logo1.gif) no-repeat 5% 50%; padding-left:200px; width:760px; margin:10px auto;}
   #footer .text{background:url(images/footerLine.gif) no-repeat left center;  padding-left:50px; *padding-bottom:20px;}
   #footer .text a{color:#404040; text-decoration:none;}

這部分代碼,做如下修改:

   #footer{background:url(images/logo1.gif) no-repeat 5% 50%; padding-left:200px; height:52px; width:760px; margin:10px auto;}
   #footer .text{background:url(images/footerLine.gif) no-repeat left center; padding-left:50px; *padding-bottom:20px;}
   #footer .text a{color:#404040; text-

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
ECSHOP默認(rèn)模板左下角LOGO圖標(biāo)刪除方法
典型的三行二列居中高度自適應(yīng)布局
淘寶店鋪裝修:如何去掉店鋪模塊10px空隙?
DIV+CSS布局網(wǎng)頁的實(shí)例
CSS網(wǎng)頁布局全精通 - 建站學(xué)
按鈕按下效果的左側(cè)導(dǎo)航欄實(shí)現(xiàn)
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服