From 4d8f2f689e98b55da4cb6cabf4de471be58e906a Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Wed, 6 Sep 2023 14:46:05 +0800 Subject: [PATCH] 隐私政策 --- components/privacy_pop/privacy_pop.wxml | 14 ++++---------- components/privacy_pop/privacy_pop.wxss | 10 +++++----- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/components/privacy_pop/privacy_pop.wxml b/components/privacy_pop/privacy_pop.wxml index ec2e7fc..46ead44 100644 --- a/components/privacy_pop/privacy_pop.wxml +++ b/components/privacy_pop/privacy_pop.wxml @@ -1,20 +1,14 @@ - + - 隐私政策更新提示 + 用户服务协议与隐私政策 - 为了更好地保障您的权益,我们更新了《{{store.store_name}}小程序隐私政策》,本次更新主要包括: - - 1. 调整注销账户功能的描述 - - 请您务必在勾选同意前仔细阅读、充分理解《{{store.store_name}}小程序隐私政策》的内容。若您不同意《{{store.store_name}}小程序隐私政策》的内容,请您选择不同意或立即停止使用我们的产品 - - 如您对上述内容有任何疑问,可与我们电话联系[{{store.store_tel}}] + 您好,为了向您提供更优质的服务,在您使用本小程序服务前,请认真阅读《用户服务协议》和《隐私政策》条款,我们需要在征得您的同意后依法收集并使用相关信息,包括:我们会在您开启位置权限后访问获取您的位置信息,根据您的位置信息提供更契合您需求的页面展示及服务,如推荐距离您最近的售卖门店。 @@ -24,7 +18,7 @@ diff --git a/components/privacy_pop/privacy_pop.wxss b/components/privacy_pop/privacy_pop.wxss index 19556cf..c4230c4 100644 --- a/components/privacy_pop/privacy_pop.wxss +++ b/components/privacy_pop/privacy_pop.wxss @@ -1,18 +1,18 @@ @import '../../app.wxss'; .privacy_view{ - position: fixed; z-index: 110000; background-color: #fff; + position: fixed; z-index: 220000; background-color: #fff; left:50%;top: 50%;border-radius: 10rpx; width: 640rpx;margin-left: -320rpx; - height:940rpx;margin-top: -470rpx; + height:780rpx;margin-top: -380rpx; } .pri_title{ color:#333;text-align: center;font-size: 30rpx; margin: 20rpx 0; } .pri_content{ - border: 1rpx solid #eee; color:#666; height: 560rpx;width: 600rpx; margin: 0 auto; font-size: 26rpx; + border: 1rpx solid #eee; color:#666; height: 430rpx;width: 600rpx; margin: 0 auto; font-size: 26rpx; } -.pri_content_p{ width: 560rpx;display: block; margin-top: 20rpx;margin-left: 20rpx;} -.pri_btn{width: 600rpx; margin: 0 auto;margin-top: 20rpx} +.pri_content_p{ width: 560rpx;display: block; margin-top: 20rpx;margin-left: 20rpx; line-height: 48rpx;letter-spacing:5rpx } +.pri_btn{width: 600rpx; margin: 0 auto;margin-top: 30rpx} .gray {color: #767f8e;} .continue_btn{ width: 600rpx; -- libgit2 0.21.4