Преглед изворни кода

学历提升介绍-未完成

gcz пре 2 година
родитељ
комит
b95151833c

BIN
src/assets/images/usefor-flow.png


+ 17 - 2
src/views/EducationPromote/EducationPromoteDetails/EducationPromoteDetailsIndex.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-26 16:40:31
  * @LastEditors: gcz
- * @LastEditTime: 2022-08-26 17:48:46
+ * @LastEditTime: 2022-08-26 18:00:24
  * @FilePath: \veterans_client_web\src\views\EducationPromote\EducationPromoteDetails\EducationPromoteDetailsIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -41,7 +41,11 @@
     </section>  
     <section class="wrap-r flow">
       <div class="title">学历提升的流程</div>
-      
+      <div class="flow-con"></div>
+    </section>
+    <section class="wrap-r way">
+      <div class="title">学历提升的方式</div>
+      <div class="flow-con"></div>
     </section>
   </div>
 </template>
@@ -107,4 +111,15 @@
       }
   }
 }
+.flow{
+  margin-bottom: 0;
+  .flow-con{
+    height: 144px;
+    background: url(@/assets/images/usefor-flow.png) no-repeat;
+    background-size: 100%;
+  }
+}
+.way{
+  margin-top: 0;
+}
 </style>