zhongshujie
4 天以前 1695fcd442fe2cefb6d3b63869ad8a72ebd5210a
src/books/lifeCare/view/components/chapter007.vue
@@ -87,9 +87,7 @@
            </p>
          </div>
          <h3 id="c024">
            <span class="bk-h3"
              ><span class="bj1-h3">一</span>  营造良好的睡眠环境 </span
            >
            <span class="bk-h3"><span class="bj1-h3">一</span>  营造良好的睡眠环境 </span>
          </h3>
          <p>
            托育园的婴幼儿精力充沛地折腾了半天,终于熬到即将进入梦乡的“轻松一刻”,保教人员本以为可以松一口气,但是照料婴幼儿的睡眠也不是一件简单的事情。孩子自出生开始,往往一天的大部分时间都处于睡梦之中,所以一个好的睡眠环境对孩子来说是很重要的。只有睡得好,身体的各个方面才能发育好。婴幼儿的睡眠质量与睡眠环境直接相关。因此,托育园的保教人员为婴幼儿营造良好的睡眠环境至关重要。
@@ -114,9 +112,7 @@
        </div>
        <div class="bodystyle">
          <h4 id="d071">
            ▶▶ 活动1:了解不同年龄段的婴幼儿的睡眠需求<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动1:了解不同年龄段的婴幼儿的睡眠需求<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk">
            <div class="bj1">
@@ -137,25 +133,15 @@
          <p>根据以上描述,请查阅阅读手册,完成下列练习。</p>
          <p>1.你认为婴幼儿的睡眠重要吗?请写明睡眠对婴幼儿健康成长的价值。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text1"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text1')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text1" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text1')"></textarea>
          </div>
          <p>
            2.上述情境中的宝宝睡眠是否足够?4个月大的婴儿一天应该需要多少睡眠时间?请对此开展家长指导。
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text2"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text2')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text2" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text2')"></textarea>
          </div>
          <p>3.学习阅读手册,填写表1-7-1。</p>
          <p class="img">表1-7-1 婴幼儿24小时内平均睡眠时间</p>
@@ -163,52 +149,39 @@
            <table class="table111 table122">
              <thead>
                <tr>
                  <th
                    :style="{
                      width:
                        index == 0 ||
                  <th :style="{
                    width:
                      index == 0 ||
                        index == chapter007.tableData171.length - 1
                          ? '100px'
                          : '',
                    }"
                    v-for="(header, index) in chapter007.headersData"
                    :key="index"
                  >
                        ? '100px'
                        : '',
                  }" v-for="(header, index) in chapter007.headersData" :key="index">
                    {{ header }}
                  </th>
                </tr>
              </thead>
              <tbody>
                <tr
                  v-for="(row, rowIndex) in chapter007.tableData171"
                  :key="rowIndex"
                >
                <tr v-for="(row, rowIndex) in chapter007.tableData171" :key="rowIndex">
                  <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                    <template v-if="cell === ''">
                      <div
                        contenteditable
                        @blur="
                          updateCell(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div contenteditable @blur="
                        updateCell(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter007.tableData171[rowIndex][cellIndex] }}
                      </div>
                    </template>
                    <template v-else>
                      <div
                        :contenteditable="cellIndex != 0"
                        @blur="
                          updateCell(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div :contenteditable="cellIndex != 0" @blur="
                        updateCell(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter007.tableData171[rowIndex][cellIndex] }}
                      </div>
                    </template>
@@ -240,9 +213,7 @@
        </div>
        <div class="bodystyle">
          <h4 id="d072">
            ▶▶ 活动2:了解良好的睡眠环境的要求<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动2:了解良好的睡眠环境的要求<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -259,52 +230,23 @@
          <p>分析上述情境,回答下列问题。</p>
          <p>1.婴幼儿是否需要特别安静的睡眠环境?为什么?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text4"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text4')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text4" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text4')"></textarea>
          </div>
          <p>2.为婴幼儿创设睡眠环境时,需要注意哪些方面的检查?</p>
          <div class="bk-tx">
            <p class="left">门窗</p>
            <textarea
              v-model="chapter007.textAreaItem.text5"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text5')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text5" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text5')"></textarea>
            <p class="left">床</p>
            <textarea
              v-model="chapter007.textAreaItem.text6"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text6')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text6" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text6')"></textarea>
            <p class="left">室温</p>
            <textarea
              v-model="chapter007.textAreaItem.text7"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text7')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text7" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text7')"></textarea>
            <p class="left">其他</p>
            <textarea
              v-model="chapter007.textAreaItem.text8"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text8')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text8" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text8')"></textarea>
          </div>
        </div>
      </div>
@@ -326,51 +268,27 @@
        </div>
        <div class="bodystyle">
          <p class="pic-wall">
            3.请绘制良好的睡眠环境图。<span
              class="btnUpload-list"
              @click="handFile('fileFour')"
            >
              <svg
                t="1717059899765"
                class="icon"
                viewBox="0 0 1024 1024"
                version="1.1"
                xmlns="http://www.w3.org/2000/svg"
                p-id="2633"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                width="18"
                height="18"
              >
            3.请绘制良好的睡眠环境图。<span class="btnUpload-list" @click="handFile('fileFour')">
              <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
                xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="18"
                height="18">
                <path
                  d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
                  p-id="2634"
                ></path>
                  p-id="2634"></path>
                <path
                  d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
                  p-id="2635"
                ></path>
                  p-id="2635"></path>
              </svg>
            </span>
          </p>
          <div class="bk-tx">
            <div
              class="upload-list"
              v-if="chapter007.pictrueListFour.length > 0"
            >
              <div
                class="demo-image__preview openImgBox"
                v-for="item in chapter007.pictrueListFour"
                :key="item"
              >
            <div class="upload-list" v-if="chapter007.pictrueListFour.length > 0">
              <div class="demo-image__preview openImgBox" v-for="item in chapter007.pictrueListFour" :key="item">
                <img style="height: 100%" :src="item" alt="" />
              </div>
            </div>
            <div class="bk-inputUpload">
              <input
                type="file"
                id="fileFour"
                @change="handUploadFile($event, '4')"
              />
              <input type="file" id="fileFour" @change="handUploadFile($event, '4')" />
            </div>
          </div>
          <h4 id="d073">
@@ -398,13 +316,8 @@
          </p>
          <p>为婴幼儿铺床时的注意事项有哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text9"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text9')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text9" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text9')"></textarea>
          </div>
          <p>
            5.安排床位。安排床位时,卧室内床头的间距应为0.5米左右,两排床的间距应为0.9米左右。全体婴幼儿头脚交叉睡。
@@ -429,13 +342,8 @@
        <div class="bodystyle">
          <p>为婴幼儿安排床位时的注意事项有哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text10"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text10')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text10" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text10')"></textarea>
          </div>
          <p><b>③实训练习</b></p>
          <p>
@@ -457,28 +365,15 @@
            <div class="bj-tip">
              创设良好睡眠环境的评分标准
              <div @click="activityGroup">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  width="19.28"
                  height="20.563"
                  viewBox="0 0 19.28 20.563"
                >
                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                  <g transform="translate(-109.056 -82.941)">
                    <path
                      class="a"
                    <path class="a"
                      d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
                      transform="translate(-3316.14 15289.201)"
                    />
                    <path
                      class="a"
                      transform="translate(-3316.14 15289.201)" />
                    <path class="a"
                      d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
                      transform="translate(-196.896 -148.921)"
                    />
                    <path
                      class="a"
                      d="M763.392,793.79l3.262-3.262h-3.262Z"
                      transform="translate(-638.661 -690.634)"
                    />
                      transform="translate(-196.896 -148.921)" />
                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                  </g>
                </svg>
              </div>
