《自定义首页[自己添加的空白面板模块和像册模块]的背景》
| 使用 |
进入设置效果点击:
>> 控制面板 >>
首页内容维护 >> 自定义空白面板
>> 新增空白面板,命名,(已经存在,不创建点击[笔]编辑),勾选源代码,把以下代码粘贴到独立合适的位置,保存,最后在定制首页模块中添加选取。 |
| 代码 |
<STYLE
type=text/css>
.label{ background:url('背景图片绝对网址');
}
.label .mid{ background:url('背景图片绝对网址');
}
.label .top{ background:url('背景图片绝对网址');
}
.label .bottom{ background:url(背景图片绝对网址');
}
</STYLE> |
| |
|
|