1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<?php include 'header.php';?>
<div class="clearfix"></div>
<!-- content start ======================================== -->
<div class="clearfix"></div>
<div class="container content">
<?php include 'categorie.php';?>
<div class="right_block fr"> <h2 class="block_img_tit"> <img src="../images/img_list_tit_09.png" alt="" class="tit_img"> <small>購買方法 / </small> <span class="value">郵購訂購</span> </h2><!-- /.list_img_tit -->
<div class="clearfix mt_10p"></div>
<div class="txt_section"> <p class="fl"> <br><br> <b style="font-size:21px; color:#3fa2ee;">小跳豆內容全面 孩子才能盡展現 </b><br><br>
《小跳豆》月刊主要對象為3至6歲的兒童。<br> 《小跳豆》雜誌內容多元化,並能切合幼稚園的教學主題,<br> 當中包括5大主題:中文、英文、數學、常識和普通話。<br><br>
每期隨書附有《親子天地》及《My English Little Book》,並配以導讀CD,<br> 收錄故事朗讀、英文及普通話童詩。<br><br>
《親子天地》則就育兒、兒童醫護及心理等方面,討論家長們關心的話題。<br><br>
兒童能通過閱讀《小跳豆》學習兩文三語,增進課外知識,擴闊視野,與家長<br> 一同享受閱讀樂趣,從小培養良好的閱讀習慣。<br><br> </p>
<p class="fl"> <br><br> <img src="../images/others/imageResizeLibrary000" alt="小跳豆" width="200px" > </p>
<div class="clearfix"></div> </div>
<div class="clearfix dashed"></div>
</div><!-- //.right_block// ends -->
<div class="clearfix"></div>
</div><!-- //.container.content ends -->
<div class="clearfix"></div>
<!-- content end ======================================== -->
<div class="clearfix"></div>
<?php include 'footer.php';?>
<!-- some support ======================================== --> <script type="text/javascript"> $(document).ready(function() { /*reset NAV PRIMARY current item ======== */ $('#nav_primary .lv01 > li:nth-child(7)').addClass('current'); $('#nav_primary .lv01 > li:nth-child(7) .lv02 > li:nth-child(3)').addClass('current');
}); </script>
|