@@ -487,48 +382,33 @@
              <table class="table111 table122">
                <thead>
                  <tr>
                    <th
                      :style="{
                        width: index == 3 ? '300px' : '50px',
                      }"
                      v-for="(header, index) in chapter007.publicHeader"
                      :key="index"
                    >
                    <th :style="{
                      width: index == 3 ? '300px' : '50px',
                    }" v-for="(header, index) in chapter007.publicHeader" :key="index">
                      {{ header }}
                    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr
                    v-for="(row, rowIndex) in chapter007.groupData"
                    :key="rowIndex"
                  >
                  <tr v-for="(row, rowIndex) in chapter007.groupData" :key="rowIndex">
                    <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                      <template v-if="cell === ''">
                        <input
                          type="text"
                          v-model="chapter007.groupData[rowIndex][cellIndex]"
                          @blur="
                            updateCellGroup(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter007.groupData[rowIndex][cellIndex]" @blur="
                          updateCellGroup(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else-if="cellIndex == 4">
                        <input
                          type="text"
                          v-model="chapter007.groupData[rowIndex][cellIndex]"
                          @blur="
                            updateCellGroup(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter007.groupData[rowIndex][cellIndex]" @blur="
                          updateCellGroup(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else>
                        {{ cell }}
@@ -541,9 +421,7 @@
          </div>
          <p><br /></p>
          <h3 id="c025">
            <span class="bk-h3"
              ><span class="bj1-h3">二</span>  识别睡眠信号 </span
            >
            <span class="bk-h3"><span class="bj1-h3">二</span>  识别睡眠信号 </span>
          </h3>
          <p>
            婴幼儿的睡眠时机并不是由爸爸妈妈或托育园的保教人员来安排的。照护者要根据婴幼儿的睡眠需求以及睡眠信号来确定何时安排婴幼儿入睡。如果未识别或误读了婴幼儿的睡眠信号,会导致过于疲倦的婴幼儿兴奋、易怒、急躁、难以入睡,这是因为他们体内的化学物质在对抗疲倦,疲倦会造成肾上腺素的浓度增加,让他们保持有活力、清醒、兴奋的状态。结果这就变成了一个恶性循环,婴幼儿会因为缺觉而过度疲劳,进而难以入睡。
@@ -587,119 +465,58 @@
            1.如果小布丁继续被逗着玩,妈妈没有重视她的睡眠信号,会产生什么情况?
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text11"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text11')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text11" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text11')"></textarea>
          </div>
          <p>
            2.“孩子想睡就睡,不想睡,那就不让他睡”这样的照护观念是否正确?为什么?小林老师该怎么办?
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text12"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text12')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text12" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text12')"></textarea>
          </div>
          <p class="pic-wall">
            3.观察并收集婴幼儿的睡眠信号。若有照片,可贴在下面。
            <span class="btnUpload-list" @click="handFile('fileTwo')">
              <svg
                t="1717059899765"
                class="icon"
                viewBox="0 0 1024 1024"
                version="1.1"
                xmlns="http://www.w3.org/2000/svg"
                p-id="2633"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                width="18"
                height="18"
              >
              <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
                xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="18"
                height="18">
                <path
                  d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
                  p-id="2634"
                ></path>
                  p-id="2634"></path>
                <path
                  d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
                  p-id="2635"
                ></path>
                  p-id="2635"></path>
              </svg>
            </span>
          </p>
          <div class="bk-tx">
            <div
              class="upload-list"
              v-if="chapter007.pictrueListTwo.length > 0"
            >
              <div
                class="demo-image__preview openImgBox"
                v-for="item in chapter007.pictrueListTwo"
                :key="item"
              >
            <div class="upload-list" v-if="chapter007.pictrueListTwo.length > 0">
              <div class="demo-image__preview openImgBox" v-for="item in chapter007.pictrueListTwo" :key="item">
                <img style="height: 100%" :src="item" alt="" />
              </div>
            </div>
            <div class="bk-inputUpload">
              <input
                type="file"
                id="fileTwo"
                @change="handUploadFile($event, '2')"
              />
              <input type="file" id="fileTwo" @change="handUploadFile($event, '2')" />
            </div>
          </div>
          <p>4.查阅阅读手册,研讨及归纳婴幼儿的睡眠信号。</p>
          <div class="bk-tx">
            <p class="left">睡前情绪</p>
            <textarea
              v-model="chapter007.textAreaItem.text13"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text13')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text13" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text13')"></textarea>
            <p class="left">睡前语言</p>
            <textarea
              v-model="chapter007.textAreaItem.text14"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text14')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text14" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text14')"></textarea>
            <p class="left">睡前动作</p>
            <textarea
              v-model="chapter007.textAreaItem.text15"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text15')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text15" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text15')"></textarea>
            <p class="left">睡前眼神</p>
            <textarea
              v-model="chapter007.textAreaItem.text16"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text16')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text16" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text16')"></textarea>
            <p class="left">其他特征</p>
            <textarea
              v-model="chapter007.textAreaItem.text17"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text17')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text17" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text17')"></textarea>
          </div>
        </div>
      </div>
@@ -720,9 +537,7 @@
        </div>
        <div class="bodystyle">
          <h4 id="d075">
            ▶▶ 活动2:根据睡眠信号及时哄睡<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动2:根据睡眠信号及时哄睡<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -733,23 +548,13 @@
          <p>分析上述情境,回答下列问题。</p>
          <p>1.小丁当的睡眠信号有哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text18"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text18')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text18" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text18')"></textarea>
          </div>
          <p>2.针对小丁当的睡眠信号,我们该如何做?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text19"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text19')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text19" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text19')"></textarea>
          </div>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述2 ⊙</p>
@@ -779,13 +584,8 @@
          <p>分析上述情境,回答问题并完成练习。</p>
          <p>1.除了上述情境中提到的睡眠信号之外,你还知道哪些?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text99"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text99')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text99" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text99')"></textarea>
          </div>
          <p>
            2.根据收集的婴幼儿的睡眠信号找到相应的哄睡小妙招,分享介绍,比比谁的妙招好(见表1-7-2)。
@@ -798,52 +598,39 @@
            <table class="table111 table122">
              <thead>
                <tr>
                  <th
                    :style="{
                      width:
                        index == 0 ||
                  <th :style="{
                    width:
                      index == 0 ||
                        index == chapter007.tableData172.length - 1
                          ? '100px'
                          : '',
                    }"
                    v-for="(header, index) in chapter007.headersData172"
                    :key="index"
                  >
                        ? '100px'
                        : '',
                  }" v-for="(header, index) in chapter007.headersData172" :key="index">
                    {{ header }}
                  </th>
                </tr>
              </thead>
              <tbody>
                <tr
                  v-for="(row, rowIndex) in chapter007.tableData172"
                  :key="rowIndex"
                >
                <tr v-for="(row, rowIndex) in chapter007.tableData172" :key="rowIndex">
                  <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                    <template v-if="cell === ''">
                      <div
                        contenteditable
                        @blur="
                          updateCell172(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div contenteditable @blur="
                        updateCell172(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter007.tableData172[rowIndex][cellIndex] }}
                      </div>
                    </template>
                    <template v-else>
                      <div
                        :contenteditable="cellIndex != 0"
                        @blur="
                          updateCell172(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div :contenteditable="cellIndex != 0" @blur="
                        updateCell172(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter007.tableData172[rowIndex][cellIndex] }}
                      </div>
                    </template>
