正在显示
3 个修改的文件
包含
12 行增加
和
3 行删除
images/login_tip.png
0 → 100644
6.4 KB
... | ... | @@ -3,8 +3,16 @@ |
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 | + <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 | 14 | <view class='loginByPhone' bindtap='phoneLogin'>输入手机号登录</view> |
15 | + | |
8 | 16 | </view> |
9 | 17 | |
10 | -</view> | |
\ No newline at end of file | ||
18 | +</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{ | ... | ... |
请
注册
或
登录
后发表评论