我对列表样式元素使用图标字体:
.desc.std li:before {
content: '\e81e';
font-family: 'icons';
width: .6em;
}
但是当文本中断到第二行时,我没有文本缩进。
谁能告诉我,我怎样才能使第二行和以下行缩进?
我对列表样式元素使用图标字体:
.desc.std li:before {
content: '\e81e';
font-family: 'icons';
width: .6em;
}
但是当文本中断到第二行时,我没有文本缩进。
谁能告诉我,我怎样才能使第二行和以下行缩进?