Commit 0f32d228bdccfa28eb4fae0a7f108ccee2a88cbe

Authored by jxmo
1 parent b746d825

个人信息页面

1   -<view style='font-size:28rpx;margin-left:7%;margin-right:7%;'>
2   - <view style="font-weight:bold;">
  1 +<view style='font-size:28rpx;margin-left:7%;margin-right:7%;margin-bottom: 100px;'>
  2 + <view style="font-weight: bold;line-height: 3;">
3 3 个人信息保护政策
4 4 </view>
5 5 <view>
... ... @@ -17,11 +17,11 @@
17 17 <view>
18 18 4.我们及时适当检查我们的个人信息保护管理系统,并持续做出改进,同时考虑您的需求以及施普林格·自然周遭环境的变化,包括信息技术趋势。
19 19 </view>
20   - <view>
  20 + <view style='border-bottom: 1px solid #b7b7b7;padding-bottom: .5em;'>
21 21 5. 我们将及时回应个人信息处理相关的任何投诉或咨询请求。我们就这项政策对所有员工进行教育,此外我们还向他们提供这项政策的副本。更进一步,通过将其发布在施普林格·自然网站上,我们采取措施确保所有员工在任何时候都能了解该政策。
22 22 </view>
23 23
24   - <view>
  24 + <view style="font-weight: bold;line-height: 3;">
25 25 个人信息使用目的
26 26 </view>
27 27 <view>
... ...
... ... @@ -293,3 +293,6 @@ page {
293 293 width: 40%;
294 294 margin-left: 4%;
295 295 }
  296 +view{
  297 + line-height: 1.7;
  298 +}
\ No newline at end of file
... ...
... ... @@ -106,7 +106,7 @@
106 106 <view class='legal'>
107 107 <navigator url='../legal/legal'>
108 108 <text style="color:#fff">隐私政策条款</text>
109   - <text style="color:#8f3843;float:right;">></text>
  109 + <text style="color:#8f3843;float:right;font-size: 20px ;">></text>
110 110 </navigator>
111 111 </view>
112 112 <view style="height:110rpx;"></view>
... ...
... ... @@ -3,6 +3,7 @@
3 3 padding-left: 7%;
4 4 padding-right: 7%;
5 5 line-height: 55px;
  6 + margin:10px 0;
6 7 }
7 8
8 9 page{
... ...
Please register or login to post a comment