|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <view class="default_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
|
|
|
|
|
|
|
+ <view class="default_page" :style="{'padding-top':mt+'px'}">
|
|
|
<cus-header title='隐私政策'></cus-header>
|
|
<cus-header title='隐私政策'></cus-header>
|
|
|
<u-parse :content="content"></u-parse>
|
|
<u-parse :content="content"></u-parse>
|
|
|
</view>
|
|
</view>
|
|
@@ -151,5 +151,6 @@ font-family:"Microsoft JhengHei UI",sans-serif'> </span></b></p>
|
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
|
padding: 50rpx 30rpx;
|
|
padding: 50rpx 30rpx;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|