@@ -853,9 +640,7 @@
            </table>
          </div>
          <h3 id="c026">
            <span class="bk-h3"
              ><span class="bj1-h3">三</span>  睡前准备 </span
            >
            <span class="bk-h3"><span class="bj1-h3">三</span>  睡前准备 </span>
          </h3>
          <p>&nbsp;</p>
          <!-- <div class="bk-sys">
@@ -873,43 +658,23 @@
            <div class="bj-tip">
              视频:午睡前的准备
              <div @click="activityOne">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.863"
                  height="20.817"
                  viewBox="0 0 19.863 13.817"
                >
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
                  height="20.817" viewBox="0 0 19.863 13.817">
                  <g transform="translate(-40.961 -184.321)">
                    <path
                      class="a"
                    <path class="a"
                      d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
                      transform="translate(51.824 196.82) rotate(-90)"
                    />
                    <path
                      class="b"
                      transform="translate(51.824 196.82) rotate(-90)" />
                    <path class="b"
                      d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
                      transform="translate(-3269 15293.001)"
                    />
                      transform="translate(-3269 15293.001)" />
                  </g>
                </svg>
              </div>
            </div>
            <div
              class="tips-file"
              v-if="chapter007.isOpenOne && chapter007.videOneUrl"
            >
              <video
                webkit-playsinline="true"
                x-webkit-airplay="true"
                playsinline="true"
                x5-video-orientation="h5"
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="video-border w100"
                :src="chapter007.videOneUrl"
              ></video>
            <div class="tips-file" v-if="chapter007.isOpenOne && chapter007.videOneUrl">
              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
                :src="chapter007.videOneUrl"></video>
            </div>
          </div>
          <p><br /></p>
@@ -934,43 +699,23 @@
            <div class="bj-tip">
              视频:午睡前的护理
              <div @click="activityTwo">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.863"
                  height="20.817"
                  viewBox="0 0 19.863 13.817"
                >
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
                  height="20.817" viewBox="0 0 19.863 13.817">
                  <g transform="translate(-40.961 -184.321)">
                    <path
                      class="a"
                    <path class="a"
                      d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
                      transform="translate(51.824 196.82) rotate(-90)"
                    />
                    <path
                      class="b"
                      transform="translate(51.824 196.82) rotate(-90)" />
                    <path class="b"
                      d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
                      transform="translate(-3269 15293.001)"
                    />
                      transform="translate(-3269 15293.001)" />
                  </g>
                </svg>
              </div>
            </div>
            <div
              class="tips-file"
              v-if="chapter007.isOpenTwo && chapter007.videoTwoUrl"
            >
              <video
                webkit-playsinline="true"
                x-webkit-airplay="true"
                playsinline="true"
                x5-video-orientation="h5"
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="video-border w100"
                :src="chapter007.videoTwoUrl"
              ></video>
            <div class="tips-file" v-if="chapter007.isOpenTwo && chapter007.videoTwoUrl">
              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
                :src="chapter007.videoTwoUrl"></video>
            </div>
          </div>
          <p><br /></p>
@@ -1003,23 +748,13 @@
            1.婴幼儿脱穿衣物时应注意保护哪些身体部位?请回答问题并说明原因。
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text20"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text20')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text20" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text20')"></textarea>
          </div>
          <p>2.根据阅读手册,说明如何指导婴幼儿脱穿衣物。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text21"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text21')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text21" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text21')"></textarea>
          </div>
          <!-- <div class="bk-sys">
          <div class="bj1-sys">
@@ -1036,55 +771,30 @@
            <div class="bj-tip">
              视频:脱衣物指导
              <div @click="activityFour">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.863"
                  height="20.817"
                  viewBox="0 0 19.863 13.817"
                >
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
                  height="20.817" viewBox="0 0 19.863 13.817">
                  <g transform="translate(-40.961 -184.321)">
                    <path
                      class="a"
                    <path class="a"
                      d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
                      transform="translate(51.824 196.82) rotate(-90)"
                    />
                    <path
                      class="b"
                      transform="translate(51.824 196.82) rotate(-90)" />
                    <path class="b"
                      d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
                      transform="translate(-3269 15293.001)"
                    />
                      transform="translate(-3269 15293.001)" />
                  </g>
                </svg>
              </div>
            </div>
            <div
              class="tips-file"
              v-if="chapter007.isOpenFour && chapter007.videoFourUrl"
            >
              <video
                webkit-playsinline="true"
                x-webkit-airplay="true"
                playsinline="true"
                x5-video-orientation="h5"
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="video-border w100"
                :src="chapter007.videoFourUrl"
              ></video>
            <div class="tips-file" v-if="chapter007.isOpenFour && chapter007.videoFourUrl">
              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
                :src="chapter007.videoFourUrl"></video>
            </div>
          </div>
          <p><br /></p>
          <p>3.尝试给婴幼儿脱穿衣物编首儿歌。</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text22"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text22')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text22" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text22')"></textarea>
          </div>
          <p>
            4.实训练习。2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照指导脱穿衣物的评分标准给操作者打分。
@@ -1104,28 +814,15 @@
            <div class="bj-tip">
              指导穿脱衣物的评分标准
              <div @click="activityScore1">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  width="19.28"
                  height="20.563"
                  viewBox="0 0 19.28 20.563"
                >
                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                  <g transform="translate(-109.056 -82.941)">
                    <path
                      class="a"
                    <path class="a"
                      d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
                      transform="translate(-3316.14 15289.201)"
                    />
                    <path
                      class="a"
                      transform="translate(-3316.14 15289.201)" />
                    <path class="a"
                      d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
                      transform="translate(-196.896 -148.921)"
                    />
                    <path
                      class="a"
                      d="M763.392,793.79l3.262-3.262h-3.262Z"
                      transform="translate(-638.661 -690.634)"
                    />
                      transform="translate(-196.896 -148.921)" />
                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                  </g>
                </svg>
              </div>
@@ -1135,48 +832,33 @@
              <table class="table111 table122">
                <thead>
                  <tr>
                    <th
                      :style="{
                        width: index == 3 ? '300px' : '50px',
                      }"
                      v-for="(header, index) in chapter007.publicHeader"
                      :key="index"
                    >
                    <th :style="{
                      width: index == 3 ? '300px' : '50px',
                    }" v-for="(header, index) in chapter007.publicHeader" :key="index">
                      {{ header }}
                    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr
                    v-for="(row, rowIndex) in chapter007.scoreData1"
                    :key="rowIndex"
                  >
                  <tr v-for="(row, rowIndex) in chapter007.scoreData1" :key="rowIndex">
                    <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                      <template v-if="cell === ''">
                        <input
                          type="text"
                          v-model="chapter007.scoreData1[rowIndex][cellIndex]"
                          @blur="
                            updateCellScore1(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter007.scoreData1[rowIndex][cellIndex]" @blur="
                          updateCellScore1(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else-if="cellIndex == 4">
                        <input
                          type="text"
                          v-model="chapter007.scoreData1[rowIndex][cellIndex]"
                          @blur="
                            updateCellScore1(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter007.scoreData1[rowIndex][cellIndex]" @blur="
                          updateCellScore1(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else>
                        {{ cell }}
@@ -1241,23 +923,13 @@
          </div>
          <p>1.若为婴幼儿讲述睡前故事,你会选择哪些绘本?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text23"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text23')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text23" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text23')"></textarea>
          </div>
          <p>2.在讲述睡前故事的时候,应注意什么?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text24"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text24')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text24" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text24')"></textarea>
          </div>
          <p>
            3.实训练习。2~4人为一组开展实训操作,其中一人操作,其他同学观摩。操作者一边实操一边讲解操作要领,其他同学按照给婴幼儿讲述故事的评分标准给操作者打分。
@@ -1295,28 +967,15 @@
            <div class="bj-tip">
              给婴幼儿讲述故事的评分标准
              <div @click="activityScore2">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  width="19.28"
                  height="20.563"
                  viewBox="0 0 19.28 20.563"
                >
                <svg xmlns="http://www.w3.org/2000/svg" width="19.28" height="20.563" viewBox="0 0 19.28 20.563">
                  <g transform="translate(-109.056 -82.941)">
                    <path
                      class="a"
                    <path class="a"
                      d="M3439.656-15185.7h-12.643a1.815,1.815,0,0,1-1.816-1.81v-16.944a1.83,1.83,0,0,1,1.816-1.809h15.674a1.8,1.8,0,0,1,1.79,1.809v13.93h-4.217a.6.6,0,0,0-.6.6v4.217h0Zm-9.819-2.764a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm0-2a.5.5,0,0,0-.5.5.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5.5.5,0,0,0-.5-.5Zm1.393-8.525a2.416,2.416,0,0,0-2.416,2.411,2.421,2.421,0,0,0,2.416,2.42h.111a1.8,1.8,0,0,0,1.1,1.1,1.809,1.809,0,0,0,.6.107,1.808,1.808,0,0,0,1.7-1.206h4.072l-.172.172a.635.635,0,0,0-.179.454.569.569,0,0,0,.179.4.637.637,0,0,0,.435.176.6.6,0,0,0,.424-.176l1.2-1.214a.618.618,0,0,0,0-.858l-1.2-1.187a.619.619,0,0,0-.431-.176.6.6,0,0,0-.427.176.615.615,0,0,0,0,.854l.172.176h-4.072a1.8,1.8,0,0,0-1.1-1.1,1.755,1.755,0,0,0-.6-.1,1.808,1.808,0,0,0-1.7,1.206h-.111a.554.554,0,0,1-.145-.016,1.2,1.2,0,0,1-.84-.4,1.217,1.217,0,0,1-.3-.878,1.2,1.2,0,0,1,1.206-1.137.407.407,0,0,1,.069,0h3.729a1.807,1.807,0,0,0,1.118,1.114,1.816,1.816,0,0,0,.576.091,1.789,1.789,0,0,0,1.7-1.205h.309a2.415,2.415,0,0,0,1.679-.775,2.407,2.407,0,0,0,.637-1.729,2.411,2.411,0,0,0-2.419-2.324h-6.213a1.821,1.821,0,0,0-1.107-1.1,1.8,1.8,0,0,0-.6-.1,1.814,1.814,0,0,0-1.706,1.2,1.8,1.8,0,0,0,.077,1.389,1.787,1.787,0,0,0,1.026.92,1.841,1.841,0,0,0,.6.1,1.807,1.807,0,0,0,1.706-1.2h6.266a1.179,1.179,0,0,1,.836.4,1.22,1.22,0,0,1,.305.874,1.213,1.213,0,0,1-1.214,1.146h-.172a1.8,1.8,0,0,0-1.118-1.118,1.711,1.711,0,0,0-.576-.1,1.8,1.8,0,0,0-1.706,1.214Z"
                      transform="translate(-3316.14 15289.201)"
                    />
                    <path
                      class="a"
                      transform="translate(-3316.14 15289.201)" />
                    <path class="a"
                      d="M316.806,239.727a.6.6,0,1,0,.6-.6A.6.6,0,0,0,316.806,239.727Zm-5.421-4.207a.6.6,0,1,0,.6.6A.587.587,0,0,0,311.385,235.52Zm2.4,8.438a.607.607,0,1,0-.6-.613A.621.621,0,0,0,313.789,243.958Z"
                      transform="translate(-196.896 -148.921)"
                    />
                    <path
                      class="a"
                      d="M763.392,793.79l3.262-3.262h-3.262Z"
                      transform="translate(-638.661 -690.634)"
                    />
                      transform="translate(-196.896 -148.921)" />
                    <path class="a" d="M763.392,793.79l3.262-3.262h-3.262Z" transform="translate(-638.661 -690.634)" />
                  </g>
                </svg>
              </div>
@@ -1325,48 +984,33 @@
              <table class="table111 table122">
                <thead>
                  <tr>
                    <th
                      :style="{
                        width: index == 3 ? '300px' : '50px',
                      }"
                      v-for="(header, index) in chapter007.publicHeader"
                      :key="index"
                    >
                    <th :style="{
                      width: index == 3 ? '300px' : '50px',
                    }" v-for="(header, index) in chapter007.publicHeader" :key="index">
                      {{ header }}
                    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr
                    v-for="(row, rowIndex) in chapter007.scoreData2"
                    :key="rowIndex"
                  >
                  <tr v-for="(row, rowIndex) in chapter007.scoreData2" :key="rowIndex">
                    <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                      <template v-if="cell === ''">
                        <input
                          type="text"
                          v-model="chapter007.scoreData2[rowIndex][cellIndex]"
                          @blur="
                            updateCellScore2(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter007.scoreData2[rowIndex][cellIndex]" @blur="
                          updateCellScore2(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else-if="cellIndex == 4">
                        <input
                          type="text"
                          v-model="chapter007.scoreData2[rowIndex][cellIndex]"
                          @blur="
                            updateCellScore2(
                              rowIndex,
                              cellIndex,
                              $event.target.value
                            )
                          "
                        />
                        <input type="text" v-model="chapter007.scoreData2[rowIndex][cellIndex]" @blur="
                          updateCellScore2(
                            rowIndex,
                            cellIndex,
                            $event.target.value
                          )
                          " />
                      </template>
                      <template v-else>
                        {{ cell }}
@@ -1396,23 +1040,13 @@
          <p>根据上述情境,回答问题并完成练习。</p>
          <p>1.王老师的睡前指导为什么能成功?还有哪些有效的睡前指导方法?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text25"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text25')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text25" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text25')"></textarea>
          </div>
          <p>2.面对冬冬的睡前状态,陈老师该如何帮助他?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text26"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text26')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text26" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text26')"></textarea>
          </div>
        </div>
      </div>
@@ -1434,55 +1068,27 @@
        </div>
        <div class="bodystyle">
          <p class="bk-swdt">
            3.请绘制为婴幼儿做睡前准备工作的思维导图。<img
              src="../../icons/swdt.png"
              alt=""
              @click="showSwdt"
            />
            3.请绘制为婴幼儿做睡前准备工作的思维导图。<img src="../../icons/swdt.png" alt="" @click="showSwdt" />
          </p>
          <div class="bk-tx" style="min-height: 200px">
            <div
              class="bk-inputUpload"
              v-if="chapter007.pictrueList.length == 0"
            >
              <input
                type="file"
                id="fileOne"
                @change="handUploadFile($event, 1)"
              />
            <div class="bk-inputUpload" v-if="chapter007.pictrueList.length == 0">
              <input type="file" id="fileOne" @change="handUploadFile($event, 1)" />
              <span class="btnUpload" @click="handFile('fileOne')">
                <svg
                  t="1717059899765"
                  class="icon"
                  viewBox="0 0 1024 1024"
                  version="1.1"
                  xmlns="http://www.w3.org/2000/svg"
                  p-id="2633"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="200"
                  height="200"
                >
                <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="200"
                  height="200">
                  <path
                    d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
                    p-id="2634"
                  ></path>
                    p-id="2634"></path>
                  <path
                    d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
                    p-id="2635"
                  ></path>
                    p-id="2635"></path>
                </svg>
              </span>
              <span class="upload_text">上传图片</span>
            </div>
            <div
              style="width: 100%; height: 100%"
              v-if="chapter007.pictrueList.length > 0"
            >
              <div
                class="demo-image__preview-swdt openImgBox"
                v-for="item in chapter007.pictrueList"
                :key="item"
              >
            <div style="width: 100%; height: 100%" v-if="chapter007.pictrueList.length > 0">
              <div class="demo-image__preview-swdt openImgBox" v-for="item in chapter007.pictrueList" :key="item">
                <img style="width: 100%" :src="item" alt="" />
              </div>
            </div>
@@ -1491,62 +1097,26 @@
          <p>(1)在开展各项睡前活动时应注意哪些问题?</p>
          <div class="bk-tx">
            <p class="left">如厕</p>
            <textarea
              v-model="chapter007.textAreaItem.text27"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text27')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text27" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text27')"></textarea>
            <p class="left">洗手、擦手</p>
            <textarea
              v-model="chapter007.textAreaItem.text28"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text28')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text28" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text28')"></textarea>
            <p class="left">进入卧室</p>
            <textarea
              v-model="chapter007.textAreaItem.text29"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text29')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text29" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text29')"></textarea>
            <p class="left">脱衣物并整理</p>
            <textarea
              v-model="chapter007.textAreaItem.text30"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text30')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text30" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text30')"></textarea>
          </div>
          <p>(2)如何有效地营造氛围?</p>
          <div class="bk-tx">
            <p class="left">播放音乐</p>
            <textarea
              v-model="chapter007.textAreaItem.text31"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text31')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text31" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text31')"></textarea>
            <p class="left">讲故事</p>
            <textarea
              v-model="chapter007.textAreaItem.text32"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text32')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text32" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text32')"></textarea>
          </div>
        </div>
      </div>
