|  | @@ -61,6 +61,7 @@
 | 
	
		
			
				|  |  |                        <div class="synthesis-box">
 | 
	
		
			
				|  |  |                          <div>
 | 
	
		
			
				|  |  |                            <span
 | 
	
		
			
				|  |  | +                            v-if="items.detail.pyPosition == 'top'"
 | 
	
		
			
				|  |  |                              class="pinyin"
 | 
	
		
			
				|  |  |                              :class="[
 | 
	
		
			
				|  |  |                                noFont.indexOf(itemCon.pinyin) > -1
 | 
	
	
		
			
				|  | @@ -72,9 +73,19 @@
 | 
	
		
			
				|  |  |                            <span class="hanzi content-con">{{
 | 
	
		
			
				|  |  |                              itemCon.chs
 | 
	
		
			
				|  |  |                            }}</span>
 | 
	
		
			
				|  |  | +                          <span
 | 
	
		
			
				|  |  | +                            v-if="items.detail.pyPosition == 'bottom'"
 | 
	
		
			
				|  |  | +                            class="pinyin"
 | 
	
		
			
				|  |  | +                            :class="[
 | 
	
		
			
				|  |  | +                              noFont.indexOf(itemCon.pinyin) > -1
 | 
	
		
			
				|  |  | +                                ? 'noFont'
 | 
	
		
			
				|  |  | +                                : '',
 | 
	
		
			
				|  |  | +                            ]"
 | 
	
		
			
				|  |  | +                            >{{ itemCon.pinyin }}</span>
 | 
	
		
			
				|  |  |                          </div>
 | 
	
		
			
				|  |  |                          <div style="text-align: left">
 | 
	
		
			
				|  |  |                            <span
 | 
	
		
			
				|  |  | +                            v-if="items.detail.pyPosition == 'top'"
 | 
	
		
			
				|  |  |                              class="pinyin"
 | 
	
		
			
				|  |  |                              :class="[
 | 
	
		
			
				|  |  |                                noFont.indexOf(
 | 
	
	
		
			
				|  | @@ -90,11 +101,26 @@
 | 
	
		
			
				|  |  |                            <span class="hanzi content-con">{{
 | 
	
		
			
				|  |  |                              items.detail.wordsList[indexCon + 1].chs
 | 
	
		
			
				|  |  |                            }}</span>
 | 
	
		
			
				|  |  | +                          <span
 | 
	
		
			
				|  |  | +                            v-if="items.detail.pyPosition == 'bottom'"
 | 
	
		
			
				|  |  | +                            class="pinyin"
 | 
	
		
			
				|  |  | +                            :class="[
 | 
	
		
			
				|  |  | +                              noFont.indexOf(
 | 
	
		
			
				|  |  | +                                items.detail.wordsList[indexCon + 1].pinyin
 | 
	
		
			
				|  |  | +                              ) > -1
 | 
	
		
			
				|  |  | +                                ? 'noFont'
 | 
	
		
			
				|  |  | +                                : '',
 | 
	
		
			
				|  |  | +                            ]"
 | 
	
		
			
				|  |  | +                            >{{
 | 
	
		
			
				|  |  | +                              items.detail.wordsList[indexCon + 1].pinyin
 | 
	
		
			
				|  |  | +                            }}</span
 | 
	
		
			
				|  |  | +                          >
 | 
	
		
			
				|  |  |                          </div>
 | 
	
		
			
				|  |  |                        </div>
 | 
	
		
			
				|  |  |                      </template>
 | 
	
		
			
				|  |  |                      <template v-else>
 | 
	
		
			
				|  |  |                        <span
 | 
	
		
			
				|  |  | +                        v-if="items.detail.pyPosition == 'top'"
 | 
	
		
			
				|  |  |                          class="pinyin"
 | 
	
		
			
				|  |  |                          :class="[
 | 
	
		
			
				|  |  |                            noFont.indexOf(itemCon.pinyin) > -1 ? 'noFont' : '',
 | 
	
	
		
			
				|  | @@ -102,6 +128,14 @@
 | 
	
		
			
				|  |  |                          >{{ itemCon.pinyin }}</span
 | 
	
		
			
				|  |  |                        >
 | 
	
		
			
				|  |  |                        <span class="hanzi content-con">{{ itemCon.chs }}</span>
 | 
	
		
			
				|  |  | +                      <span
 | 
	
		
			
				|  |  | +                        v-if="items.detail.pyPosition == 'bottom'"
 | 
	
		
			
				|  |  | +                        class="pinyin"
 | 
	
		
			
				|  |  | +                        :class="[
 | 
	
		
			
				|  |  | +                          noFont.indexOf(itemCon.pinyin) > -1 ? 'noFont' : '',
 | 
	
		
			
				|  |  | +                        ]"
 | 
	
		
			
				|  |  | +                        >{{ itemCon.pinyin }}</span
 | 
	
		
			
				|  |  | +                      >
 | 
	
		
			
				|  |  |                      </template>
 | 
	
		
			
				|  |  |                    </div>
 | 
	
		
			
				|  |  |                  </div>
 | 
	
	
		
			
				|  | @@ -159,6 +193,7 @@
 | 
	
		
			
				|  |  |                    <div class="synthesis-box">
 | 
	
		
			
				|  |  |                      <div>
 | 
	
		
			
				|  |  |                        <span
 | 
	
		
			
				|  |  | +                        v-if="items.detail.pyPosition == 'top'"
 | 
	
		
			
				|  |  |                          class="pinyin"
 | 
	
		
			
				|  |  |                          :class="[
 | 
	
		
			
				|  |  |                            noFont.indexOf(itemCon.pinyin) > -1 ? 'noFont' : '',
 | 
	
	
		
			
				|  | @@ -166,9 +201,18 @@
 | 
	
		
			
				|  |  |                          >{{ itemCon.pinyin }}</span
 | 
	
		
			
				|  |  |                        >
 | 
	
		
			
				|  |  |                        <span class="hanzi content-con">{{ itemCon.chs }}</span>
 | 
	
		
			
				|  |  | +                      <span
 | 
	
		
			
				|  |  | +                        v-if="items.detail.pyPosition == 'bottom'"
 | 
	
		
			
				|  |  | +                        class="pinyin"
 | 
	
		
			
				|  |  | +                        :class="[
 | 
	
		
			
				|  |  | +                          noFont.indexOf(itemCon.pinyin) > -1 ? 'noFont' : '',
 | 
	
		
			
				|  |  | +                        ]"
 | 
	
		
			
				|  |  | +                        >{{ itemCon.pinyin }}</span
 | 
	
		
			
				|  |  | +                      >
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                      <div style="text-align: left">
 | 
	
		
			
				|  |  |                        <span
 | 
	
		
			
				|  |  | +                        v-if="items.detail.pyPosition == 'top'"
 | 
	
		
			
				|  |  |                          class="pinyin"
 | 
	
		
			
				|  |  |                          :class="[
 | 
	
		
			
				|  |  |                            noFont.indexOf(
 | 
	
	
		
			
				|  | @@ -182,11 +226,24 @@
 | 
	
		
			
				|  |  |                        <span class="hanzi content-con">{{
 | 
	
		
			
				|  |  |                          items.detail.wordsList[indexCon + 1].chs
 | 
	
		
			
				|  |  |                        }}</span>
 | 
	
		
			
				|  |  | +                      <span
 | 
	
		
			
				|  |  | +                        v-if="items.detail.pyPosition == 'bottom'"
 | 
	
		
			
				|  |  | +                        class="pinyin"
 | 
	
		
			
				|  |  | +                        :class="[
 | 
	
		
			
				|  |  | +                          noFont.indexOf(
 | 
	
		
			
				|  |  | +                            items.detail.wordsList[indexCon + 1].pinyin
 | 
	
		
			
				|  |  | +                          ) > -1
 | 
	
		
			
				|  |  | +                            ? 'noFont'
 | 
	
		
			
				|  |  | +                            : '',
 | 
	
		
			
				|  |  | +                        ]"
 | 
	
		
			
				|  |  | +                        >{{ items.detail.wordsList[indexCon + 1].pinyin }}</span
 | 
	
		
			
				|  |  | +                      >
 | 
	
		
			
				|  |  |                      </div>
 | 
	
		
			
				|  |  |                    </div>
 | 
	
		
			
				|  |  |                  </template>
 | 
	
		
			
				|  |  |                  <template v-else>
 | 
	
		
			
				|  |  |                    <span
 | 
	
		
			
				|  |  | +                    v-if="items.detail.pyPosition == 'top'"
 | 
	
		
			
				|  |  |                      class="pinyin"
 | 
	
		
			
				|  |  |                      :class="[
 | 
	
		
			
				|  |  |                        noFont.indexOf(itemCon.pinyin) > -1 ? 'noFont' : '',
 | 
	
	
		
			
				|  | @@ -194,6 +251,14 @@
 | 
	
		
			
				|  |  |                      >{{ itemCon.pinyin }}</span
 | 
	
		
			
				|  |  |                    >
 | 
	
		
			
				|  |  |                    <span class="hanzi content-con">{{ itemCon.chs }}</span>
 | 
	
		
			
				|  |  | +                  <span
 | 
	
		
			
				|  |  | +                    v-if="items.detail.pyPosition == 'bottom'"
 | 
	
		
			
				|  |  | +                    class="pinyin"
 | 
	
		
			
				|  |  | +                    :class="[
 | 
	
		
			
				|  |  | +                      noFont.indexOf(itemCon.pinyin) > -1 ? 'noFont' : '',
 | 
	
		
			
				|  |  | +                    ]"
 | 
	
		
			
				|  |  | +                    >{{ itemCon.pinyin }}</span
 | 
	
		
			
				|  |  | +                  >
 | 
	
		
			
				|  |  |                  </template>
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |              </div>
 |