index.blade.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @extends('module.layouts.content')
  2. @push('meta')
  3. @endpush
  4. @push('css')
  5. <link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
  6. <style>
  7. </style>
  8. @endpush
  9. @push('js')
  10. @endpush
  11. @section('content')
  12. <div style="background-color:#eafcfe;width:100%;padding-bottom:50px;">
  13. <div style="width:100%;max-width:1920px;">
  14. <img src="{{ theme_asset('app/images/talent_card/header.jpg') }}"
  15. style="width:100%;display:block;margin:0 auto;" alt="">
  16. <div style="width:60%;margin:20px auto;background:white;padding-bottom:20px;">
  17. <img src="{{ theme_asset('app/images/talent_card/content.jpg') }}"
  18. style="display:block;width:100%;" alt="">
  19. <a href="https://html.m.cmbchina.com/IGateway/Jump.aspx?funcid=1175001&CorperationCode=T00244NKB000000000000100000000000615000000000000000000000000&BranchID=595&Organization=595579&RecmCode=" target="_blank"><img src="{{ theme_asset('app/images/talent_card/button.jpg') }}"
  20. style="display:block;margin:0 auto;cursor:pointer;" alt=""></a>
  21. </div>
  22. </div>
  23. </div>
  24. @endsection
  25. @section('script')
  26. @endsection