【发布时间】:2014-04-11 09:21:52
【问题描述】:
如何设置 list-style-image 属性以在 tcpdf 中列出?下面是我的代码
<style>
.content{
color: #111;
font-size:12px;
font-weight:normal;
}
.title{
color: #3e3e3e;
font-size:14px;
font-weight:bold;
}
ol,ul{
list-style-image: url('images/leaf_icon.jpg');
}
</style>
title and content divs 获取 css 但不在 ol,ul 中
知道如何实现吗?
【问题讨论】: