| | |
| | | <p class="text t-l rhombusFather"> |
| | | <span class="hs1 rhombus">◇</span>在《一块奶酪》的故事中,蚂蚁队长也起过贪心,但他最终成功克服了贪心,你认为他是怎么做到的呢? |
| | | <textarea v-model="questionData.reading.one" placeholder="请输入内容" rows="6" |
| | | style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion" |
| | | class="w90 ma-l-40 fz-16 fm-son" @change="setBookQuestion" |
| | | :class="{ 'textarea-focused': isFocused === 'one' }" @focus="handleFocus('one')" |
| | | @blur="handleBlur('one')"> |
| | | </textarea> |
| | |
| | | <p class="text2 t-l"> |
| | | 起因: |
| | | <textarea v-model="questionData.reading.two" placeholder="请输入内容" rows="6" |
| | | style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion" |
| | | class="w90 ma-l-40 fz-16 fm-son" @change="setBookQuestion" |
| | | :class="{ 'textarea-focused': isFocused === 'two' }" @focus="handleFocus('two')" |
| | | @blur="handleBlur('two')"> |
| | | </textarea> |
| | |
| | | <p class="text2 t-l"> |
| | | 经过: |
| | | <textarea v-model="questionData.reading.three" placeholder="请输入内容" rows="6" |
| | | style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion" |
| | | class="w90 ma-l-40 fz-16 fm-son" @change="setBookQuestion" |
| | | :class="{ 'textarea-focused': isFocused === 'three' }" @focus="handleFocus('three')" |
| | | @blur="handleBlur('three')"> |
| | | </textarea> |
| | |
| | | <p class="text2 t-l"> |
| | | 结果: |
| | | <textarea v-model="questionData.reading.four" placeholder="请输入内容" rows="6" |
| | | style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion" |
| | | class="w90 ma-l-40 fz-16 fm-son" @change="setBookQuestion" |
| | | :class="{ 'textarea-focused': isFocused === 'four' }" @focus="handleFocus('four')" |
| | | @blur="handleBlur('four')"> |
| | | </textarea> |
| | |
| | | <p class="text t-l rhombusFather" style="margin-top: 7%"> |
| | | <span class="hs1 rhombus">◇</span>你有烦恼吗?说一说是什么,你是怎么处理它的? |
| | | <textarea v-model="questionData.reading.five" placeholder="请输入内容" rows="6" |
| | | style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion" |
| | | class="w90 ma-l-40 fz-16 fm-son" @change="setBookQuestion" |
| | | :class="{ 'textarea-focused': isFocused === 'five' }" @focus="handleFocus('five')" |
| | | @blur="handleBlur('five')"> |
| | | </textarea> |