Your Name 2 weeks ago
parent
commit
d97c79100a

+ 11
- 2
application/api/controller/Diyajax.php View File

716
 
716
 
717
             if($item['diqu'] != '<div></div>'){
717
             if($item['diqu'] != '<div></div>'){
718
                 $diqu = explode('地区',$item['diqu']);
718
                 $diqu = explode('地区',$item['diqu']);
719
+                //$item['diqu'] = $diqu[0];
720
+                $item['is_tg'] = $diqu[0];
721
+                //$item['is_tg'] = "符合条件";
722
+            }else{
723
+                $diqu = ["条件不符"];
724
+                $item['is_tg'] = $diqu[0];
725
+            }
726
+
727
+            if($item['is_tg'] == '&lt;div&gt;&lt;/div&gt;'){
728
+                $diqu = ["条件不符"];
729
+                $item['is_tg'] = $diqu[0];
719
             }
730
             }
720
 
731
 
721
 
732
 
722
-            //$item['diqu'] = $diqu[0];
723
-            $item['is_tg'] = $diqu[0];
724
             //var_dump($item['is_tg']);
733
             //var_dump($item['is_tg']);
725
             $list[$key] = $item;
734
             $list[$key] = $item;
726
 
735
 

+ 7
- 0
template/pc/components/index/kop.htm View File

712
 
712
 
713
 {/eyou:if}
713
 {/eyou:if}
714
 
714
 
715
+<?php
716
+echo "<p><font style='margin-bottom: 10px; margin-right: 10px;'>业绩材料下载:</font>";
717
+//存在该地区
718
+echo "<a href='./uploads/pdf/0/职称申报材料汇总.pdf' target='_blank' download='".$map_file[$v]."' style='color:red !important;margin-right:10px;font-weight: bold;text-decoration: underline;'>职称申报材料汇总.pdf</a>";
719
+echo "</p>";
720
+?>
721
+
715
 <?php
722
 <?php
716
 
723
 
717
 //重新处理 $show_class
724
 //重新处理 $show_class

+ 5
- 1
template/pc/css/extend.css View File

267
 }
267
 }
268
 .art-title{
268
 .art-title{
269
     margin: 5px 9px !important;max-height:45px !important;
269
     margin: 5px 9px !important;max-height:45px !important;
270
-    height: 25px !important;
270
+    height: 40px !important;
271
 }
271
 }
272
 .art-title a{
272
 .art-title a{
273
     font-size: 14px !important;
273
     font-size: 14px !important;
861
     padding: 5px 15px;
861
     padding: 5px 15px;
862
     border-radius: 15px;*/
862
     border-radius: 15px;*/
863
 }
863
 }
864
+
865
+#cailiao .part .art-item{
866
+    padding-bottom: 2px !important;
867
+}

+ 3
- 3
template/pc/js/botstrap-step/style.css View File

1098
     }
1098
     }
1099
 
1099
 
1100
     .form-top-left{
1100
     .form-top-left{
1101
-        padding: 25px 25px 0 25px;
1101
+        padding: 25px 5px 0 25px;
1102
     }
1102
     }
1103
     .form-top-left p{
1103
     .form-top-left p{
1104
         color: #000;
1104
         color: #000;
1107
         font-family: "SourceHanSansCN", sans-serif;
1107
         font-family: "SourceHanSansCN", sans-serif;
1108
     }
1108
     }
1109
     .form-top-right{
1109
     .form-top-right{
1110
-        padding: 0px 25px 0 25px;
1110
+        padding: 25px 25px 0 5px;
1111
     }
1111
     }
1112
     .form-top-right img{
1112
     .form-top-right img{
1113
         width:41px;
1113
         width:41px;
1659
     .zklp-l{
1659
     .zklp-l{
1660
         display: block;
1660
         display: block;
1661
         float: left;
1661
         float: left;
1662
-        width:71%;
1662
+        width: 75%;
1663
         font-family: "SourceHanSansCN", sans-serif !important;
1663
         font-family: "SourceHanSansCN", sans-serif !important;
1664
         color: #000;
1664
         color: #000;
1665
         margin: 5px 0;
1665
         margin: 5px 0;

Loading…
Cancel
Save