|
@@ -7,8 +7,8 @@
|
|
@push('css')
|
|
@push('css')
|
|
<link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
|
|
<link href="{{ theme_asset('app/css/common.css') }}" rel="stylesheet">
|
|
<style>
|
|
<style>
|
|
- .img_box {width:1200px;margin:0 auto;}
|
|
|
|
- .img_box img {width:100%;display:block;}
|
|
|
|
|
|
+ .width_image {width:1200px;display:block;margin:0 auto;}
|
|
|
|
+ .full_image {width:100%;max-width:1920px;display:block;margin:0 auto;}
|
|
</style>
|
|
</style>
|
|
@endpush
|
|
@endpush
|
|
|
|
|
|
@@ -17,15 +17,13 @@
|
|
@endpush
|
|
@endpush
|
|
|
|
|
|
@section('content')
|
|
@section('content')
|
|
- <div class="img_box">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/1.jpg') }}" alt="">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/2.jpg') }}" alt="">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/3.jpg') }}" alt="">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/4.jpg') }}" alt="">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/5.jpg') }}" alt="">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/6.jpg') }}" alt="">
|
|
|
|
- <img src="{{ theme_asset('app/images/backgroundcheck/7.jpg') }}" alt="">
|
|
|
|
- </div>
|
|
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/1.jpg') }}?v=1" class="full_image" alt="">
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/2.jpg') }}?v=1" class="width_image" alt="">
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/3.jpg') }}?v=1" class="width_image" alt="">
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/4.jpg') }}?v=1" class="width_image" alt="">
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/5.jpg') }}?v=1" class="width_image" alt="">
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/6.jpg') }}?v=1" class="width_image" alt="">
|
|
|
|
+ <img src="{{ theme_asset('app/images/backgroundcheck/7.jpg') }}?v=1" class="full_image" alt="">
|
|
@endsection
|
|
@endsection
|
|
|
|
|
|
@section('script')
|
|
@section('script')
|