19 lines
711 B
PHP
19 lines
711 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<section class="layer affix no-margin no-padding" id="pass">
|
|
<div class="empty" style="padding-top:20%">
|
|
<img src="/assets/home/img/gz010.png" style="width: 76%;">
|
|
<p style="margin-top: 1.5rem;font-size: .8rem;">
|
|
关注公众平台
|
|
<br>
|
|
及时获取最新消息
|
|
</p>
|
|
<div style="width:30%;margin:10px auto;">
|
|
<button class="btn ajax-get refresh" data-href="{{ route('pass.time') }}" style="background-color: #f49d0c;color: #fff;border-radius: .2rem;margin-top: .5rem">今日不再提示</button>
|
|
</div>
|
|
</div>
|
|
<div class="white_fixed"></div>
|
|
</section>
|
|
@endsection
|