@@ -1568,23 +1138,13 @@
        <div class="bodystyle">
          <p>(3)如何平复婴幼儿的情绪从而为入睡做准备?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text33"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text33')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text33" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text33')"></textarea>
          </div>
          <p>(4)如何照护个别入睡困难的婴幼儿?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text34"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text34')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text34" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text34')"></textarea>
          </div>
          <!-- <p><br /></p>
        <div class="bk-sys">
@@ -1602,58 +1162,34 @@
            <div class="bj-tip">
              视频:午睡巡查
              <div @click="activityFive">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.863"
                  height="20.817"
                  viewBox="0 0 19.863 13.817"
                >
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
                  height="20.817" viewBox="0 0 19.863 13.817">
                  <g transform="translate(-40.961 -184.321)">
                    <path
                      class="a"
                    <path class="a"
                      d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
                      transform="translate(51.824 196.82) rotate(-90)"
                    />
                    <path
                      class="b"
                      transform="translate(51.824 196.82) rotate(-90)" />
                    <path class="b"
                      d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
                      transform="translate(-3269 15293.001)"
                    />
                      transform="translate(-3269 15293.001)" />
                  </g>
                </svg>
              </div>
            </div>
            <div
              class="tips-file"
              v-if="chapter007.isOpenFive && chapter007.videoFiveUrl"
            >
              <video
                webkit-playsinline="true"
                x-webkit-airplay="true"
                playsinline="true"
                x5-video-orientation="h5"
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="video-border w100"
                :src="chapter007.videoFiveUrl"
              ></video>
            <div class="tips-file" v-if="chapter007.isOpenFive && chapter007.videoFiveUrl">
              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
                :src="chapter007.videoFiveUrl"></video>
            </div>
          </div>
          <p><br /></p>
          <h3 id="c027">
            <span class="bk-h3"
              ><span class="bj1-h3">四</span>  睡中观察 </span
            >
            <span class="bk-h3"><span class="bj1-h3">四</span>  睡中观察 </span>
          </h3>
          <p>
            很多人认为婴幼儿睡着后,保教人员就可以放松了,这似乎是保教人员最省心的一段时间。其实不然,在婴幼儿睡着的这段时间内潜藏着很多保教工作。例如,婴幼儿的睡姿等待保教人员去指导,婴幼儿的睡眠精神状态等待保教人员去评估,婴幼儿在睡眠时的一些安全隐患需要保教人员去排除。
          </p>
          <h4 id="d079">
            ▶▶ 活动1:观察婴幼儿的睡姿<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动1:观察婴幼儿的睡姿<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -1663,13 +1199,8 @@
          </div>
          <p>1.以上情境中的睡姿是否正确?为什么?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text35"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text35')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text35" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text35')"></textarea>
          </div>
        </div>
      </div>
@@ -1693,47 +1224,26 @@
          <p class="pic-wall">
            2.拍摄或绘制婴幼儿的各种睡姿。
            <span class="btnUpload-list" @click="handFile('fileThree')">
              <svg
                t="1717059899765"
                class="icon"
                viewBox="0 0 1024 1024"
                version="1.1"
                xmlns="http://www.w3.org/2000/svg"
                p-id="2633"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                width="18"
                height="18"
              >
              <svg t="1717059899765" class="icon" viewBox="0 0 1024 1024" version="1.1"
                xmlns="http://www.w3.org/2000/svg" p-id="2633" xmlns:xlink="http://www.w3.org/1999/xlink" width="18"
                height="18">
                <path
                  d="M256.111993 608.601962c61.628148 0 122.808324 17.790888 183.220549 52.796701 88.122492-119.67252 198.387601-180.788701 328.747453-180.788701 80.122992 0 142.071121 0 191.860009 41.213424V217.522405C959.940004 168.181489 919.750516 127.992 870.345603 127.992h-716.755202A89.5944 89.5944 0 0 0 63.996 217.586401v489.569402c47.165052-64.95594 111.929004-98.489844 192.179989-98.489845z m95.994-159.99a95.994 95.994 0 1 0 0-191.988001 95.994 95.994 0 0 0 0 191.988001z m0 63.996a159.990001 159.990001 0 1 1 0-319.980001 159.990001 159.990001 0 0 1 0 319.980001zM1023.936004 619.097306a254.448097 254.448097 0 0 0-112.63296-41.469408c-38.909568-33.021936-81.27492-33.021936-143.223049-33.021936-116.664708 0-213.682645 58.23636-293.357665 177.716893l-17.726892 26.622336-26.622336-17.726892c-58.940316-39.293544-116.920692-58.620336-174.261109-58.620336-72.699456 0-125.880132 53.564652-163.317793 128.439972l-14.335104 28.606212-14.207112-7.103556A89.5944 89.5944 0 0 0 153.590401 905.031436h425.893381c6.783576 22.782576 16.63896 44.285232 29.182176 63.996H153.590401a153.590401 153.590401 0 0 1-153.590401-153.590401V217.586401A153.590401 153.590401 0 0 1 153.590401 63.996h716.691206A153.654397 153.654397 0 0 1 1023.936004 217.586401v401.510905z"
                  p-id="2634"
                ></path>
                  p-id="2634"></path>
                <path
                  d="M796.366227 796.430223v-142.199112a28.414224 28.414224 0 0 1 56.892444 0v142.199112h142.199113a28.414224 28.414224 0 0 1 0 56.828448h-142.199113v142.263109a28.414224 28.414224 0 0 1-56.95644 0v-142.263109h-142.135116a28.414224 28.414224 0 0 1 0-56.828448h142.199112z"
                  p-id="2635"
                ></path>
                  p-id="2635"></path>
              </svg>
            </span>
          </p>
          <div class="bk-tx">
            <div
              class="upload-list"
              v-if="chapter007.pictrueListThree.length > 0"
            >
              <div
                class="demo-image__preview openImgBox"
                v-for="item in chapter007.pictrueListThree"
                :key="item"
              >
            <div class="upload-list" v-if="chapter007.pictrueListThree.length > 0">
              <div class="demo-image__preview openImgBox" v-for="item in chapter007.pictrueListThree" :key="item">
                <img style="height: 100%" :src="item" alt="" />
              </div>
            </div>
            <div class="bk-inputUpload">
              <input
                type="file"
                id="fileThree"
                @change="handUploadFile($event, '3')"
              />
              <input type="file" id="fileThree" @change="handUploadFile($event, '3')" />
            </div>
          </div>
          <div class="bk-qjms">
