0118.html
3.62 KB
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
101
102
103
104
<div class="row">
讓沒有建造業工作經驗的人士,透過培訓掌握的相關知識、工藝和安全事項,讓學生通過中級工藝測試後,投身於建造業或相關工作。
<div class="row sub-title">
<strong class="font-h4 hkic_toggle-list">訓練模式</strong>
<div class="hkic_toggle-content">
<div class="row">
兼读制
</div>
</div>
</div>
<div class="row sub-title">
<strong class="font-h4 hkic_toggle-list">課程名稱</strong>
<div class="hkic_toggle-content">
<!-- <table border="0" cellpadding="30" cellspacing="0" style="width: 100%; border-collapse: separate; border-spacing: 15px;"> -->
<table>
<tbody>
<tr>
<td><span><a href="http://hkic.edu.hk/chi/course/fiew">电气布线(中级技工)证书(精读课程)</a></span></td>
<td><span><a href="http://hkic.edu.hk/chi/course/fipp">屋宇水喉安装(中级技工)证书(精读课程)</a></span></td>
</tr>
<tr>
<td><span><a href="http://hkic.edu.hk/chi/course/filv">工地测量(中级技工)证书(精读课程)</a></span></td>
<td><span><a href="http://hkic.edu.hk/chi/course/fimc">金属棚架(中级技工)基础证书(精读课程)</a></span></td>
</tr>
<tr>
<td><span><a href="http://hkic.edu.hk/chi/course/fibp">砌砖工艺(中级技工)证书(精读课程)</a></span></td>
<td><span><a href="http://hkic.edu.hk/chi/course/fijn">细木工艺(中级技工)证书(精读课程)</a></span></td>
</tr>
<tr>
<td><span><a href="http://hkic.edu.hk/chi/programmes/psfrcc">兼读制装饰及维修证书(楼宇工种)</a></span></td>
<td><span><a href="http://hkic.edu.hk/chi/programmes/psfree">兼读制装饰及维修证书(机电工种)</a></span></td>
</tr>
<tr>
<td><span><a href="http://hkic.edu.hk/chi/course/fcmi">组装合成建筑法(组件吊运、安装及拆卸)基础证书</a></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row sub-title">
<strong class="font-h4 hkic_toggle-list">查询</strong>
<div class="hkic_toggle-content">
<div class="row">
电话:2100 9000
</div>
</div>
</div>
<script>
$(function () {
$('.hkic_toggle-list').click(function () {
$(this).toggleClass('closed');
$(this).siblings('.hkic_toggle-content').stop().toggle('easing');
})
})
</script>
<style>
.hkic_details .hkic_toggle-list {
cursor: pointer;
}
.hkic_details .hkic_toggle-list::after {
content: '';
padding-left: 44px;
background: url('/content/dam/hkic/event-highlights/2023/0118/arrow-up.png') right center no-repeat;
background-size: 24px;
}
.hkic_details .hkic_toggle-list.closed::after {
background: url('/content/dam/hkic/event-highlights/2023/0118/arrow-down.png') right center no-repeat;
background-size: 24px;
}
.hkic_details .hkic_toggle-content {
padding: 20px;
border: 1px solid #efefef;
border-top: 3px solid #0ab1f0;
margin-top: 18px;
}
.hkic_details .hkic_toggle-content table {
border: none;
width: 100%;
border-spacing: 15px;
border-collapse: separate;
}
.hkic_details .hkic_toggle-content table td {
padding: 30px;
border-width: 5px 1px 1px;
border-style: solid;
border-color: rgb(0, 204, 255) rgb(200, 200, 200) rgb(200, 200, 200);
width: 49%;
}
.hkic_details .hkic_toggle-content table td span {
font-size: 18px;
}
@media screen and (max-width: 767px) {
.hkic_details .hkic_toggle-content table td {
padding: 15px;
}
}
</style>