martin.ma 4 lat temu
rodzic
commit
c6d772a478
1 zmienionych plików z 7 dodań i 5 usunięć
  1. 7 5
      pages/type/vip/developer.vue

+ 7 - 5
pages/type/vip/developer.vue

@@ -39,6 +39,8 @@
           <p>无折扣</p>
           <p>无减免</p>
           <p>{{vipList[4]['name_card_num']}}次/月</p>
+          <p>每天岗位投递3次</p>
+          <p>不可投递会员专属岗位</p>
         </div>
       </div>
       <div class="developer">
@@ -63,7 +65,7 @@
           <p>低至3-6折</p>
           <p>整包项目减免{{vipList[1]['project_reduction_rate']}}%、云端项目减免{{vipList[1]['job_reduction_rate']}}%</p>
           <p>{{vipList[1]['name_card_num']}}次/月</p>
-          <p>每天岗位投递次数由3次扩充到10次</p>
+          <p>每天岗位投递10次</p>
           <p>可投递会员专属岗位</p>
         </div>
         <div class="developer-price-wrapper">
@@ -198,7 +200,7 @@
   .explain {
     overflow: hidden;
     width: 304px;
-    height: 770px;
+    height: 860px;
     border-radius: 2px;
     background-color: #FFFFFF;
     border: 1px solid #D6DBE3;
@@ -241,7 +243,7 @@
   .ordinary {
     overflow: hidden;
     width: 315px;
-    height: 770px;
+    height: 860px;
     border-radius: 2px;
     background-color: #FFFFFF;
     border: 1px solid #D6DBE3;
@@ -286,7 +288,7 @@
   .developer {
     overflow: hidden;
     width: 326px;
-    height: 770px;
+    height: 860px;
     border-radius: 2px;
     background-color: #FFF9ED;
     border: 1px solid #C89A29;
@@ -323,7 +325,7 @@
   }
 
   .developer-content p {
-    margin-top: 19px;
+    margin-top: 30px;
   }
 
   .developer-content p:nth-child(1) {