|  | @@ -13,6 +13,7 @@
 | 
	
		
			
				|  |  |            @choose="choose($event)"
 | 
	
		
			
				|  |  |            group="site"
 | 
	
		
			
				|  |  |            class="content-box"
 | 
	
		
			
				|  |  | +          :disabled="disabled"
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |            <transition-group>
 | 
	
		
			
				|  |  |              <div class="option_one" :id="item.id" v-for="(item, i) in data.structure_select_list" :key="'op' + i">
 | 
	
	
		
			
				|  | @@ -46,14 +47,14 @@
 | 
	
		
			
				|  |  |                    class-name="adult-strockplay"
 | 
	
		
			
				|  |  |                    :Book_text="items.hz_info[0].con"
 | 
	
		
			
				|  |  |                    :play-storkes="true"
 | 
	
		
			
				|  |  | -                  :stroke-play-color="'#f44444'"
 | 
	
		
			
				|  |  | +                  :stroke-play-color="'#346CDA'"
 | 
	
		
			
				|  |  |                    :stroke-color="'#000000'"
 | 
	
		
			
				|  |  |                    :paly-width="'18px'"
 | 
	
		
			
				|  |  |                    :BoxbgType="'0'"
 | 
	
		
			
				|  |  |                    :cur-item="items.hz_info[0].hzDetail.hz_json"
 | 
	
		
			
				|  |  |                    :target-div="'writeTops-item-' + '-' + items.hz_info[0].con"
 | 
	
		
			
				|  |  |                    class="writeTop-item"
 | 
	
		
			
				|  |  | -                  :style="{ borderColor: '#f44444' }"
 | 
	
		
			
				|  |  | +                  :style="{ borderColor: '#346CDA' }"
 | 
	
		
			
				|  |  |                  />
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |              </template>
 | 
	
	
		
			
				|  | @@ -328,7 +329,7 @@ export default {
 | 
	
		
			
				|  |  |      overflow: hidden;
 | 
	
		
			
				|  |  |      background: #fff;
 | 
	
		
			
				|  |  |      background-size: cover;
 | 
	
		
			
				|  |  | -    border: 2px solid rgb(244, 68, 68);
 | 
	
		
			
				|  |  | +    border: 2px solid #346cda;
 | 
	
		
			
				|  |  |      border-radius: 8px;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -352,7 +353,7 @@ export default {
 | 
	
		
			
				|  |  |        line-height: 24px;
 | 
	
		
			
				|  |  |        color: #fff;
 | 
	
		
			
				|  |  |        text-align: center;
 | 
	
		
			
				|  |  | -      background: rgb(244, 68, 68);
 | 
	
		
			
				|  |  | +      background: #346cda;
 | 
	
		
			
				|  |  |        border-radius: 100%;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -389,7 +390,7 @@ export default {
 | 
	
		
			
				|  |  |          width: 80px;
 | 
	
		
			
				|  |  |          height: 80px;
 | 
	
		
			
				|  |  |          overflow: hidden;
 | 
	
		
			
				|  |  | -        border: 2px solid rgb(244, 68, 68);
 | 
	
		
			
				|  |  | +        border: 2px solid #346cda;
 | 
	
		
			
				|  |  |          border-radius: 8px;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          img {
 |