@@ -1745,32 +1255,14 @@
          <p>1.根据阅读手册,分析每一种正确睡姿的益处。</p>
          <div class="bk-tx">
            <p class="left">侧卧</p>
            <textarea
              v-model="chapter007.textAreaItem.text36"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text36')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text36" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text36')"></textarea>
            <p class="left">仰卧</p>
            <textarea
              v-model="chapter007.textAreaItem.text37"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text37')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text37" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text37')"></textarea>
            <p class="left">其他睡姿</p>
            <textarea
              v-model="chapter007.textAreaItem.text38"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text38')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text38" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text38')"></textarea>
          </div>
          <p>
            2.婴幼儿有哪些不良的睡姿?不良的睡姿有什么危害?相应的纠正方法是什么?
@@ -1778,23 +1270,11 @@
          <p>(1)张嘴睡。</p>
          <div class="bk-tx">
            <p class="left">描述睡姿</p>
            <textarea
              v-model="chapter007.textAreaItem.text39"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text39')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text39" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text39')"></textarea>
            <p class="left">描述危害</p>
            <textarea
              v-model="chapter007.textAreaItem.text40"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text40')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text40" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text40')"></textarea>
          </div>
        </div>
      </div>
@@ -1816,86 +1296,38 @@
        <div class="bodystyle">
          <div class="bk-tx">
            <p class="left">纠正方法</p>
            <textarea
              v-model="chapter007.textAreaItem.text41"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text41')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text41" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text41')"></textarea>
          </div>
          <p>(2)枕臂睡。</p>
          <div class="bk-tx">
            <p class="left">描述睡姿</p>
            <textarea
              v-model="chapter007.textAreaItem.text42"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text42')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text42" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text42')"></textarea>
            <p class="left">描述危害</p>
            <textarea
              v-model="chapter007.textAreaItem.text43"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text43')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text43" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text43')"></textarea>
            <p class="left">纠正方法</p>
            <textarea
              v-model="chapter007.textAreaItem.text44"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text44')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text44" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text44')"></textarea>
          </div>
          <p>(3)蒙头睡。</p>
          <div class="bk-tx">
            <p class="left">描述睡姿</p>
            <textarea
              v-model="chapter007.textAreaItem.text45"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text45')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text45" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text45')"></textarea>
            <p class="left">描述危害</p>
            <textarea
              v-model="chapter007.textAreaItem.text46"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text46')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text46" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text46')"></textarea>
            <p class="left">纠正方法</p>
            <textarea
              v-model="chapter007.textAreaItem.text47"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text47')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text47" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text47')"></textarea>
          </div>
          <p>(4)趴着睡。</p>
          <div class="bk-tx">
            <p class="left">描述睡姿</p>
            <textarea
              v-model="chapter007.textAreaItem.text48"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text48')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text48" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text48')"></textarea>
          </div>
        </div>
      </div>
@@ -1918,58 +1350,26 @@
        <div class="bodystyle">
          <div class="bk-tx">
            <p class="left">描述危害</p>
            <textarea
              v-model="chapter007.textAreaItem.text49"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text49')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text49" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text49')"></textarea>
            <p class="left">纠正方法</p>
            <textarea
              v-model="chapter007.textAreaItem.text50"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text50')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text50" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text50')"></textarea>
          </div>
          <p>(5)其他不良睡姿。</p>
          <div class="bk-tx">
            <p class="left">描述睡姿</p>
            <textarea
              v-model="chapter007.textAreaItem.text51"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text51')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text51" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text51')"></textarea>
            <p class="left">描述危害</p>
            <textarea
              v-model="chapter007.textAreaItem.text52"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text52')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text52" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text52')"></textarea>
            <p class="left">纠正方法</p>
            <textarea
              v-model="chapter007.textAreaItem.text53"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text53')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text53" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text53')"></textarea>
          </div>
          <h4 id="d080">
            ▶▶ 活动2:培养良好的睡眠习惯<span class="fontsz1"
              >>>>>>>>></span
            >
            ▶▶ 活动2:培养良好的睡眠习惯<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="bk-qjms">
            <p class="bj1-qjms">⊙ 情境描述1 ⊙</p>
@@ -2009,33 +1409,18 @@
          </div>
          <p>1.老师是如何帮助融融形成自主入睡的习惯的?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text54"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text54')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text54" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text54')"></textarea>
          </div>
          <p>2.为避免发生类似情境2中的安全事故,我们应如何做?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text55"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text55')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text55" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text55')"></textarea>
          </div>
          <p>3.情境3中的老师的睡眠照护行为合适吗?你还有别的办法帮助栋栋吗?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text56"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text56')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text56" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text56')"></textarea>
          </div>
          <p>4.观察记录。</p>
          <p>
@@ -2043,14 +1428,8 @@
          </p>
          <div class="bk-tx">
            <p class="left">情况记录</p>
            <textarea
              v-model="chapter007.textAreaItem.text57"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text57')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text57" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text57')"></textarea>
          </div>
        </div>
      </div>
@@ -2076,28 +1455,16 @@
          </p>
          <div class="bk-tx">
            <p class="left">情况记录</p>
            <textarea
              v-model="chapter007.textAreaItem.text58"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text58')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text58" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text58')"></textarea>
          </div>
          <p>
            (3)限制和控制婴幼儿的睡前行为:睡前忌进食、饮水过多;不可过度游戏、玩耍,使婴幼儿的情绪较为稳定。
          </p>
          <div class="bk-tx">
            <p class="left">情况记录</p>
            <textarea
              v-model="chapter007.textAreaItem.text59"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text59')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text59" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text59')"></textarea>
          </div>
          <p>(4)纠正不良入睡方式及不良睡眠节律模式、睡姿、行为等。</p>
          <p>
@@ -2110,26 +1477,14 @@
          <p>不良睡眠行为:擦腿综合征、遗尿等。</p>
          <div class="bk-tx">
            <p class="left">情况记录</p>
            <textarea
              v-model="chapter007.textAreaItem.text60"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text60')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text60" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text60')"></textarea>
          </div>
          <p>(5)整理用物,洗手,记录。</p>
          <div class="bk-tx">
            <p class="left">情况记录</p>
            <textarea
              v-model="chapter007.textAreaItem.text61"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text61')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text61" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text61')"></textarea>
          </div>
          <p>(6)注意事项:动作熟练且轻柔,保护婴幼儿,避免不必要的伤害。</p>
        </div>
