phoneLogin.wxml 934 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
<view class="">

<view class="i-column margin-l40" style="margin-top: 136rpx;">
<view class="title i-row">欢迎等登陆<text class="tip">美生妇保
</text> 小程序</view>
<view class="text margin-t10 ">请输入医院预留号码,匹配信息</view>
<view class="phone">
<input class="margin-l26" placeholder="请输入手机号码" />
</view>
<view class="i-row i-align-center margin-t30">

<view class="code">
<input class="margin-l26" placeholder="请输入手机号码" />
</view>
<view class="send margin-l20">获取验证码</view>
</view>
<view class="i-row i-align-center margin-t30">
<radio color="#FF8EA9"> </radio>
<view class="text1">
我已阅读定同意 <text style="color: #2EA8FF;">《用户协议》《隐私协议》</text>
</view>
</view>
<button class="login" style="width: 670rpx;" bindtap="login">登陆</button>
</view>
</view>