xuqiang 4 years ago
parent
commit
cbbba626dc

+ 15 - 23
src/main/pc-space/src/views/user/AccountData.vue

@@ -122,7 +122,7 @@
                     <div class="text1">
                         <img class="icon" src="../../assets/user/icon_zhanghao@3x.png" alt="" />
                     </div>
-                    <div class="text6">登录账号</div>
+                    <div class="text2">登录账号</div>
                     <div class="text3">{{ Phone }}</div>
                 </div>
                 <div class="text4" @click="all('security')">修改</div>
@@ -132,7 +132,7 @@
                     <div class="text1">
                         <img class="icon" src="../../assets/user/icon_mima@3x (1).png" alt="" />
                     </div>
-                    <div class="text6">登录密码</div>
+                    <div class="text2">登录密码</div>
                     <div class="text3">********</div>
                 </div>
                 <div class="text4" @click="all('modifypad')">修改</div>
@@ -142,7 +142,7 @@
                     <div class="text1">
                         <img class="icon" src="../../assets/user/icon_mima@3x (1).png" alt="" />
                     </div>
-                    <div class="text6">交易密码</div>
+                    <div class="text2">交易密码</div>
                     <div class="text3">付款时用来认证身份信息</div>
                 </div>
                 <div class="text4" @click="all('/transaction')">修改</div>
@@ -487,8 +487,7 @@ export default {
                         .flex();
                         // margin-top: 5px;
                         .name1 {
-                            font-size: 16px;
-                            font-weight: bold;
+                            font-size: @menuFont2;
                             color: #ffffff;
                             line-height: 24px;
                             margin-right: 6px;
@@ -514,10 +513,10 @@ export default {
                         .box4 {
                             display: flex;
                             .text4 {
-                                font-size: 14px;
+                                font-size: @menuFont1;
                                 font-weight: 400;
                                 color: #939599;
-                                line-height: 24px;
+                                line-height: 26px;
                                 margin-right: 20px;
                             }
                             span {
@@ -560,16 +559,16 @@ export default {
     .content {
         padding: 0 16px;
         .name {
-            font-size: 16px;
+            font-size: @menuFont;
             font-weight: bold;
             color: #ffffff;
             line-height: 24px;
-            margin: 30px 0 10px 0;
+            margin: 20px 0 10px 0;
         }
         .box {
             display: flex;
             justify-content: space-between;
-            padding: 16px 0;
+            padding: 17px 0;
             .myClass {
                 background: linear-gradient(133deg, @prim 0%, @warn 100%) !important;
                 border-radius: 4px;
@@ -587,26 +586,19 @@ export default {
                     }
                 }
                 .text2 {
-                    font-size: 17px;
+                    font-size: @menuFont2;
                     font-weight: 400;
                     color: #ffffff;
                     line-height: 24px;
                     width: 94px;
-                    margin: -1px 0 0 10px;
-                }
-                .text6 {
-                    font-size: 17px;
-                    font-weight: 400;
-                    color: #ffffff;
-                    line-height: 24px;
-                    width: 94px;
-                    margin: 1px 0 0 10px;
+                    margin-left: 10px;
                 }
+
                 .text3 {
-                    font-size: 16px;
+                    font-size: @menuFont2;
                     font-weight: 400;
                     color: #949699;
-                    line-height: 26px;
+                    line-height: 24px;
                     &.text5 {
                         width: 745px;
                         min-height: 60px;
@@ -625,7 +617,7 @@ export default {
             height: 1px;
             background: #494a4d;
             border-radius: 1px;
-            margin-top: 30px;
+            margin-top: 10px;
         }
     }
 }

+ 3 - 3
src/main/pc-space/src/views/user/Authentication.vue

@@ -48,12 +48,12 @@ export default {
         }
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-family: ZhenyanGB-Regular, ZhenyanGB;
         font-weight: 400;
         color: #ffffff;
-        line-height: 42px;
+        line-height: 30px;
         padding-top: 60px;
     }
     .name {

+ 3 - 3
src/main/pc-space/src/views/user/EnterpriseAuthentication.vue

@@ -319,12 +319,12 @@ export default {
         justify-content: space-between;
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         font-family: ZhenyanGB-Regular, ZhenyanGB;
         color: #ffffff;
-        line-height: 42px;
+        line-height: 30px;
         padding: 60px 0;
     }
     .description {

+ 3 - 3
src/main/pc-space/src/views/user/Modifypad.vue

@@ -198,12 +198,12 @@ export default {
         color: #ffffff;
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         font-family: ZhenyanGB-Regular, ZhenyanGB;
         color: #ffffff;
-        line-height: 42px;
+        line-height: 30px;
         padding: 60px 0;
     }
     .box {

+ 2 - 1
src/main/pc-space/src/views/user/Personal.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="container center-content">
-        <div class="title">个人中心</div>
+        <!-- <div class="title">个人中心</div> -->
         <div class="content">
             <el-menu
                 :default-openeds="openeds"
@@ -114,6 +114,7 @@ export default {
     }
     .content {
         display: flex;
+        margin-top: 50px;
         .main {
             .flex-col();
             background: #1c1e26 !important;

+ 3 - 3
src/main/pc-space/src/views/user/Security.vue

@@ -187,12 +187,12 @@ export default {
         color: #ffffff;
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         color: #ffffff;
         font-family: ZhenyanGB-Regular, ZhenyanGB;
-        line-height: 42px;
+        line-height: 30px;
         padding: 60px 0;
     }
     .box {

+ 4 - 3
src/main/pc-space/src/views/user/SecuritySuccess.vue

@@ -103,11 +103,12 @@ export default {
         font-size: 13px;
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         color: #ffffff;
-        line-height: 42px;
+        line-height: 30px;
+        font-family: ZhenyanGB-Regular, ZhenyanGB;
         padding: 60px 0;
     }
     .box {

+ 3 - 3
src/main/pc-space/src/views/user/Transaction.vue

@@ -189,11 +189,11 @@ export default {
         color: #ffffff;
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         color: #ffffff;
-        line-height: 42px;
+        line-height: 30px;
         font-family: ZhenyanGB-Regular, ZhenyanGB;
         padding: 60px 0;
     }

+ 4 - 3
src/main/pc-space/src/views/user/TransactionSuccess.vue

@@ -103,11 +103,12 @@ export default {
         font-size: 13px;
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         color: #ffffff;
-        line-height: 42px;
+        font-family: ZhenyanGB-Regular, ZhenyanGB;
+        line-height: 30px;
         padding: 60px 0;
     }
     .box {

+ 3 - 3
src/main/pc-space/src/views/user/UserAuthentication.vue

@@ -241,12 +241,12 @@ export default {
         }
     }
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
         font-weight: 400;
         font-family: ZhenyanGB-Regular, ZhenyanGB;
         color: #ffffff;
-        line-height: 42px;
+        line-height: 30px;
         padding: 60px 0;
     }
     .description {