老张 发表于 2016-1-2 19:49:02

仿卷皮新头部-适合没有自定义过的朋友

演示站:
www.bulejie.com

演示图片


如果你一定自定义过头部样式,并且你还想添加 ,请先备份相关文件,然后再覆盖

如果你购买后并没有对头部做个自定义 可以直接覆盖


最安全的方式是:请先备份如下文件

Source\static\default\css\global.css
Core\Index\View\default\Public\header.php



文件下载地址:





上传之后找到





删除掉这一段css





然后找到:更改一下 缓存标识使 新的css立即生效










老张 发表于 2016-1-3 17:39:06

有些朋友的首页LOGO 图片可能比较大,可以找到 Source/static/default/css/global.css 调整一下CSS的大小


老张 发表于 2016-1-16 11:36:00

对安装新 类卷卷皮头部后积分商城页面显示异常的处理方法

积分商城页面 在登陆的情况下 显示如图


的解决方法如下:

如果你没有对 Source/static/default/css/pg-jd-store.css进行过任何修改

可以直接保存 http://www.bulejie.com/Source/static/default/css/pg-jd-store.css之后覆盖到你的网站



否则请找到Source/static/default/css/pg-jd-store.css 的:




改成



.earn-show .icon {
display: block;
width: 56px;
height: 56px;
background: url(../images/jd-store/stroe-total.gif?20141021) no-repeat;
}
.earn-show .icon-web{
        background:url(../images/jd-store/tank-sign.gif) no-repeat;
background-position: 0 0;
width:73px;
height:74px;
}
.earn-show .icon-client{
background-position: 0 -89px;
}
.earn-show .icon-user {
background-position: 0 -147px;
}
.earn-show .icon-zone {
background-position: -84px -444px;

}
.earn-show .icon-weixin {
background-position: -84px -385px;

}
.earn-show .icon-download {
background-position: 0 -347px;
}
.earn-show .icon-annount {
background-position: 0 -263px;
}
.earn-show .icon-iphone{
background-position:0 -205px;
}
.earn-show .icon-iphone{
background-position:0 -205px;
}
.earn-show .icon-visited{
background-position:0 -410px;
}
.earn-show .icon-sale{
background-position: -154px -444px;
}
.earn-show .icon-digger{
        background-position:-61px -31px;
}

老张 发表于 2016-1-30 21:53:08


第二个地方:用户通过快捷登陆之后 认证邮箱的界面


CSS文件: Source/static/default/css/login.css




同样是替换上面的代码为

.earn-show .icon {display: block;width: 56px;height: 56px;background: url(../images/jd-store/stroe-total.gif?20141021) no-repeat;}
.earn-show .icon-web{background:url(../images/jd-store/tank-sign.gif) no-repeat;background-position: 0 0;width:73px;height:74px;}
.earn-show .icon-client{background-position: 0 -89px;}
.earn-show .icon-user {background-position: 0 -147px;}
.earn-show .icon-zone {background-position: -84px -444px;}
.earn-show .icon-weixin {background-position: -84px -385px;}
.earn-show .icon-download {background-position: 0 -347px;}
.earn-show .icon-annount {background-position: 0 -263px;}
.earn-show .icon-iphone{background-position:0 -205px;}
.earn-show .icon-iphone{background-position:0 -205px;}
.earn-show .icon-visited{background-position:0 -410px;}
.earn-show .icon-sale{background-position: -154px -444px;}
.earn-show .icon-digger{background-position:-61px -31px;}

如果你没有修改过,可以直接用 我演示站的CSS直接替换


http://user.bulejie.com/Source/static/default/css/login.css?ts=1234567896545



页: [1]
查看完整版本: 仿卷皮新头部-适合没有自定义过的朋友