shish 1 год назад
Родитель
Сommit
9c82cc8210
1 измененных файлов с 19 добавлено и 18 удалено
  1. 19 18
      hdApp/src/admin/home/member.vue

+ 19 - 18
hdApp/src/admin/home/member.vue

@@ -201,17 +201,17 @@ export default {
  .user-card {
  .user-card {
    display: flex;
    display: flex;
    align-items: center;
    align-items: center;
-   padding: 20upx 0;
+   padding: 12upx 0;
    width: 100%;
    width: 100%;
    position: relative;
    position: relative;
 
 
-     .user-avatar {
-     width: 80upx;
-     height: 80upx;
+   .user-avatar {
+     width: 70upx;
+     height: 70upx;
      border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      overflow: hidden;
-     margin-left: 30upx;
-     margin-right: 20upx;
+     margin-left: 20upx;
+     margin-right: 16upx;
 
 
      .avatar-img {
      .avatar-img {
        width: 100%;
        width: 100%;
@@ -219,23 +219,23 @@ export default {
      }
      }
    }
    }
 
 
-        .user-info {
+   .user-info {
      flex: 1;
      flex: 1;
      display: flex;
      display: flex;
      flex-direction: column;
      flex-direction: column;
      justify-content: space-between;
      justify-content: space-between;
-     height: 80upx;
-     padding-right: 260upx;
+     height: 70upx;
+     padding-right: 200upx;
    }
    }
 
 
    .user-main {
    .user-main {
      display: flex;
      display: flex;
      align-items: flex-start;
      align-items: flex-start;
-     margin-bottom: 8upx;
+     margin-bottom: 4upx;
    }
    }
 
 
    .user-name {
    .user-name {
-     font-size: 32upx;
+     font-size: 28upx;
      font-weight: bold;
      font-weight: bold;
      color: #333;
      color: #333;
      overflow: hidden;
      overflow: hidden;
@@ -245,12 +245,12 @@ export default {
 
 
    .right-info {
    .right-info {
      position: absolute;
      position: absolute;
-     right: 70upx;
-     top: 20upx;
+     right: 60upx;
+     top: 12upx;
      display: flex;
      display: flex;
      flex-direction: column;
      flex-direction: column;
      align-items: flex-end;
      align-items: flex-end;
-     gap: 6upx;
+     gap: 4upx;
      max-width: 160upx;
      max-width: 160upx;
      z-index: 1;
      z-index: 1;
    }
    }
@@ -261,7 +261,7 @@ export default {
    }
    }
 
 
    .balance {
    .balance {
-     font-size: 28upx;
+     font-size: 26upx;
      font-weight: bold;
      font-weight: bold;
    }
    }
 
 
@@ -276,7 +276,7 @@ export default {
    .user-meta {
    .user-meta {
      display: flex;
      display: flex;
      align-items: center;
      align-items: center;
-     font-size: 24upx;
+     font-size: 22upx;
      color: #9397a4;
      color: #9397a4;
    }
    }
 
 
@@ -290,13 +290,14 @@ export default {
      background: linear-gradient(135deg, #049E2C, #06c235);
      background: linear-gradient(135deg, #049E2C, #06c235);
      color: #ffffff;
      color: #ffffff;
      padding: 6upx 16upx;
      padding: 6upx 16upx;
-     border-radius: 20upx;
-     font-size: 22upx;
+     border-radius: 18upx;
+     font-size: 24upx;
      font-weight: bold;
      font-weight: bold;
      box-shadow: 0 2upx 8upx rgba(4, 158, 44, 0.25);
      box-shadow: 0 2upx 8upx rgba(4, 158, 44, 0.25);
      border: 1upx solid rgba(255, 255, 255, 0.3);
      border: 1upx solid rgba(255, 255, 255, 0.3);
      white-space: nowrap;
      white-space: nowrap;
      flex-shrink: 0;
      flex-shrink: 0;
+     letter-spacing: 1px;
    }
    }
 }
 }