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.
|
- <view class="container" style="background: url('../../image/login/container_bg.jpg') center center no-repeat; background-size: 100% auto;">
- <view class="header">
- <view class="principal">农村事项审批与记账</view>
- <view class="instructions">报账简单,操作便捷</view>
- </view>
- <view class="quick-login" style="bottom:{{isIPhoneX?'8vh':'5vh'}}">
- <view class="key-login">微信一键登录</view>
- <view class="authorization" style="margin-top:{{isIPhoneX?'5vh':'3vh'}}">
- <label>
- <checkbox value="cb" checked="true" class="changeSize"/>
- <text>我已阅读并同意用户协议和隐私政策</text>
- </label>
- </view>
- </view>
- </view>
|