You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
<view |
|
class="page" |
|
style="background: url({{imageUrl}}login-bg.png?r={{Timestamp}}) no-repeat top center/100% 300rpx;padding-top:{{menuButtonInfo.bottom}}px;" |
|
> |
|
<view class="container"> |
|
<image class="title" src="/images/login-title.png"></image> |
|
<view class="form"> |
|
<view class="tel"> |
|
<input class="input" placeholder-class="place-input" type="tel" placeholder="请输入手机号" /> |
|
</view> |
|
<view class="code"> |
|
<input class="input" placeholder-class="place-input" type="number" placeholder="请输入验证码" /> |
|
<view class="btn">发送验证码</view> |
|
</view> |
|
<view class="submit">立即加入</view> |
|
</view> |
|
<view class="or"> |
|
<van-divider contentPosition="center" custom-style="color:rgba(153, 153, 153, 1);font-size:28rpx;"> |
|
或者 |
|
</van-divider> |
|
</view> |
|
<button class="tel-btn" open-type="getPhoneNumber" bindgetphonenumber="handleWxSubmit"> |
|
<image class="icon" src="/images/icon-tel.png"></image> |
|
手机号快捷登录 |
|
</button> |
|
<view class="protool"> |
|
<radio class="radio"></radio> |
|
我已阅读并同意 |
|
<text class="link">《用户隐私协议》</text> |
|
</view> |
|
</view> |
|
</view>
|
|
|