|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
@push('css')
|
|
|
<link rel="stylesheet" href="{{theme_asset('mobile/css/news.css')}}">
|
|
|
- <link rel="stylesheet" href="{{theme_asset('mobile/css/online2021.css')}}?v=4">
|
|
|
+ <link rel="stylesheet" href="{{theme_asset('mobile/css/online2021.css')}}?v=5">
|
|
|
<link href="{{ theme_asset('mobile/css/lottery.css') }}" rel="stylesheet">
|
|
|
@endpush
|
|
|
|
|
@@ -14,16 +14,16 @@
|
|
|
@endpush
|
|
|
|
|
|
@section('content')
|
|
|
- <div class="online2021_header">
|
|
|
- <img src="{{theme_asset('mobile/images/spring/header_2025.png')}}?v=1">
|
|
|
+ <div class="online2021_header" onclick="">
|
|
|
+ <img src="{{theme_asset('mobile/images/spring/header_2025.png')}}?v=2">
|
|
|
</div>
|
|
|
|
|
|
<div class="online2021_title">
|
|
|
<p>晋江聚才网线上招聘会大厅</p>
|
|
|
</div>
|
|
|
- <div class="online2021_ad">
|
|
|
- <p>聚才找工作赠好礼助力找工作稳就业。看直播,找工作,近千个岗位,近万份豪礼在线等着您。</p>
|
|
|
- </div>
|
|
|
+{{-- <div class="online2021_ad">--}}
|
|
|
+{{-- <p>聚才网找工,收获心仪工作奖品。</p>--}}
|
|
|
+{{-- </div>--}}
|
|
|
<div class="online2021_special">
|
|
|
<ul>
|
|
|
<a href="{{route('mobile.active.spring_special')}}">
|
|
@@ -92,6 +92,11 @@
|
|
|
<td>2月13日-15日(正月十六-十八)</td>
|
|
|
<td>万益商业广场</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td>经济开发区会场</td>
|
|
|
+ <td>常态化运营</td>
|
|
|
+ <td>晋江经济开发区智享空间</td>
|
|
|
+ </tr>
|
|
|
</table>
|
|
|
{{-- <div class="btn btn_one"><a href="https://mp.weixin.qq.com/s/4pHWqNEPmY4GykNOVxEbAQ">了解详情</a></div>--}}
|
|
|
</div>
|
|
@@ -129,9 +134,9 @@
|
|
|
<img src="{{theme_asset('mobile/images/online2021/icon_time.png')}}">{{$v['time']}}
|
|
|
</div>
|
|
|
<div class="line-two font12 substring"></div>
|
|
|
-{{-- <div class="line-two font9 font-red">--}}
|
|
|
-{{-- (扫描求职交流微信群,红包礼品等你拿)--}}
|
|
|
-{{-- </div>--}}
|
|
|
+ <div class="line-two font9 font-red">
|
|
|
+ 点击抽奖
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="clear"></div>
|
|
|
</div>
|
|
@@ -187,6 +192,7 @@
|
|
|
@endforeach
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <a id="lottery"></a>
|
|
|
@foreach ($images as $k => $v)
|
|
|
<img src="{{ $v }}" id="gift-img{{$k}}" style="display:none;"/>
|
|
|
@endforeach
|
|
@@ -456,25 +462,30 @@
|
|
|
|
|
|
</script>
|
|
|
<script>
|
|
|
- $('.line-two .more').click(function (event) {
|
|
|
- var company = $(this).data('company').split(',');
|
|
|
- var str = '';
|
|
|
- for (var i = 0; i < company.length; i++) {
|
|
|
- str += '<p>' + company[i] + '</p>'; //分割后的字符输出
|
|
|
- }
|
|
|
- layer.open({
|
|
|
- title: [
|
|
|
- '参会企业',
|
|
|
- 'background-color: #ec0d00; color:#fff;'
|
|
|
- ]
|
|
|
- , content: str
|
|
|
- , btn: '我知道了'
|
|
|
- });
|
|
|
- event.stopPropagation();
|
|
|
- });
|
|
|
- $('.to_live').click(function () {
|
|
|
- url = $(this).data('url');
|
|
|
- location.href = url;
|
|
|
+ // $('.line-two .more').click(function (event) {
|
|
|
+ // var company = $(this).data('company').split(',');
|
|
|
+ // var str = '';
|
|
|
+ // for (var i = 0; i < company.length; i++) {
|
|
|
+ // str += '<p>' + company[i] + '</p>'; //分割后的字符输出
|
|
|
+ // }
|
|
|
+ // layer.open({
|
|
|
+ // title: [
|
|
|
+ // '参会企业',
|
|
|
+ // 'background-color: #ec0d00; color:#fff;'
|
|
|
+ // ]
|
|
|
+ // , content: str
|
|
|
+ // , btn: '我知道了'
|
|
|
+ // });
|
|
|
+ // event.stopPropagation();
|
|
|
+ // });
|
|
|
+ // $('.to_live').click(function () {
|
|
|
+ // url = $(this).data('url');
|
|
|
+ // location.href = url;
|
|
|
+ // });
|
|
|
+ $('.for-event').click(function() {
|
|
|
+ $('html, body').animate({
|
|
|
+ scrollTop: $('#lottery').offset().top
|
|
|
+ }, 'slow');
|
|
|
});
|
|
|
|
|
|
function showWechat() {
|