吉安感知网项目-前端
shuishen
2026-01-22 3c5a06b1fe06a30207da0f6dedf2dff99f1899d2
uniapps/work-wx/src/subPackages/userDetail/password/index.vue
@@ -11,7 +11,6 @@
            <div class="orderRow">
               <div class="rowTitle">密码</div>
               <input type="password" v-model="passwordForm.password" placeholder="请输入新密码" class="input-item" />
            </div>
            <div class="orderRow">
               <div class="rowTitle">确认密码</div>
@@ -255,9 +254,9 @@
      align-items: center;
      position: relative;
      .pageBg {
         position: fixed;
         top: 0;
         left: 0;
         // position: fixed;
         // top: 0;
         // left: 0;
         width: 100%;
         height: 100%;
         background: url("https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ja-app-wx/images/user/user-bg.png")  no-repeat ;
@@ -267,7 +266,6 @@
      .detailBox {
         position: absolute;
         top: 180rpx;
         // margin-top: 40rpx;
         width: 702rpx;
         min-height: 326rpx;
@@ -309,19 +307,12 @@
               color: #222324;
               font-family: Source Han Sans CN, Source Han Sans CN;
            }
      :deep(.uni-input-placeholder) {
         color: #D5D5D5;
      }
            :deep(.uni-input-placeholder) {
               color: #D5D5D5;
            }
            input.input-item::placeholder {
               font-size: 30rpx;
            }
            // .code-container {
            //    display: flex;
            //    align-items: center;
            //    justify-content: flex-end;
            //    width: 100%;
            // }
            .send-code-btn {
               margin-left: 20rpx;
@@ -351,7 +342,7 @@
         bottom: 150rpx;
         :deep(.u-button){
            width: 276rpx !important;
            height: 100rpx !important;
            height: 76rpx !important;
         }
      }
@@ -361,10 +352,10 @@
      .custom-style {
         width: 276rpx;
         height: 100rpx;
         height: 76rpx;
         font-family: "Source Han Sans CN";
         font-weight: 400;
         font-size: 36rpx;
         font-size: 28rpx;
      }
   }
</style>