chenyao
2025-10-24 0a9f1f2673e4b91bbf8aca529396b27997bfbe68
src/subPackages/userDetail/password/index.vue
@@ -109,32 +109,30 @@
   }
   .detailBox {
      margin-top: 20px;
      width: 351px;
      margin-top: 40rpx;
   width: 702rpx;
      min-height: 163px;
      min-height: 326rpx;
      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;
         color: #7b7b7b;
         padding: 0 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 96rpx;
      border-bottom: 2rpx solid #f5f5f5;
      color: #7b7b7b;
      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;
         }
         ::v-deep .u-input {
            border: none !important;
            background: transparent !important;
@@ -151,18 +149,17 @@
      }
   }
   .btngroup {
.btngroup {
      display: flex;
      position: absolute;
      bottom:75px;
      bottom:150rpx;
   }
   .u-button:first-child {
      margin-right: 15px;
   .u-button:first-child{
      margin-right: 30rpx;
   }
   .custom-style {
      width: 138px;
      height: 38px;
      width: 276rpx;
      height: 76rpx;
   }
</style>