0

CSS 代码:

.face_dropcap_ {
    font-size: 3em; 
    font-family: Palatino,serif;
    font-weight: normal;
    line-height: 100%;
    float: left; 
    margin-right: 5px; 
    text-align: center;
    font-style: normal;
}

    <l rend="indent"> <span type=".face_dropcap_">C</span><hi rend="initial_roman">E</hi>stoit alors que le prefent des Dieux</l>

hi rend 工作正常,但是当我尝试在 xml 中嵌入一个 span 类来做一个首字下沉时,它就不起作用了。

感谢您的任何提示!

4

1 回答 1

2

您必须像这样在 HTML 标记中指定类名:

<span class="face_dropcap_">C</span>
于 2016-01-05T12:42:29.243 回答