|
@@ -663,9 +663,9 @@ class Cms extends MemberApi
|
663
|
663
|
$imgurl = 'https://oss.gdzcfw.com/static/article/'.$op.'.png';
|
664
|
664
|
|
665
|
665
|
$html = '';
|
666
|
|
- $html .= '<p style="text-align: center;">
|
|
666
|
+ $html .= '<p style="text-align: center !important;">
|
667
|
667
|
<img src="'.$imgurl.'" style="max-width:100%;" /><br/>
|
668
|
|
- <span>'.$title.'</span>
|
|
668
|
+ <span style="font-size: 17px !important;">'.$title.'</span><br/>
|
669
|
669
|
</p>';
|
670
|
670
|
|
671
|
671
|
//调用其他级别的学历要求
|
|
@@ -683,7 +683,7 @@ class Cms extends MemberApi
|
683
|
683
|
->field('aid,content_6')->where('aid','=',$v['aid'])->find();
|
684
|
684
|
if(!empty($data['content_6'])){
|
685
|
685
|
$pro_title = $this->getName($row['title']);
|
686
|
|
- $html .= '<p style="text-align: left;font-weight: bold;">
|
|
686
|
+ $html .= '<p style="text-align: left;font-weight: bold !important;font-size:16px !important;margin-top:5px;">
|
687
|
687
|
'.$h[$k].$area_name.$pro_title.'评定'.$v['title'].'学历要求:</p>';
|
688
|
688
|
$html .= '<p style="text-align: left;">
|
689
|
689
|
'.$data['content_6'].'</p>';
|
|
@@ -713,15 +713,15 @@ class Cms extends MemberApi
|
713
|
713
|
$link = 'https://'.$domain.'.gdzcfw.com/id'.$number.'/sid'.$one['number'];
|
714
|
714
|
}
|
715
|
715
|
|
716
|
|
- $html .= '<p style="text-align: left;">
|
717
|
|
- 最新'.$area_name.$pro_title.'评定政策详情请点击:<a href="'.$link.'" targey="_blank">'.$area_name.$pro_title.'评审</a></p>';
|
|
716
|
+ $html .= '<p style="text-align: left;margin-top:15px;">
|
|
717
|
+ <font style="font-weight: bold !important;font-size:16px !important;">最新'.$area_name.$pro_title.'评定政策详情请点击:</font><a href="'.$link.'" targey="_blank" style="color: blue !important;">'.$area_name.$pro_title.'评审</a></p>';
|
718
|
718
|
|
719
|
719
|
//其他链接
|
720
|
|
- $html .= '<p style="text-align: left;">
|
721
|
|
- <a href="https://'.$domain.'.gdzcfw.com">职称网</a>更多<a href="https://'.$domain.'.gdzcfw.com">职称评审</a>相关请点击:<br/>
|
722
|
|
- '.$area_name.'职称政策文件下载: <a href="https://'.$domain.'.gdzcfw.com/zccl">https://'.$domain.'.gdzcfw.com/zccl</a><br/>
|
723
|
|
- 职称答辩相关指引请点击: <a href="https://www.gdzcfw.com/zcdb">https://www.gdzcfw.com/zcdb</a><br/>
|
724
|
|
- 职称评审绿色破格通道: <a href="https://zczl.gdzcfw.com">https://zczl.gdzcfw.com</a><br/></p>';
|
|
720
|
+ $html .= '<p style="text-align: left;margin-top:15px;">
|
|
721
|
+ <a href="https://'.$domain.'.gdzcfw.com" style="color: blue !important;">职称网</a>更多<a href="https://'.$domain.'.gdzcfw.com" style="color: blue !important;">职称评审</a>相关请点击:<br/>
|
|
722
|
+ <a href="https://'.$domain.'.gdzcfw.com/zccl" style="color: blue !important;">'.$area_name.'职称政策文件下载: https://'.$domain.'.gdzcfw.com/zccl</a><br/>
|
|
723
|
+ <a href="https://www.gdzcfw.com/zcdb" style="color: blue !important;">职称答辩相关指引请点击: https://www.gdzcfw.com/zcdb</a><br/>
|
|
724
|
+ <a href="https://zczl.gdzcfw.com" style="color: blue !important;">职称评审绿色破格通道: https://zczl.gdzcfw.com</a><br/></p><br/>';
|
725
|
725
|
|
726
|
726
|
return $html;
|
727
|
727
|
}
|