website-client-Nigeria/src/pages/protocol/components/privacy-policy/zh-page.vue

103 lines
2.8 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="wrap">
<p style="margin-top:15.6pt; margin-bottom:15.6pt; text-align:center; font-size:27px; font-weight:bold">隐私声明</p>
<p>
<strong>隐私政策范围</strong>
<br>
<br>
<span>本隐私政策适用于登录本站并留下个人身份信息的用户</span>
<br><br>
<strong>信息的收集内容</strong>
<br><br>
当您在我们的网站注册使用其他公司的产品或服务访问公司网站时我们会收集您的
个人信息包括姓名电话号码邮政编码地址本公司将自动接收并记录您的浏览器
和服务器日志信息包括但不限于您的IP地址本站Cookie信息及您的网页浏览历史记录
<br><br><strong>信息的使用与保护</strong>
<br><br><span>公司将收集的上述信息内容用于</span>
<br><br><span>1.向客户发送产品和服务</span>
<br><br><span>2.为客户设计并提供售后指导服务</span>
<br><br><span>3.提供其他服务根据您的情况可能增加或减少部分内容</span>
<br><br><strong>公司将对其持有的客户数据进行保密除非</strong>
<br><br><span>1.获得您的同意分享这些信息</span>
<br><br><span>2.仅为提供您所请求的产品和服务而披露您的个人信息</span>
<br><br><span>3.根据法律要求有权机构执行法律或遵守法律指令但公司将提供适当的司法管辖区</span>
<br><br><span>4.在紧急情况下,为了保护用户和公众的利益</span>
<br><br><span>5.其他公司在需要的情况下必须公开编辑或披露个人信息</span>
<br><br><strong>隐私政策的修订</strong>
<br><br><span>本网站保留对隐私政策进行修改的权利</span>
</p>
</div>
</template>
<style lang="scss" scoped>
p {
font-family: "Microsoft YaHei" !important;
word-break: break-word;
font-size: 16px;
color: #000000;
@media (min-width:2000px) {
font-size: 18px;
}
}
strong {
color: #000000;
font-family: "Microsoft YaHei" !important;
}
a {
font-family: "Microsoft YaHei" !important;
color: #0000FF;
text-decoration: underline;
cursor: pointer;
}
.subTitle {
font-size: 20px;
}
.wrap {
padding: 50px 30px;
max-width: 1200px;
margin: 0 auto;
}
.wrap .sub-title {
font-weight: bold;
}
.wrap .list {
font-size: 16px;
font-weight: bold;
color: #0563c1;
}
.wrap .list a {
margin-left: 20px;
}
.wrap .title {
margin-top: 20px;
margin-bottom: 20px;
line-height: 1.5;
font-size: 20px;
}
.wrap .title a {
margin-left: 10px;
text-decoration: none;
}
.wrap table {
border-left: 1px solid #000000;
border-top: 1px solid #000000;
}
.wrap table td,
.wrap table th {
padding: 10px;
border-right: 1px solid;
border-bottom: 1px solid;
}
</style>