@@ -2151,9 +1506,7 @@
        </div>
        <div class="bodystyle">
          <h3 id="c028">
            <span class="bk-h3"
              ><span class="bj1-h3">五</span>  睡后整理 </span
            >
            <span class="bk-h3"><span class="bj1-h3">五</span>  睡后整理 </span>
          </h3>
          <p>
            起床时间到了后,保教人员要叫醒婴幼儿;引导婴幼儿穿衣物,并检查衣服是否穿整齐;引导婴幼儿走出睡眠室,如厕、盥洗,然后坐到小椅子上等待发午点;此时保教人员要做好睡眠室的环境和物品收整工作,并对婴幼儿开展午检工作。
@@ -2178,13 +1531,8 @@
            1.经常听人说婴幼儿有“起床气”,保教人员该如何照护刚睡醒的婴幼儿呢?
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text62"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text62')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text62" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text62')"></textarea>
          </div>
          <!-- <p><br /></p> -->
          <!-- <div class="bk-sys">
@@ -2202,43 +1550,23 @@
            <div class="bj-tip">
              视频:起床后的护理
              <div @click="activitySix">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.863"
                  height="20.817"
                  viewBox="0 0 19.863 13.817"
                >
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.863"
                  height="20.817" viewBox="0 0 19.863 13.817">
                  <g transform="translate(-40.961 -184.321)">
                    <path
                      class="a"
                    <path class="a"
                      d="M4.647,1.4a1,1,0,0,1,1.707,0L10.07,7.479A1,1,0,0,1,9.217,9H1.783A1,1,0,0,1,.93,7.479Z"
                      transform="translate(51.824 196.82) rotate(-90)"
                    />
                    <path
                      class="b"
                      transform="translate(51.824 196.82) rotate(-90)" />
                    <path class="b"
                      d="M3322.914-15094.863h-10.363a2.593,2.593,0,0,1-2.59-2.59v-8.638a2.593,2.593,0,0,1,2.59-2.59h10.363a2.6,2.6,0,0,1,2.594,2.59v1.729c.013.027,0,3.6,0,5.141v1.769A2.6,2.6,0,0,1,3322.914-15094.863Zm-6.9-9.933a.862.862,0,0,0-.755.468.947.947,0,0,0-.114.455v4.2a.9.9,0,0,0,.868.922.848.848,0,0,0,.432-.121l3.45-2.12a.956.956,0,0,0,.315-1.259.874.874,0,0,0-.322-.341l-3.451-2.086A.813.813,0,0,0,3316.01-15104.8Z"
                      transform="translate(-3269 15293.001)"
                    />
                      transform="translate(-3269 15293.001)" />
                  </g>
                </svg>
              </div>
            </div>
            <div
              class="tips-file"
              v-if="chapter007.isOpenSix && chapter007.videoSixUrl"
            >
              <video
                webkit-playsinline="true"
                x-webkit-airplay="true"
                playsinline="true"
                x5-video-orientation="h5"
                x5-video-player-fullscreen="true"
                x5-playsinline=""
                controls
                class="video-border w100"
                :src="chapter007.videoSixUrl"
              ></video>
            <div class="tips-file" v-if="chapter007.isOpenSix && chapter007.videoSixUrl">
              <video webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5"
                x5-video-player-fullscreen="true" x5-playsinline="" controls class="video-border w100"
                :src="chapter007.videoSixUrl"></video>
            </div>
          </div>
          <p><br /></p>
@@ -2246,13 +1574,8 @@
            2.婴幼儿起床后,保教人员除了需要引导婴幼儿穿衣物,还需要做哪些睡后指导工作?
          </p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text63"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text63')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text63" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text63')"></textarea>
          </div>
        </div>
      </div>
@@ -2282,53 +1605,40 @@
            <table class="table111 table122">
              <thead>
                <tr>
                  <th
                    :style="{
                      width:
                        index == chapter007.headersData173.length - 1
                          ? '350px'
                          : index == 0
                  <th :style="{
                    width:
                      index == chapter007.headersData173.length - 1
                        ? '350px'
                        : index == 0
                          ? '60px'
                          : '',
                    }"
                    v-for="(header, index) in chapter007.headersData173"
                    :key="index"
                  >
                  }" v-for="(header, index) in chapter007.headersData173" :key="index">
                    {{ header }}
                  </th>
                </tr>
              </thead>
              <tbody>
                <tr
                  v-for="(row, rowIndex) in chapter007.tableData173"
                  :key="rowIndex"
                >
                <tr v-for="(row, rowIndex) in chapter007.tableData173" :key="rowIndex">
                  <td v-for="(cell, cellIndex) in row" :key="cellIndex">
                    <template v-if="cell === ''">
                      <div
                        contenteditable
                        @blur="
                          updateCell173(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div contenteditable @blur="
                        updateCell173(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter007.tableData173[rowIndex][cellIndex] }}
                      </div>
                    </template>
                    <template v-else>
                      <div
                        :contenteditable="cellIndex != 0 && cellIndex != 1"
                        @blur="
                          updateCell173(
                            rowIndex,
                            cellIndex,
                            $event.target.innerText
                          )
                        "
                      >
                      <div :contenteditable="cellIndex != 0 && cellIndex != 1" @blur="
                        updateCell173(
                          rowIndex,
                          cellIndex,
                          $event.target.innerText
                        )
                        ">
                        {{ chapter007.tableData173[rowIndex][cellIndex] }}
                      </div>
                    </template>
@@ -2350,34 +1660,17 @@
          <p>根据上述情境,回答以下问题。</p>
          <p>1.为什么要进行睡后环境整理工作?</p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.textAreaItem.text64"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('text64')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text64" style="border: 0" placeholder="请输入内容" rows="5"
              @blur="onBlurChange('text64')"></textarea>
          </div>
          <p>2.婴幼儿离开睡眠室后,该如何进行整理工作?</p>
          <div class="bk-tx">
            <p class="left">开窗通风</p>
            <textarea
              v-model="chapter007.textAreaItem.text65"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text65')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text65" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text65')"></textarea>
            <p class="left">整理床铺</p>
            <textarea
              v-model="chapter007.textAreaItem.text66"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text66')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text66" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text66')"></textarea>
          </div>
        </div>
      </div>
