25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
<view class="flex-col page">
|
|
<view class="flex-col justify-start items-center self-center text-wrapper">
|
|
<text class="font text">欢迎登陆—青橙校园</text>
|
|
</view>
|
|
<view class="flex-col self-stretch group">
|
|
<text class="self-start font_2 text_2">忘记密码</text>
|
|
<view class="flex-col self-stretch mt-22">
|
|
<view class="flex-col self-stretch">
|
|
<view class="flex-col justify-start items-start text-wrapper_1"><input class="text_1 font_2 text_4" placeholder="请输入手机号" /></view>
|
|
<view class="flex-row justify-between section mt-20">
|
|
<input class="font_2 text_5" placeholder="请输入验证码" />
|
|
<text class="font_2 text_6">获取验证码</text>
|
|
</view>
|
|
<view class="flex-col justify-start items-start text-wrapper_2 mt-20"><input class="text_1 font_2" placeholder="请输入密码" /></view>
|
|
<view class="flex-col justify-start items-start text-wrapper_4 mt-20">
|
|
<input class="text_1 font_2 text_7" placeholder="请再次输入密码" />
|
|
</view>
|
|
</view>
|
|
<text class="self-end text_8 mt-16">登陆账号</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col justify-start items-center self-stretch text-wrapper_3">
|
|
<text class="font text_9">重置密码</text>
|
|
</view>
|
|
</view> |