kk.shi 3 lat temu
rodzic
commit
24c1757568
2 zmienionych plików z 11 dodań i 20 usunięć
  1. 3 4
      pages/index/index.wxml
  2. 8 16
      pages/index/index.wxss

+ 3 - 4
pages/index/index.wxml

@@ -36,12 +36,11 @@
         <!-- 福利待遇 -->
         <image class="content-bottom-style" src="/images/new/fringe-benefits.png" bindtap="gotoEmployeeBenefits"></image>
       </view>
+
     </view>
     <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>
+      <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>
 

+ 8 - 16
pages/index/index.wxss

@@ -155,8 +155,8 @@ Page {
 
 
 .person-button {
-  width: 344px;
-  height: 88px;
+  width: 688rpx;
+  height: 176rpx;
   background: #FFFFFF;
   border-radius: 10px;
   margin: 0 auto;
@@ -284,8 +284,8 @@ background: #909090;
 }
 
 .info-style{
-  width: 172px;
-  height: 292px;
+  width: 344rpx;
+  height: 584rpx;
 }
 .content-bottom-left{
   width: 119px;
@@ -319,24 +319,16 @@ background: #909090;
 }
 
 .content-bottom-style{
-  width: 172px;
-  height: 144px;
+  width: 344rpx;
+  height: 288rpx;
 }
 
 .content-lower{
-  width: 374px;
-  height: 131px;
   margin-bottom: 14px;
-}
-
-
-.lower-style{
-  width: 346px;
-  height: 131px;
   box-shadow: 4px 4px 20px 0px rgba(90,90,90,0.3);
 }
 
 .school-style{
-  width: 173px;
-  height: 131px;
+  width: 346rpx;
+  height: 262rpx;
 }