Bläddra i källkod

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 8 månader sedan
förälder
incheckning
f8ce6e2ac6

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

@@ -205,7 +205,15 @@
205 205
                 <!--col-sm-8 col-sm-offset-2-->
206 206
                 <div class="col-sm-12 text" style="width:100%;text-align: center;">
207 207
                     <span class="title-h1">
208
-                        本系统已收录全国各地职称评审条件,并实时更新各地人才政策对应的绿色评审方案,您可输入您的基础信息,根据您的条件一键为您匹配通过率最高的地区!
208
+
209
+                            {eyou:if condition='($is_mobile === false)'}
210
+                            本系统已收录全国各地职称评审条件,并实时更新各地人才政策对应的绿色评审方案,您可输入您的基础信息,根据您的条件一键为您匹配通过率最高的地区!
211
+
212
+                            {eyou:else /}
213
+                            &nbsp;&nbsp;&nbsp;&nbsp;本系统已收录全国各地职称评审条件,并实时更新各地人才政策对应的绿色评审方案,您可输入您的基础信息,根据您的条件一键为您匹配通过率最高的地区!
214
+
215
+                            {/eyou:if}
216
+
209 217
                     </span>
210 218
                     <div class="description">
211 219
                         <p>
@@ -223,11 +231,24 @@
223 231
                         <div class="form-gb-con">
224 232
                             <img src="/template/pc/js/botstrap-step/laba.png"/>
225 233
                             <img src="/template/pc/js/botstrap-step/laba.png" />
234
+
235
+
236
+                            {eyou:if condition='($is_mobile === false)'}
226 237
                             <span style="width: 100%;">
227 238
                                 最新公告:
228 239
                                 <font class="tib-li-end">河北建筑职称副高级破格已发布</font>
229 240
                                 <font id="getCode">(点击获取二维码)</font>
230 241
                             </span>
242
+                            {eyou:else /}
243
+                            <span style="width: 100%;">
244
+                                最新公告:
245
+                                <font class="tib-li-end">河北建筑职称副高级破格已发布</font><br/>
246
+                                <font id="getCode">(点击获取二维码)</font>
247
+                            </span>
248
+                            {/eyou:if}
249
+
250
+
251
+
231 252
                         </div>
232 253
                     </div>
233 254
                     <div class="form-box-ssl">
@@ -388,7 +409,7 @@
388 409
                                         <td>年龄</td>
389 410
                                         <td>不限制</td>
390 411
                                         <td>30岁</td>
391
-                                        <td class="td-b">x</td>
412
+                                        <td class="td-r">√</td> <!--<td class="td-b">x</td>-->
392 413
                                     </tr>
393 414
                                     <tr>
394 415
                                         <td>毕业专业</td>
@@ -962,7 +983,7 @@
962 983
                                 </div>
963 984
                                 <div class="form-top-left">
964 985
                                     <h3>第四步</h3>
965
-                                    <p>请填写您的手机号码进行安全验证:</p> <!--请填写您用于接收匹配结果的手机号码:-->
986
+                                    <p>请填写您用于接收匹配结果的手机号码:</p> <!--请填写您用于接收匹配结果的手机号码:--> <!--请填写您的手机号码进行安全验证:-->
966 987
                                 </div>
967 988
                                 <div class="form-top-right">
968 989
                                     <!--<i class="fa fa-twitter"></i>-->

+ 1
- 1
template/pc/js/botstrap-step/scripts.js Visa fil

@@ -506,7 +506,7 @@ jQuery(document).ready(function() {
506 506
             $('.but-success').removeClass('but-success2');
507 507
             $('.ssl-box').fadeOut().hide();
508 508
             $('#myModal').addClass('sss-box');
509
-            $('#myModal .modal-title').html('详情');
509
+            /*$('#myModal .modal-title').html('详情');*/
510 510
             var html = $('.ssl-box').html();
511 511
             $('#myModal .modal-body p').html(html);
512 512
             $('#myModal').modal('show');

+ 4
- 3
template/pc/js/botstrap-step/style.css Visa fil

@@ -255,7 +255,7 @@ only screen and (                min-resolution: 2dppx) {
255 255
         line-height: 24px;
256 256
         padding: 10px 0% 0 0;
257 257
         display: block;
258
-        text-align: center;
258
+        text-align: left;
259 259
         width: 100%;
260 260
         margin: 0 auto;
261 261
     }
@@ -457,7 +457,7 @@ only screen and (                min-resolution: 2dppx) {
457 457
     }
458 458
     .ssl-box-b .p-con2  table, th, td{
459 459
         border: 1px solid #999;
460
-        padding: 5px 10px;
460
+        padding: 5px 0px;
461 461
         font-size: 12px;
462 462
         font-weight: 300;
463 463
         overflow: hidden;
@@ -512,7 +512,7 @@ only screen and (                min-resolution: 2dppx) {
512 512
         height: 45px;
513 513
         line-height: 45px;
514 514
         cursor: pointer;
515
-        margin-bottom: 5px;
515
+        margin-bottom: 10px;
516 516
     }
517 517
     .form-gb-con{
518 518
         width: 98%;
@@ -547,6 +547,7 @@ only screen and (                min-resolution: 2dppx) {
547 547
     .modal-dialog .p-con{
548 548
         padding: 0px !important;
549 549
         width: 100%;
550
+        margin-bottom: 5px;
550 551
     }
551 552
     .modal-dialog .p-con2{
552 553
         padding: 0px !important;

Loading…
Avbryt
Spara