问题:有不少朋友使用商城短消息和EMAIL通知时候,信息内容没有风格设置,信息内容比较难看。不知道如何加上系统的风格?
解答:因为标签自动调用了动易系统后台的风格,而信件内容发出去后无法连接到动易系统的风格文件。故需信息内容中需要使用的风格代码加过来,才能保证显示可以同动易后台风格一样的效果
<style type="text/css">
<!--
Body
{
    FONT-FAMILY: "宋体";
    FONT-SIZE: 9pt;
    text-decoration: none;
    line-height: 150%;
    background:#ffffff;
    SCROLLBAR-FACE-COLOR: #2B73F1;
    SCROLLBAR-HIGHLIGHT-COLOR: #0650D2;
    SCROLLBAR-SHADOW-COLOR: #449AE8;
    SCROLLBAR-3DLIGHT-COLOR: #449AE8;
    SCROLLBAR-ARROW-COLOR: #02338A;
    SCROLLBAR-TRACK-COLOR: #0650D2;
    SCROLLBAR-DARKSHADOW-COLOR: #0650D2;
    padding:0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.border
{
    border: 1px solid #449AE8;
}
.Title
{
    background:#449AE8;
    color: #ffffff;
    font-weight: normal;
}
.tdbg{
    background:#f0f0f0;
    line-height: 120%;
}
.tdbg5{
    background:#E0EEF5;
    line-height: 120%;
}
.topbg2 /*  浅色背景定义,用于首页细线 */
{
    background:#449AE8;
}
.title5{
    width:80px;
    background:url('images/titlebg2.gif');
    line-height: 120%;
    padding-top:2px;
    cursor:hand;
}
.title6
{
    width:80px;
    background:url('images/titlebg1.gif');
    color: #ffffff;
    font-weight: normal;
    padding-top:2px;
    cursor:hand;
}
.Title
{
    background:#449AE8;
    color: #ffffff;
    font-weight: normal;
}
.tdbgmouseover{
    background:#BFDFFF;
    line-height: 120%;
}
-->
</style>
把这段代码加到系统设置 --商城选项 --XXXX站内短信/Email通知内容:中即可
或者参考自己需要的样式调整风格设置即可
新闻热点
疑难解答
图片精选