30 lines
1.7 KiB
Plaintext
30 lines
1.7 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-15">
|
|
<view class="flex-col justify-start items-start text-wrapper_2"><input class="text_3 font_3 text_4" placeholder="请输入昵称" /></view>
|
|
<view class="flex-col justify-start items-start view"><input class="text_3 font_3 text_5" placeholder="请输入手机号" /></view>
|
|
<view class="flex-row justify-between section">
|
|
<input class="font_3 text_6" placeholder="请输入验证码" />
|
|
<text class="font_2 text_7">获取验证码</text>
|
|
</view>
|
|
<view class="flex-col justify-start items-start view_2"><input class="text_3 font_3 text_8" placeholder="请输入邀请码" /></view>
|
|
<view class="flex-col justify-start items-start view_3"><input class="text_3 font_3 text_9" placeholder="请设置密码" /></view>
|
|
</view>
|
|
</view>
|
|
<view class="flex-row items-center self-start group_2">
|
|
<radio class="radio" color="#ff8d1a"></radio>
|
|
<text class="shrink-0 font_4 text_10">我已阅读并同意</text>
|
|
<text class="flex-1 font_4 text_11">青橙用户服务协议、隐私政策</text>
|
|
</view>
|
|
<view class="flex-col justify-start items-center self-stretch text-wrapper_3">
|
|
<text class="font text_12">注册</text>
|
|
</view>
|
|
<view class="self-center group_3">
|
|
<text class="font_5 text_13">已有帐号?</text>
|
|
<text class="font_5 text_14">去登录→</text>
|
|
</view>
|
|
</view> |