0118.html 3.48 KB
<div class="row">
  让没有建造业工作经验的人士,透过培训掌握的相关知识、工艺和安全事项,让学生通过中级工艺测试后,投身于建造业或相关工作。
 </div>
 <div class="row sub-title">
   <strong class="font-h4 toggle-list">訓練模式</strong>
   <div class="toggle-content">
   <div class="row">
    兼读制
   </div>
   </div>
 </div>
 <div class="row sub-title">
   <strong class="font-h4 toggle-list">课程名称</strong>
   <div class="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 toggle-list">查询</strong>
   <div class="toggle-content">
   <div class="row">
    电话:2100 9000
   </div>
   </div>
 </div>
 <script>
   $(function () {
   $('.toggle-list').click(function () {
     $(this).toggleClass('closed');
     $(this).siblings('.toggle-content').stop().toggle('easing');
   })
 })
 </script>
 <style>
 .hkic_details .toggle-list {
  cursor: pointer;
}

.hkic_details .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 .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 .toggle-content {
  padding: 20px;
  border: 1px solid #efefef;
  border-top: 3px solid #0ab1f0;
  margin-top: 18px;
}

.hkic_details .toggle-content table {
  border: none;
  width: 100%;
  border-spacing: 15px;
  border-collapse: separate;
}

.hkic_details .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 .toggle-content table td span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .hkic_details .toggle-content table td {
    padding: 15px;
  }
}
 </style>