提交 96e08565b775612c9307485e2311aa637cd90f77

作者 wangyu
1 个父辈 e08a2ae6

登录页面相关优化

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