|  | @@ -9,7 +9,7 @@
 | 
	
		
			
				|  |  |                  class="audio-play"
 | 
	
		
			
				|  |  |              />
 | 
	
		
			
				|  |  |            <b v-if="items.number">{{ items.number }}</b>
 | 
	
		
			
				|  |  | -          <span class="item-con">{{items.con}}</span>
 | 
	
		
			
				|  |  | +          <span class="item-con" :class="[items.font]">{{items.con}}</span>
 | 
	
		
			
				|  |  |            <input
 | 
	
		
			
				|  |  |                  @input="handleInput"
 | 
	
		
			
				|  |  |                  :class="['item-input']"
 | 
	
	
		
			
				|  | @@ -76,7 +76,6 @@ export default {
 | 
	
		
			
				|  |  |  //@import url(); 引入公共css类
 | 
	
		
			
				|  |  |  .Big-Book-prev-Textdes{
 | 
	
		
			
				|  |  |      width: 100%;
 | 
	
		
			
				|  |  | -    padding: 0 12px;
 | 
	
		
			
				|  |  |      h2{
 | 
	
		
			
				|  |  |          font-weight: normal;
 | 
	
		
			
				|  |  |          font-size: 16px;
 | 
	
	
		
			
				|  | @@ -121,6 +120,12 @@ export default {
 | 
	
		
			
				|  |  |                  margin-right: 8px;
 | 
	
		
			
				|  |  |                  word-break: break-word;
 | 
	
		
			
				|  |  |                  font-family: 'FZJCGFKTK';
 | 
	
		
			
				|  |  | +                &.py{
 | 
	
		
			
				|  |  | +                    font-family: 'GB-PINYINOK-B';  
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  | +                &.en{
 | 
	
		
			
				|  |  | +                    font-family: 'robot';  
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              input{
 | 
	
		
			
				|  |  |                  flex: 1;
 |