Przeglądaj źródła

fix(招聘) 重构页面 工作环境 福利待遇 公司简介 企业文化

xing.li 3 lat temu
rodzic
commit
2c8635cadc

+ 1 - 1
pages/index/index.wxss

@@ -151,7 +151,7 @@ border-radius: 50%;
   width: 347px;
   height: 147px;
   margin: 20px auto;
-  margin-bottom: 60px;
+  /* margin-bottom: 60px; */
   /* box-shadow: 0px 9px 9px 1px rgba(131, 131, 131, 0.16); */
 }
 .school-img{

+ 0 - 1
pages/person/person.wxml

@@ -48,7 +48,6 @@
     </view>
     <image mode="widthFix" src="https://dy.shpr.top/recruit/group@2x.png"
         style="width:100%"></image>
-
         <view class="remind">
         <view class="remind-title">沪上阿姨提醒您</view>
         <view class="remind-text" wx:if="{{deliveryRecruitName}}">您投递的<span style="color:#FF8364"> {{deliveryRecruitName}} </span>职位 <span style="color:#FF8364"> 正在初筛中 </span>

+ 5 - 0
pages/person/person.wxss

@@ -1,3 +1,8 @@
+Page {
+  width: 100%;
+  height: 100%;
+
+}
 .container .person {
   display: flex;
   height: 200px;

+ 8 - 4
pages/recruitInfo/recruitInfo.wxml

@@ -63,9 +63,14 @@
 
   <view class="bottom">
 
-    <view class='weixin'>
-      <image src="/images/new/share.png" class="share_img"></image>
-      <button open-type="share" class='share_button'></button>
+    <view class='weixin '>
+      <view class="bottom_left_top">
+        <image src="/images/new/share.png" class="share_img"></image>
+        <button open-type="share" class='share_button'></button>
+      </view>
+      <view class="bottom_left_bottom">
+        分享
+      </view>
       
     </view>
     <view class="bottom_left" bindtap="saveLike">
@@ -75,7 +80,6 @@
       </view>
     </view>
    
-   
     <view class="bottom_right" bindtap="saveResume">投递简历</view>
   </view>
 </view>

+ 13 - 10
pages/recruitInfo/recruitInfo.wxss

@@ -125,8 +125,8 @@ color: #000000;
   flex-flow: column nowrap;
   justify-content: space-between;
   align-items: center;
-  width: 100rpx;
-  margin-left: 30rpx;
+  width: 50rpx;
+  margin-right: 50rpx;
 }
 .bottom_left_top{
   height: 50rpx;
@@ -138,24 +138,27 @@ color: #000000;
   position: absolute;
 }
 .weixin{
-  
-    display: flex;
-    flex-flow: row nowrap;
-    justify-content: center;
+  display: flex;
+  flex-flow: column nowrap;
+  justify-content: space-between;
     align-items: center;
     width: 100rpx;
+    margin-left: 20px;
 
 }
 .share_button{
   position: relative;
-  height: 100rpx!important;
-  width: 100rpx!important;
+  height: 50rpx!important;
+  width: 50rpx!important;
   padding: 0rpx;
   background-color:transparent;
   
 }
 .bottom_left_bottom{
-  font-size: 24rpx;
+  font-size: 22rpx;
+  font-weight: 500;
+  color: #D4D4D4;
+
 }
 .bottom_right{
   width: 50%;
@@ -166,6 +169,6 @@ color: #000000;
   color: #fff;
   line-height: 70rpx;
   border-radius: 30rpx;
-  margin-top: 15rpx;
+  /* margin-top: 15rpx; */
 }
 

+ 6 - 0
project.private.config.json

@@ -53,6 +53,12 @@
           "pathName": "pages/person/person",
           "query": "",
           "scene": null
+        },
+        {
+          "name": "pages/recruitInfo/recruitInfo",
+          "pathName": "pages/recruitInfo/recruitInfo",
+          "query": "id=2",
+          "scene": null
         }
       ]
     }