| | |
| | | <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"> |
| | |
| | | <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"> |
| | |
| | | <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> |
| | |
| | | text { |
| | | font-size: 26rpx; |
| | | font-weight: 400; |
| | | color: #E0312A; |
| | | color: #4c99a7; |
| | | } |
| | | } |
| | | .list { |
| | |
| | | } |
| | | .footer-box { |
| | | width: 100%; |
| | | position: fixed; |
| | | bottom: 30rpx; |
| | | margin-top: 48rpx; |
| | | height: 80rpx; |
| | | display: flex; |
| | | justify-content: center; |
| | |
| | | width: calc(100% - 60rpx); |
| | | height: 88rpx; |
| | | line-height: 88rpx; |
| | | background: #025eef; |
| | | background: #4d99a8; |
| | | border-radius: 4rpx; |
| | | color: #fff; |
| | | border-radius: 44rpx; |