qingcheng-xiaochengxu/pages/personCenter/resetPwd/resetPwd.wxml

13 lines
625 B
Plaintext
Raw Normal View History

2025-05-28 16:47:08 +00:00
<view class="flex-col page">
<view class="flex-col section">
<text class="self-start font text">15888610253</text>
<view class="flex-row justify-between self-stretch group">
<input class="font text_2" placeholder="验证码" />
<text class="font text_3">获取验证码</text>
</view>
<input class="text_1 font" placeholder="密码" />
<view class="self-stretch divider"></view>
<input class="text_8 font text_4" placeholder="再输入密码" />
</view>
<view class="flex-col justify-start items-center text-wrapper mt-20"><text class="font text_5">重置密码</text></view>
</view>