Browse Source

修改样式

gcz 2 years ago
parent
commit
79e6654dda

+ 14 - 1
src/views/PersonalCenter/Resume/ResumeEdit.vue

@@ -3,7 +3,7 @@
  * @Author: gcz
  * @Date: 2022-08-25 09:38:41
  * @LastEditors: gcz
- * @LastEditTime: 2022-08-25 11:50:46
+ * @LastEditTime: 2022-08-25 11:58:28
  * @FilePath: \veterans_client_web\src\views\PersonalCenter\Resume\ResumeEdit.vue
  * @Copyright: Copyright (c) 2016~2022 by gcz, All Rights Reserved. 
 -->
@@ -314,6 +314,19 @@ export default {
       font-size: 20px;
       color: #222;
       margin-bottom: 14px;
+      position: relative;
+      padding-left: 10px;
+      &::before{
+        content:'';
+        width: 5px;
+        height: 5px;
+        border-radius: 50%;
+        position: absolute;
+        left: 0;
+        top: 50%;
+        margin-top: -2.5px;
+        background: #709078;
+      }
     }
     p {
       margin-bottom: 10px;

+ 14 - 1
src/views/PersonalCenter/Resume/ResumeIndex.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-24 09:35:03
  * @LastEditors: gcz
- * @LastEditTime: 2022-08-25 09:43:57
+ * @LastEditTime: 2022-08-25 11:57:52
  * @FilePath: \veterans_client_web\src\views\PersonalCenter\Resume\ResumeIndex.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -214,6 +214,19 @@ export default {
       font-size: 20px;
       color: #222;
       margin-bottom: 14px;
+      position: relative;
+      padding-left: 10px;
+      &::before{
+        content:'';
+        width: 5px;
+        height: 5px;
+        border-radius: 50%;
+        position: absolute;
+        left: 0;
+        top: 50%;
+        margin-top: -2.5px;
+        background: #709078;
+      }
     }
     p {
       margin-bottom: 10px;