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 でドロップ キャップを実行しようとすると、動作しません。

ヒントをありがとう!

4

1 に答える 1

2

次のように、HTML タグでクラス名を指定する必要があります。

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