zhongshujie
2024-11-20 0ac4e192d2d2c28eb95e118eb381c04330b07953
src/books/childHealth/view/content/components/chapter010.vue
@@ -344,7 +344,7 @@
          <p>全日制幼儿园各项用房使用面积和建筑面积要求参见表10-1。</p>
          <p class="img">
            表10-1 全日制幼儿园各项用房使用面积和建筑面积一览表<a id="w1"></a
            ><a href="chapter010.html#m1"><sup>[1]</sup></a>
            ><a href="javascript: void(0)" @click="gotoLabel('childTen-labelOne')" class="cu-pr"><sup>[1]</sup></a>
          </p>
          <p class="center openImgBox">
            <img src="../../../assets/images/chapterTen/0272-1.jpg" class="w100">
@@ -365,8 +365,8 @@
            楼梯应按照保障安全、便于行走和疏散的原则来设计,楼梯内应天然采光。疏散楼梯严禁使用螺旋形或扇形踏步。楼梯踏步面应采用防滑材料,踏步踢面不应漏空,踏步面应
          </p>
          <div class="annotation-border"></div>
          <p class="note">
            <a id="m1"></a><a href="chapter010.html#w1">[1]</a>
          <p class="note" id="childTen-labelOne">
            <a id="m1"></a><a href="javascript: void(0)">[1]</a>
            摘自《幼儿园建设标准》(建标175—2016)。
          </p>
        </div>
@@ -422,7 +422,8 @@
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="w100 video-border"
                controlslist="nodownload"
                class="w100 video-border video"
              ></video>
              <p class="img">视频:幼儿园各室配置的卫生要求</p>
            </div>
@@ -1088,7 +1089,8 @@
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="w100 video-border"
                controlslist="nodownload"
                class="w100 video-border video"
              ></video>
              <p class="img">视频:幼儿园文具和教玩具卫生</p>
            </div>
@@ -1256,14 +1258,27 @@
          <p class="custom_tag">•回顾与反思•</p>
          <p class="block"><b>一、判断对错</b></p>
          <p class="block">
            1.幼儿园的厨房及隔离室应有单独的入口。(<input
              type="text"
              class="judge-input"
              v-model="chapterTenData.question.judge.qOne"
              @input="saveChapterOneData"
            />)
            1.幼儿园的厨房及隔离室应有单独的入口。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qOne"
                value="correct"
                v-model="chapterTenData.question.judge.qOne"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qOne"
                value="error"
                v-model="chapterTenData.question.judge.qOne"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            2.主要儿童用房的玻地面积比值不应低于1∶8。(<input
              type="text"
@@ -1272,14 +1287,47 @@
              @input="saveChapterOneData"
            />)
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qTwo"
                value="correct"
                v-model="chapterTenData.question.judge.qTwo"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qTwo"
                value="error"
                v-model="chapterTenData.question.judge.qTwo"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block">
            3.儿童用床一般以条形木板床为最好,透气且有利于儿童脊柱正直。(<input
              type="text"
              class="judge-input"
              v-model="chapterTenData.question.judge.qThree"
              @input="saveChapterOneData"
            />)
            3.儿童用床一般以条形木板床为最好,透气且有利于儿童脊柱正直。()
          </p>
          <div class="radio-box">
            <label>
              <input
                type="radio"
                name="qThree"
                value="correct"
                v-model="chapterTenData.question.judge.qThree"
                @change="saveChapterOneData"
               />
              对</label>
            <label>
              <input
                type="radio"
                name="qThree"
                value="error"
                v-model="chapterTenData.question.judge.qThree"
                @change="saveChapterOneData"
              />错</label>
          </div>
          <p class="block"><b>二、填空</b></p>
          <p class="block">
            <input
@@ -1345,7 +1393,7 @@
            云测试
          </h6>
          <p class="blockh6-c">
            学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br />
            学习完本专题,你的学习效果如何呢?咱们一起来测一测吧!<br />
            <span class="img">过关检测(资格考试模拟题)1</span><br />
            <examinations
            v-if="questionData"
@@ -1486,6 +1534,9 @@
      this.$data.pathOne = await getResourcePath("3f507f73eb9d8c2af4dfcfb032ae696e");
      this.$data.pathTwo = await getResourcePath("93d4edcc8ef4f947ebfb0cee38ccaa71");
    },
    gotoLabel(id) {
      (this.container ? this.container : document).getElementById(id).scrollIntoView()
    },
  },
};
</script>