policy.blade.php 849 B

123456789101112131415161718192021222324252627282930313233343536
  1. @extends('mobile.module.layouts.health')
  2. @push('meta')
  3. @endpush
  4. @push('css')
  5. <style>
  6. .iframe {width:100%;height:calc(100vh - .9rem);}
  7. </style>
  8. @endpush
  9. @push('js')
  10. @endpush
  11. @section('content')
  12. {{-- 头部--}}
  13. <div class="headernavfixed">
  14. <div class="headernav font18">
  15. <div class="title">
  16. <div class="n-tit-box">
  17. 人才政策
  18. </div>
  19. <div class="return js-back for-event" data-href="{{route('mobile.health.index')}}"></div>
  20. </div>
  21. </div>
  22. </div>
  23. <iframe frameborder=0 framespacing=0 marginheight=0 marginwidth=0 noResize scrolling=no vspale="0" class="iframe" src="https://rcmap.jucai.gov.cn/mobile/pages/policy/search"></iframe>
  24. @endsection
  25. @section('script')
  26. <script>
  27. </script>
  28. @endsection