提交 5554f3bd790b9a58a0d4246c3dd49b758e65051b

作者 wangyu
2 个父辈 e5305086 15a92d99

Merge branch '机器人dev' into 海峡new

@@ -3,8 +3,16 @@ @@ -3,8 +3,16 @@
3 <view class='page'> 3 <view class='page'>
4 <image src='/images/bg.png' class='back-img' mode="bottom aspectFill"></image> 4 <image src='/images/bg.png' class='back-img' mode="bottom aspectFill"></image>
5 <view class='content-wrap'> 5 <view class='content-wrap'>
6 - <button open-type="getPhoneNumber" class='btn' bindgetphonenumber="getPhoneNumber">微信快速授权/登录</button> 6 + <image style="width:160rpx;height:36rpx;margin:0 60rpx" src="/images/login_tip.png"></image>
  7 + <view style="font-size:28rpx;font-family:PingFang-SC-Medium,PingFang-SC;color:#828699;margin:15rpx 60rpx 150rpx 60rpx">您需要登录后才能进行个人信息采集、专项附加扣除填报、查看个人工资条和扣税明细。</view>
  8 + <view style="justify-content: center;display: flex;flex-direction: row;margin:0 auto;">
  9 + <view style="width:160rpx;height:2rpx;margin:20rpx;background:#eef2fb"></view>
  10 + <text style="font-size:28rpx;font-family:PingFang-SC-Medium,PingFang-SC;color:#828699;">请选择以下方式登录</text>
  11 + <view style="width:160rpx;height:2rpx;margin:20rpx;background:#eef2fb"></view>
  12 + </view>
  13 + <button open-type="getPhoneNumber" class='btn' bindgetphonenumber="getPhoneNumber">微信快速授权/登录</button>
7 <view class='loginByPhone' bindtap='phoneLogin'>输入手机号登录</view> 14 <view class='loginByPhone' bindtap='phoneLogin'>输入手机号登录</view>
  15 +
8 </view> 16 </view>
9 17
10 -</view>  
  18 +</view>
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 height: 440rpx; 9 height: 440rpx;
10 } 10 }
11 .content-wrap{ 11 .content-wrap{
12 - margin-top:580rpx; 12 + margin-top:450rpx;
13 width: 100%; 13 width: 100%;
14 } 14 }
15 15
@@ -25,6 +25,7 @@ @@ -25,6 +25,7 @@
25 background-color: #659CF7; 25 background-color: #659CF7;
26 background-image: linear-gradient(-90deg, #357AEB 0%, #659CF7 100%); 26 background-image: linear-gradient(-90deg, #357AEB 0%, #659CF7 100%);
27 /* background:gradient(linear, 0 0, 0 bottom, from(#659CF7), to(#357AEB) */ 27 /* background:gradient(linear, 0 0, 0 bottom, from(#659CF7), to(#357AEB) */
  28 + margin-top: 60rpx;
28 } 29 }
29 30
30 .loginByPhone{ 31 .loginByPhone{
注册登录 后发表评论