提交 ab80ec46 编写于 作者: M mahaifeng

[privacy]解决ios边距白边的问题

上级 c10a5788
<template>
<view class="dialog-container">
<view class="dialog-content">
<view style="width: 100%;justify-content: center;align-items: center;">
<view style="width: 100%;justify-content: center;align-items: center;background-color: #fff;">
<image src="../image/logo.png" style="margin-top: 25px;width: 60px;height: 60px;"></image>
</view>
<text style="text-align: center;margin-top: 20px;font-size: 20px;color: black;"> 个人信息保护指引</text>
<scroll-view style="flex: 1;align-content: center;margin-top: 10px;margin-left: 25px;margin-right: 25px;"
<text style="text-align: center;padding-top: 20px;font-size: 20px;color: black;background-color: #fff;"> 个人信息保护指引</text>
<scroll-view style="flex: 1;align-content: center;padding-top: 10px;padding-left: 25px;padding-right: 25px;background-color: #fff;"
show-scrollbar="false">
<rich-text style="font-size: 14px;color: red;" :nodes="htmlString" @itemclick="itemClick"></rich-text>
</scroll-view>
......@@ -69,7 +69,7 @@
.dialog-content {
height: 60%;
width: 80%;
background-color: #fff;
/* background-color: #fff; */
border-radius: 12px;
}
......@@ -80,7 +80,7 @@
.button {
border: 0px;
border-radius: 0px;
font-size: 20px;
font-size: 15px;
color: lightgrey;
text-align: center;
line-height: 40px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册