Browse Source

招聘内容图片替换

kk.shi 3 years ago
parent
commit
b0acc396f5

BIN
images/new/enrollment-schedule.png


BIN
images/new/index.png


BIN
images/new/index_active.png


BIN
images/new/person.png


BIN
images/new/person_active.png


BIN
images/new/recruitment-post.png


BIN
images/new/recurit.png


BIN
images/new/recurit_active.png


+ 5 - 3
pages/index/index.wxml

@@ -38,9 +38,11 @@
       </view>
 
     </view>
-    <view class="content-lower">
-      <image class="school-style" src="/images/new/recruitment-post.png" bindtap="gotoSchool"></image>
-      <image class="school-style" src="/images/new/enrollment-schedule.png" bindtap="gotoSchoolTrip"></image>
+    <view class="content-lower flex-row">
+      <view class="lower-style">
+        <image class="school-style" src="/images/new/recruitment-post.png" bindtap="gotoSchool"></image>
+        <image class="school-style" src="/images/new/enrollment-schedule.png" bindtap="gotoSchoolTrip"></image>
+      </view>
     </view>
   </view>
 

+ 13 - 5
pages/index/index.wxss

@@ -166,7 +166,7 @@ Page {
   justify-content: space-evenly;
   align-items: center;
   position: relative;
-  box-shadow: 0px 8px 8px 1px rgba(131, 131, 131, 0.16);
+  box-shadow: 0px 4px 4px 1px rgba(131, 131, 131, 0.16);
 }
 
 .head-img {
@@ -274,7 +274,7 @@ background: #909090;
 .content-bottom{
   width: 374px;
   height: 304px;
-  margin-top: 8px;
+  margin-top: 10px;
   display: flex;
   flex-flow: row nowrap;
   justify-content: center;
@@ -318,10 +318,18 @@ background: #909090;
 
 .content-lower{
   width: 374px;
-  height: 151px;
+  height: 131px;
+  margin-bottom: 14px;
+}
+
+
+.lower-style{
+  width: 346px;
+  height: 131px;
+  box-shadow: 0px 8px 8px 1px rgba(131, 131, 131, 0.16);
 }
 
 .school-style{
-  width: 187px;
-  height: 151px;
+  width: 173px;
+  height: 131px;
 }

+ 6 - 1
project.config.json

@@ -21,6 +21,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
+    "lazyloadPlaceholderEnable": false,
     "useMultiFrameRuntime": true,
     "useApiHook": true,
     "useApiHostProcess": true,
@@ -29,12 +30,16 @@
       "disablePlugins": [],
       "outputPath": ""
     },
+    "enableEngineNative": false,
     "useIsolateContext": true,
     "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
     "minifyWXSS": false,
-    "showES6CompileOption": false
+    "disableUseStrict": false,
+    "showES6CompileOption": false,
+    "useCompilerPlugins": false,
+    "minifyWXML": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.19.2",