Your Name 8 månader sedan
förälder
incheckning
dda5ab5877

+ 3
- 2
template/pc/common/include/step.htm Visa fil

@@ -442,7 +442,7 @@
442 442
         //咨询费用
443 443
         $('#zxfy').click(function(){
444 444
             var url = '{eyou:global name='web_attr_26' /}';
445
-            var html = "<div style='width:100%;text-align: center;'>请使用微信扫一扫二维码<br/><img src='"+url+"'/></div>";
445
+            var html = "<div style='width:100%;text-align: center;'>请使用微信扫一扫二维码<br/><img style='width: 200px;margin-top: 10px;' src='"+url+"'/></div>";
446 446
             //$('#myModal .modal-title').html('提示');
447 447
             $('#myModal .modal-body p').html(html);
448 448
             $('#myModal').modal('show');
@@ -460,8 +460,9 @@
460 460
         //点击获取二维码
461 461
         $('#getCode').click(function(){
462 462
             var url = '{eyou:global name='web_attr_26' /}';
463
-            var html = "<div style='width:100%;text-align: center;'>请使用微信扫一扫二维码<br/><img src='"+url+"'/></div>";
463
+            var html = "<div style='width:100%;text-align: center;'>请使用微信扫一扫二维码<br/><img style='width: 200px;margin-top: 10px;' src='"+url+"'/></div>";
464 464
             //$('#myModal .modal-title').html('提示');
465
+            //$('#myModal .modal-body p').addClass('');
465 466
             $('#myModal .modal-body p').html(html);
466 467
             $('#myModal').modal('show');
467 468
         });

+ 3
- 1
template/pc/components/index/step.htm Visa fil

@@ -461,7 +461,9 @@
461 461
                                     <span>职称申报&nbsp;一键测评</span>
462 462
                                 </div>
463 463
                                 <div class="form-top-left">
464
-                                    <h3>第五步</h3>
464
+                                    {eyou:if condition='($is_detail > 0)'}
465
+                                        <h3>第五步</h3>
466
+                                    {/eyou:if}
465 467
                                     <!--<p>请填写您用于接收匹配结果的手机号码:</p>-->
466 468
 
467 469
                                     <?php

+ 6
- 1
template/pc/js/botstrap-step/style.css Visa fil

@@ -1037,7 +1037,9 @@ only screen and (                min-resolution: 2dppx) {
1037 1037
     .m-btn i{
1038 1038
         line-height: 45px;
1039 1039
     }
1040
-
1040
+    .form-top-left h3{
1041
+        font-weight: bold;
1042
+    }
1041 1043
 }
1042 1044
 
1043 1045
 /** pc端改写的css
@@ -1716,6 +1718,9 @@ only screen and (                min-resolution: 2dppx) {
1716 1718
     .td-b img{
1717 1719
         width: 12px;
1718 1720
     }
1721
+    .form-top-left h3{
1722
+        font-weight: bold;
1723
+    }
1719 1724
 }
1720 1725
 
1721 1726
 

Loading…
Avbryt
Spara