arLogin.axml 496 B

123456789101112
  1. <view>
  2. <view class="noData" style="text-align:center">
  3. <image mode="scaleToFill" src="../../image/logo.png" class="initImg"/>
  4. </view>
  5. <view class="flex-box-v flex-center-center fontColorC" style="font-size:28rpx;margin:0.4rem 0">
  6. <text>网页版[功道云积分制]登录确认</text>
  7. <text>请确认使用本人账号登录</text>
  8. </view>
  9. <button type="primary" style="margin:0 0.4rem;">授权登录</button>
  10. <view class="fontColorC footer">取消登录</view>
  11. </view>