7 changed files with 93 additions and 3 deletions
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"navigationBarTitleText": "个人信息及隐私保护政策", |
||||||
|
"usingComponents": { |
||||||
|
"navbar": "/components/navbar/index", |
||||||
|
"mp-html": "mp-html" |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,64 @@ |
|||||||
|
.privacy-page { |
||||||
|
min-height: 100vh; |
||||||
|
background: #f8fafa; |
||||||
|
padding: 32rpx; |
||||||
|
box-sizing: border-box; |
||||||
|
|
||||||
|
.content { |
||||||
|
background: #fff; |
||||||
|
border-radius: 16rpx; |
||||||
|
padding: 40rpx 32rpx; |
||||||
|
font-size: 28rpx; |
||||||
|
line-height: 1.8; |
||||||
|
color: #333; |
||||||
|
|
||||||
|
rich-text { |
||||||
|
display: block; |
||||||
|
|
||||||
|
h2 { |
||||||
|
font-size: 36rpx; |
||||||
|
font-weight: 600; |
||||||
|
color: #333; |
||||||
|
margin: 48rpx 0 24rpx; |
||||||
|
line-height: 1.4; |
||||||
|
|
||||||
|
&:first-child { |
||||||
|
margin-top: 0; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
h3 { |
||||||
|
font-size: 32rpx; |
||||||
|
font-weight: 600; |
||||||
|
color: #333; |
||||||
|
margin: 32rpx 0 16rpx; |
||||||
|
line-height: 1.4; |
||||||
|
} |
||||||
|
|
||||||
|
p { |
||||||
|
margin: 16rpx 0; |
||||||
|
text-align: justify; |
||||||
|
} |
||||||
|
|
||||||
|
ul, ol { |
||||||
|
margin: 16rpx 0; |
||||||
|
padding-left: 40rpx; |
||||||
|
} |
||||||
|
|
||||||
|
li { |
||||||
|
margin: 8rpx 0; |
||||||
|
} |
||||||
|
|
||||||
|
strong { |
||||||
|
font-weight: 600; |
||||||
|
color: #333; |
||||||
|
} |
||||||
|
|
||||||
|
hr { |
||||||
|
border: none; |
||||||
|
border-top: 1rpx solid #e5e5e5; |
||||||
|
margin: 32rpx 0; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue