Selaa lähdekoodia

首页增加背调链接

linwu 2 vuotta sitten
vanhempi
commit
e3fff891a8

+ 3 - 0
public/themes/default/assets/app/css/index_new2.css

@@ -974,3 +974,6 @@ body{
     background-position:22px center;
     background-color: #ec3b45;
 }
+/*背调测评*/
+.backgroundcheck {display:flex;justify-content: space-between;}
+.backgroundcheck img {width: 380px;}

BIN
public/themes/default/assets/app/images/backgroundcheck/background_check1.png


BIN
public/themes/default/assets/app/images/backgroundcheck/background_check2.png


BIN
public/themes/default/assets/app/images/backgroundcheck/background_check3.png


+ 7 - 0
public/themes/default/views/app/index.blade.php

@@ -433,6 +433,13 @@
         </div>
     </div>
 
+    {{--背调测评--}}
+    <div class="wide backgroundcheck">
+        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check1.png') }}" /></a>
+        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check2.png') }}" /></a>
+        <a href="{{route('backgroundCheck.index')}}"><img src="{{ theme_asset('app/images/backgroundcheck/background_check3.png') }}" /></a>
+    </div>
+
     <!--人才服务模块-->
     <div class="home_service_part" id="talent_service">