| | |
| | | <img class="img-gn2" alt="" src="../../assets/images/hzjl.jpg" /> |
| | | </p> |
| | | </div> |
| | | <examinations :cardList="questionData[19][1]" :hideCollect="true" sourceType="json" inputBc="#d3edfa" |
| | | v-if="questionData"></examinations> |
| | | <examinations :cardList="questionData[19] ? questionData[19][1] : []" :hideCollect="true" sourceType="json" |
| | | inputBc="#d3edfa" v-if="questionData"></examinations> |
| | | </div> |
| | | <p class="left"> |
| | | <img class="img-gn" alt="" src="../../assets/images/stlx.jpg" /> |
| | | </p> |
| | | <div class="bj"> |
| | | <examinations :cardList="questionData[19][2]" :hideCollect="true" sourceType="json" inputBc="#d3edfa" |
| | | v-if="questionData"></examinations> |
| | | <examinations :cardList="questionData[19] ? questionData[19][2] : []" :hideCollect="true" sourceType="json" |
| | | inputBc="#d3edfa" v-if="questionData"></examinations> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </span> |
| | | </li> |
| | | </ul> |
| | | <div v-if="chapter001.isShowExample29" > |
| | | <div v-if="chapter001.isShowExample29"> |
| | | <p> |
| | | <span class="zt-ls2">解</span>在数轴上将集合A, B 表示出来, |
| | | 如图1-18所示. |
| | |
| | | <li v-for="(item, index) in thinkData" :key="index"> |
| | | <div v-if="index <= showIndex" style="display: flex"> |
| | | <span style="position: relative"> |
| | | <span style="position: absolute; top: 4px; left: 13px; color: #fff">{{ index + 1 }}</span> |
| | | <span style="position: absolute; top: 16px; left: 13px; color: #fff">{{ index + 1 }}</span> |
| | | <img src="../../assets/images/icon/blue-group.png" alt="" style="margin-right: 10px" |
| | | v-if="index < thinkOne.length - 1" /> |
| | | <img src="../../assets/images/icon/blue.png" alt="" v-if="index == thinkOne.length - 1" |