正在显示
2 个修改的文件
包含
13 行增加
和
3 行删除
@@ -3,8 +3,17 @@ | @@ -3,8 +3,17 @@ | ||
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 | + |
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 | <view class='loginByPhone' bindtap='phoneLogin'>输入手机号登录</view> | 15 | <view class='loginByPhone' bindtap='phoneLogin'>输入手机号登录</view> |
16 | + | ||
8 | </view> | 17 | </view> |
9 | 18 | ||
10 | -</view> | ||
19 | +</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{ |
请
注册
或
登录
后发表评论