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.
 

40 lines
3.1 KiB

<view class="page flex-col" style="position:fixed;">
<view class="section_1 flex-col" style="height:auto;">
<view style="margin-top:25%;font-size:40rpx;font-weight:900;margin-left:10%;margin-bottom:40rpx;">登录</view>
</view>
<view class="flex-col">
<view class="box_2 flex-col">
<view class="image-text_1 flex-row " style="margin-top:50rpx;border-bottom:1px solid darkgray;">
<image class="label_1" referrerpolicy="no-referrer" src="/static/lanhu_denglu/FigmaDDSSlicePNG2f2313d04e1b31b9579ab5a01299c820.png"></image>
<input bindinput="__e" class="text-group_1" data-event-opts="{{[ [ 'input',[ [ '__set_model',[ '','account','$event',[] ] ] ] ] ]}}" placeholder="请输入手机号" style="padding-left:50rpx;width:100%;" value="{{account}}"></input>
</view>
<view class="image-text_1 flex-row " style="margin-top:50rpx;border-bottom:1px solid darkgray;">
<image class="label_1" referrerpolicy="no-referrer" src="/static/lanhu_denglu/FigmaDDSSlicePNG779b4780a834e7d5867fd0949265e1f5.png" style="width:80rpx;"></image>
<input bindinput="__e" class="text-group_1" data-event-opts="{{[ [ 'input',[ [ '__set_model',[ '','captcha','$event',[] ] ] ] ] ]}}" placeholder="请输入验证码" style="padding-left:50rpx;width:100%;" value="{{captcha}}"></input>
<view bindtap="__e" class="text-wrapper_1 flex-col" data-event-opts="{{[ [ 'tap',[ ['yanzhengma'] ] ] ]}}" wx:if="{{yanzheng==1}}">
<text class="text_3" style="width:200rpx;">获取验证码</text>
</view>
<view class="text-wrapper_1 flex-col" style="background-color:gray;" wx:else>
<text class="text_3" style="width:200rpx;text-align:center;color:white;margin:0;line-height:60rpx;">已发送</text>
</view>
</view>
<view class="box_4 flex-row justify-between">
<radio bindtap="__e" data-event-opts="{{[ [ 'tap',[ [ 'radioChange',['$event'] ] ] ] ]}}" style="margin-top:-15rpx;"></radio>
<view class="text-wrapper_2">
<text class="text_4">接受</text>
<text class="text_5">用户协议</text>
<text class="text_6">及</text>
<text class="text_7">隐私政策</text>
</view>
</view>
<view class="text-wrapper_3 flex-col">
<text bindtap="__e" class="text_8" data-event-opts="{{[ [ 'tap',[ ['denglu'] ] ] ]}}">立即登录</text>
</view>
<text bindtap="__e" class="text_9" data-event-opts="{{[ [ 'tap',[ ['zhuce'] ] ] ]}}">注册</text>
<text class="text_10" style="margin-top:20rpx;">其他登录方式</text>
<button bindgetphonenumber="__e" class="image-wrapper_1 flex-col" data-event-opts="{{[ [ 'getphonenumber',[ [ 'wxlogin',['$event'] ] ] ] ]}}" openType="getPhoneNumber">
<image class="label_3" referrerpolicy="no-referrer" src="/static/lanhu_denglu/FigmaDDSSlicePNG25a13c2ec08e1cf257bfcc6f670dfe9c.png"></image>
</button>
</view>
</view>
</view>