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