@@ -2,9 +2,9 @@
<div class="m-right-block mh576">
<div class="right-block-bd ng-scope" ui-view="myStudyContent" style="position: relative;">
<div class="panel-tit clear">
- <p class="fl">课程</p>
+ <p class="fl"></p>
<div class="tc waphide">
- <strong class="tc" style="color: red;font-size: 1.2rem;">{{setting.noticeMsg}}</strong>
+ <strong class="tc" style="color: red;font-size: 1.6rem;">{{setting.noticeMsgTrain}}</strong>
</div>
@@ -28,7 +28,7 @@
<div class="tc mt20 clear">
<div class="panel-tit mt30 clear">
@@ -10,5 +10,6 @@ var examList = {
module.exports = {
courseName: "检测试验人员",
noticeMsg:'提示:工程检测试验员新培人员需在5个工作日内完成40学时培训,三类、八大员、特种人员课程学习时间80天内完成',
+ noticeMsgTrain:'提示:工程检测试验员新培人员和建筑技术工人需在课程开通后5个工作日内完成学时培训,三类、八大员、特种人员课程开通学习(证书有效期)80天内完成',
examList
}