|
@@ -1,14 +1,29 @@
|
|
|
<!--pages/login/login.wxml-->
|
|
|
-<view style="height: 100vh; background-image: url('https://hui.yrslm.com:8089/file/bg1.jpg');background-size: 100% 100%;">
|
|
|
- <view class="head">
|
|
|
- <view class="logo">
|
|
|
- <image class="bg" style="width: 90px; height: 90px; border-radius: 90px;" src="https://wx.qlogo.cn/mmhead/Q3auHgzwzM6oEStzJXU5EgPwXloSC6qSD1xIJUbrpSr3pakmodv23A/0"></image>
|
|
|
+<view style="height: 100vh;background-color: #F5F6F8">
|
|
|
+
|
|
|
+ <view style="height: 280rpx;width: 100%;display:flex;align-items:center;justify-content:center;padding-top:130rpx">
|
|
|
+ <view>
|
|
|
+ <image src="{{imgUrl}}login-top-icon.png" style="height: 175rpx;width: 370rpx"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="btn">
|
|
|
- <button type="primary" bindtap="getUserProfile" style="width: 80%;">
|
|
|
- <image style="width: 30rpx; height: 30rpx; margin-left: 45rpx;float: left;margin-top: 7rpx;" src="wx.png"></image>
|
|
|
- <text style="float: left; margin-left: 50rpx;">微信用户一键登陆</text>
|
|
|
+
|
|
|
+ <view style="margin-top:50rpx;height: 100rpx;width: 100%;display:flex;align-items:center;justify-content:center">
|
|
|
+ <view style="width: 80%;display:flex;align-items:center;justify-content:center">
|
|
|
+ <view style="height: 66rpx">
|
|
|
+ <image src="{{agreementImg}}" bindtap="agreementSuccess" style="height: 40rpx;width: 40rpx"></image>
|
|
|
+ </view>
|
|
|
+ <view style="height: 66rpx;font-size:24rpx;color: #333333;display:flex;align-items:center;justify-content:center">
|
|
|
+ 阅读并同意《服务协议及个人信息处理规则》和《xxx 个人信息处理规则》
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view style="margin-top: 10rpx">
|
|
|
+ <button type="primary" bindtap="getUserProfile"
|
|
|
+ style="width: 80%;display: flex;align-items:center;justify-content: center">
|
|
|
+ <image style="height: 33rpx;width: 41rpx" src="{{imgUrl}}wx-login.png"></image>
|
|
|
+ <text style="padding-left: 15rpx;font-size:27rpx">微信用户一键登陆</text>
|
|
|
</button>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|