liukangdong
2024-05-09 eb295c5c65b040deac874ecd8b06133be6539c84
h5/pages/changePassword/changePassword.vue
@@ -1,9 +1,5 @@
<template>
   <view class="box">
      <view class="box_tips">
         <image src="@/static/ic_tip@2x.png" mode="widthFix"></image>
         <text>如遗忘密码,请联系园区系统管理员重置</text>
      </view>
      <view class="list">
         <view class="list_item">
            <view class="list_item_label">
@@ -20,7 +16,7 @@
               <text>*</text>
            </view>
            <view class="list_item_content">
               <input type="number" maxlength="11" placeholder="请输入6-18位数字、字母组合新密码" placeholder-style="color: #999999;" />
               <input type="number" maxlength="11" placeholder="请输入6-18位数字、字母组合" placeholder-style="color: #999999;" />
            </view>
         </view>
         <view class="list_item">
@@ -29,9 +25,13 @@
               <text>*</text>
            </view>
            <view class="list_item_content">
               <input type="number" maxlength="11" placeholder="请输入6-18位数字、字母组合新密码" placeholder-style="color: #999999;" />
               <input type="number" maxlength="11" placeholder="请再输一次新密码" placeholder-style="color: #999999;" />
            </view>
         </view>
      </view>
      <view class="box_tips">
         <u-icon name="info-circle" class="mr12" color="#4d99a8"></u-icon>
         <text>如密码遗忘,请联系园区系统管理员重置</text>
      </view>
      <view class="footer-box">
         <view class="submit-button">提交</view>
@@ -70,7 +70,7 @@
         text {
            font-size: 26rpx;
            font-weight: 400;
            color: #E0312A;
            color: #4c99a7;
         }
      }
      .list {
@@ -135,8 +135,7 @@
      }
      .footer-box {
         width: 100%;
         position: fixed;
         bottom: 30rpx;
         margin-top: 48rpx;
         height: 80rpx;
         display: flex;
         justify-content: center;
@@ -145,7 +144,7 @@
            width: calc(100% - 60rpx);
            height: 88rpx;
            line-height: 88rpx;
            background: #025eef;
            background: #4d99a8;
            border-radius: 4rpx;
            color: #fff;
            border-radius: 44rpx;