| | |
| | | <template> |
| | | <div class="chapter" :num="12"> |
| | | <div class="chapter" num="12"> |
| | | <div class="page-box" page="276"> |
| | | <div class="padding-96"> |
| | | <p class="center" id="a018"> |
| | |
| | | </div> |
| | | <!-- 277 --> |
| | | <div class="page-box" page="277"> |
| | | <odd-header :special="12" :num="277" /> |
| | | <div class="page-header-box"> |
| | | <span class="page-header-text" |
| | | >参考文献</span |
| | | > |
| | | <span class="page-header-num">277</span> |
| | | </div> |
| | | |
| | | <div class="padding-96"> |
| | | <p> |
| | | [20]李红娟,刘德华.学龄前儿童行为问题及其影响因素研究[J].中国学校卫生,2001(2). |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import oddHeader from '../../components/pageHeader/oddHeader.vue'; |
| | | export default { |
| | | name: "chapterTwelve", |
| | | components: {oddHeader}, |
| | | components: { }, |
| | | data() { |
| | | return {}; |
| | | }, |
| | | }; |
| | | </script> |
| | | |
| | | <style lang="less" scoped></style> |
| | | <style lang="less" scoped> |
| | | p { |
| | | line-height: 2em !important; |
| | | text-align: justify !important; |
| | | } |
| | | a { |
| | | text-decoration: none; |
| | | } |
| | | </style> |