26 lines
1.7 KiB
Plaintext
26 lines
1.7 KiB
Plaintext
<view class="flex-col page">
|
|
<view class="flex-col justify-start items-center self-center text-wrapper">
|
|
<image src="/image/logo.png" mode="aspectFill"></image>
|
|
<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" bindinput="phone" placeholder="请输入手机号" /></view>
|
|
<view class="flex-row justify-between section mt-20">
|
|
<input class="font_2 text_5" bindinput="yanzhengma" placeholder="请输入验证码" />
|
|
<text class="font_2 text_6"style="color: {{isCountingDown ? '#ccc' : '#ff8d1a'}};" bind:tap="{{isCountingDown ? '' : 'getcode'}}"> {{ isCountingDown ? countdown + '秒后重试' : '获取验证码' }}</text>
|
|
</view>
|
|
<view class="flex-col justify-start items-start text-wrapper_2 mt-20"><input class="text_1 font_2" bindinput="password" password type="text" placeholder="请输入密码" /></view>
|
|
<view class="flex-col justify-start items-start text-wrapper_4 mt-20">
|
|
<input class="text_1 font_2 text_7" bindinput="passwordagain" password type="text" placeholder="请再次输入密码" />
|
|
</view>
|
|
</view>
|
|
<text class="self-end text_8 mt-16" bind:tap="back">登陆账号</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex-col justify-start items-center self-stretch text-wrapper_3" bind:tap="subimt">
|
|
<text class="font text_9">重置密码</text>
|
|
</view>
|
|
</view> |