@@ -2399,112 +1692,18 @@
        <div class="bodystyle">
          <div class="bk-tx">
            <p class="left">清洁地面</p>
            <textarea
              v-model="chapter007.textAreaItem.text67"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text67')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text67" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text67')"></textarea>
            <p class="left">放置物品</p>
            <textarea
              v-model="chapter007.textAreaItem.text68"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text68')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text68" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text68')"></textarea>
            <p class="left">消毒</p>
            <textarea
              v-model="chapter007.textAreaItem.text681"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text681')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text681" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text681')"></textarea>
            <p class="left">其他</p>
            <textarea
              v-model="chapter007.textAreaItem.text69"
              style="border: 0"
              placeholder="请输入内容"
              rows="3"
              class="textareaInput"
              @blur="onBlurChange('text69')"
            ></textarea>
            <textarea v-model="chapter007.textAreaItem.text69" style="border: 0" placeholder="请输入内容" rows="3"
              class="textareaInput" @blur="onBlurChange('text69')"></textarea>
          </div>
          <h4 id="d083">
            ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
          </h4>
          <!-- <p><br /></p> -->
          <!-- <div class="bk-sys">
          <div class="bj1-sys">
            <p class="left">
              <img class="img-gn1" alt="" src="../../image/dy-ycs.png" />
            </p>
          </div>
          <p class="center">
            <img class="img-g" alt="" src="../../image/0146-2.jpg" />
          </p>
        </div> -->
          <p><b>一、单选题</b></p>
          <p>
            1.睡眠照护的主要任务是( <input
              v-model="chapter007.radio.text1"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.指导婴幼儿自己穿脱衣服</p>
          <p class="block">B.帮助婴幼儿学习叠被子</p>
          <p class="block">C.保证婴幼儿睡好、睡足</p>
          <p class="block">D.引导婴幼儿把鞋子放在固定的位置</p>
          <p>
            2.婴幼儿的正确睡姿是( <input
              v-model="chapter007.radio.text2"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.趴睡</p>
          <p class="block">B.侧睡</p>
          <p class="block">C.张嘴睡</p>
          <p class="block">D.蒙头睡</p>
          <p>
            3.照护婴幼儿睡眠的睡前准备工作不包含( <input
              v-model="chapter007.radio.text3"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.如厕</p>
          <p class="block">B.洗手</p>
          <p class="block">C.脱衣物</p>
          <p class="block">D.吃食物</p>
          <p>
            4.营造婴幼儿良好的睡眠环境的错误做法是( <input
              v-model="chapter007.radio.text4"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.做健身操</p>
          <p class="block">B.关门窗</p>
          <p class="block">C.拉窗帘</p>
          <p class="block">D.播放音乐</p>
          <p>
            5.一至两岁的幼儿每日适宜的睡眠总时长是( <input
              v-model="chapter007.radio.text5"
              @blur="onRadioText()"
            /> )。
          </p>
          <p class="block">A.20小时</p>
          <p class="block">B.14小时</p>
          <p class="block">C.12小时</p>
          <p class="block">D.8小时</p>
          <p><b>二、论述题</b></p>
          <p>请阅读以下材料,评析保教人员是否完整履行了睡眠保育的职责。</p>
          <p class="block">
            在中一班的睡眠室里,负责午睡值班的张老师看幼儿都已安静地躺下且闭上眼睛了,就坐到睡眠室一角的办公桌旁看幼教杂志。她严格遵守巡视时间,每隔15分钟手机就会振动,
          </p>
        </div>
      </div>
    </div>
@@ -2524,50 +1723,23 @@
          </div>
        </div>
        <div class="bodystyle">
          <p class="block">
            她会向幼儿睡觉的方向扫视一下,发现蹬被子等异常问题会及时处理。中途,坤坤小朋友从被窝里出来,直接走到张老师跟前请求上厕所,张老师点头同意了,并提醒坤坤注意安全。坤坤上厕所回来后,旁边的阳阳小朋友睡醒了,于是就和坤坤讲话。此时,张老师及时提醒:“阳阳,午睡时不能讲话。”过了一会儿,阳阳又忍不住讲话了。张老师坐不住了,走过去对阳阳说:“今天下午的玩沙游戏,不允许你参加,等你哪天午睡不讲话了,才可以参加下午的游戏。”
          </p>
          <p class="block">
            起床音乐响了,张老师要求幼儿立即起床:“小朋友,快起床,你们是中班的大姐姐、大哥哥了,不要做小懒猫,不会穿衣服的可以互相帮助,如果实在不会穿,可以喊老师来帮忙。”在15分钟的穿衣过程中,并没有幼儿向老师请求帮助,等所有幼儿都离开后,张老师高兴地想:到底是中班了,看护午睡越来越轻松了,于是也高高兴兴地离开了睡眠室。
          </p>
          <p><br /></p>
          <div class="bk-tx">
            <textarea
              v-model="chapter007.radio.desc"
              style="border: 0"
              placeholder="请输入内容"
              rows="5"
              @blur="onBlurChange('desc')"
            ></textarea>
          </div>
          <p></p>
          <h4 id="d083">
            ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span>
          </h4>
          <div class="tips-bk">
            <div class="bj-tip">
              云测试:单元七应用与实践
              <div @click="activityThree">
                <svg
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink"
                  width="20.115"
                  height="19.988"
                  viewBox="0 0 20.115 19.988"
                >
                  <path
                    class="a"
                <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20.115"
                  height="19.988" viewBox="0 0 20.115 19.988">
                  <path class="a"
                    d="M3356.437-15192.012a.568.568,0,0,1-.236-.052.566.566,0,0,1-.271-.744l1.134-2.429h-5.505a.558.558,0,0,1-.557-.558.559.559,0,0,1,.557-.561h19a.559.559,0,0,1,.557.561.558.558,0,0,1-.557.558h-5.505l1.13,2.429a.552.552,0,0,1,.019.427.55.55,0,0,1-.29.313.547.547,0,0,1-.238.055.557.557,0,0,1-.5-.322l-1.355-2.9h-5.52l-1.352,2.9A.563.563,0,0,1,3356.437-15192.012Zm12.442-5.462h-15.645a2.236,2.236,0,0,1-2.233-2.233v-10.06a2.236,2.236,0,0,1,2.233-2.233h15.645a2.238,2.238,0,0,1,2.237,2.233v10.06A2.238,2.238,0,0,1,3368.88-15197.474Zm-4.842-11.732a1.112,1.112,0,0,0-.748.287l-4.986,4.486a1.143,1.143,0,0,0-.309.473l-1.577,2.727a.57.57,0,0,0,.034.61.552.552,0,0,0,.447.229.448.448,0,0,0,.126-.016.55.55,0,0,0,.13-.03l2.871-1.233a1.153,1.153,0,0,0,.523-.268l4.982-4.485a1.121,1.121,0,0,0,.084-1.581l-.748-.828A1.113,1.113,0,0,0,3364.038-15209.206Z"
                    transform="translate(-3351.001 15212)"
                  />
                    transform="translate(-3351.001 15212)" />
                </svg>
              </div>
            </div>
            <div
              v-if="chapter007.idOpenThree && questionData"
              class="tips-file"
            >
              <examinations
                :primaryColor="'#f49a4c'"
                :cardList="questionData[136]"
              />
            <div v-if="chapter007.idOpenThree && questionData" class="tips-file">
              <examinations :primaryColor="'#f49a4c'" :cardList="questionData[136]" />
            </div>
          </div>
        </div>
@@ -2907,7 +2079,7 @@
          this.chapter007.scoreData1[rowIndex],
          5,
          this.chapter007.scoreData1[rowIndex][2] -
            this.chapter007.scoreData1[rowIndex][cellIndex]
          this.chapter007.scoreData1[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
@@ -2924,7 +2096,7 @@
          this.chapter007.scoreData2[rowIndex],
          5,
          this.chapter007.scoreData2[rowIndex][2] -
            this.chapter007.scoreData2[rowIndex][cellIndex]
          this.chapter007.scoreData2[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
@@ -2941,7 +2113,7 @@
          this.chapter007.groupData[rowIndex],
          5,
          this.chapter007.groupData[rowIndex][2] -
            this.chapter007.groupData[rowIndex][cellIndex]
          this.chapter007.groupData[rowIndex][cellIndex]
        );
      }
      localStorage.setItem("chapter007", JSON.stringify(this.chapter007));
@@ -2986,7 +2158,7 @@
          imgData.append("FileType", FileType);
          imgData.append("MetaData", null);
          imgData.append("file", file);
          that.MG.file.upload(imgData).then(() => {});
          that.MG.file.upload(imgData).then(() => { });
          setTimeout(() => {
            if (type == "1") {
              that.chapter007.pictrueList.push(getPublicImage(e));