chenyao
2025-10-24 0a9f1f2673e4b91bbf8aca529396b27997bfbe68
src/subPackages/userDetail/infos/index.vue
@@ -136,29 +136,29 @@
   }
   .avatarBox {
      width: 114px;
      height: 114px;
      margin: 38px 0;
      width: 228rpx;
      height: 228rpx;
      margin:76rpx 0;
   }
   .detailBox {
      width: 351px;
      min-height: 215px;
      width: 702rpx;
      min-height: 430rpx;
      background: #FFFFFF;
      border-radius: 6px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 12rpx;
      box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.05);
      .orderRow {
         display: flex;
         justify-content: space-between;
         align-items: center;
         height: 48px;
         border-bottom: 1px solid #f5f5f5;
         height: 96rpx;
         border-bottom: 2rpx solid #f5f5f5;
         color: #7b7b7b;
         padding: 0 12px;
         padding: 0 24rpx;
         .rowTitle {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 15px;
            font-size: 30rpx;
            color: #222324;
            white-space: nowrap;
         }
@@ -182,14 +182,14 @@
   .btngroup {
      display: flex;
      position: absolute;
      bottom:75px;
      bottom:150rpx;
   }
   .u-button:first-child{
      margin-right: 15px;
      margin-right: 30rpx;
   }
   
   .custom-style {
      width: 138px;
      height: 38px;
      width: 276rpx;
      height: 76rpx;
   }
</style>