user1
2024-06-25 2e2384bb96792ea5c87d7fd31f5ef493dcafef84
src/books/artAndDrama/view/components/chapter002.vue
@@ -97,8 +97,7 @@
          <h3 class="lefth3" id="c014" style="margin-top: 7%;"><img class="img-gn1" alt=""
              src="../../assets/images/czysj.jpg" /></h3>
          <p class="text"><span class="hs1">◇</span>阅读下面的文字,为小蚂蚁选择一种性格吧。</p>
          <!-- 拖拽题 -->
          <drag class="text" style=""  :question="dragQuestion" :page="16"/>
          <drag  :question="dragQuestion" :page="16" class="drag-text"/>
          <!-- <choice class="text" :questions="questions"  :primaryColor="accentColor"  hoverBackgroundColor="green" hoverColor="white"></choice> -->
          <p class="center  openImgBox"><img class="img-e" alt="" src="../../assets/images/2-2.gif" /></p>
        </div>
@@ -501,4 +500,9 @@
  height: 100%;
  background-color: red;
}
.drag-text {
  margin: 0 6%;
  font-family: "STKaiti";
  font-size: 19px;
}
</style>