login.wxml
1.95 KB
<view class="page data-v-b237504c"><view class="login-bg data-v-b237504c"><image src="../../static/loginbg.png" mode="widthFix" class="data-v-b237504c"></image></view><view class="main data-v-b237504c"><view class="logo data-v-b237504c" style="padding-top:90px;font-size:30px;font-weight:bold;margin-bottom:40px;"><view class="data-v-b237504c"> 机具设备系统 </view></view><view class="input-info data-v-b237504c"><view style="display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;width:70vw;border:1px solid #ccc;padding:10px 0;border-radius:5px;" class="data-v-b237504c"><input style="width:70vw;" placeholder="请输入账号" border="surround" data-event-opts="{{[['input',[['__set_model',['$0','account','$event',[]],['form']]]]]}}" value="{{form.account}}" bindinput="__e" class="data-v-b237504c"/></view><view style="display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;width:70vw;border:1px solid #ccc;padding:10px 0;border-radius:5px;" class="data-v-b237504c"><input style="width:70vw;" type="password" placeholder="请输入密码" border="surround" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e" class="data-v-b237504c"/></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['data-v-b237504c','input-info-btn',[(!agreed)?'input-info-btn--disabled':'']]}}" style="width:70vw;" bindtap="__e"> 登录 </view><view class="info-check data-v-b237504c"><checkbox-group data-event-opts="{{[['change',[['onAgreementChange',['$event']]]]]}}" bindchange="__e" class="data-v-b237504c"><checkbox style="transform:scale(0.8);margin-right:10rpx;border-radius:100rpx;margin-top:4rpx;" value="ok" checked="{{agreed}}" class="data-v-b237504c"></checkbox></checkbox-group>我已阅读并知晓 <text class="blue data-v-b237504c">《用户协议》</text><text class="blue data-v-b237504c">《隐私协议》</text></view></view></view></view>