43 changed files with 282 additions and 128 deletions
@ -1 +1,5 @@
@@ -1 +1,5 @@
|
||||
/**app.wxss**/ |
||||
|
||||
view { |
||||
--nav-bar-title-font-size: 36rpx; |
||||
} |
||||
|
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
.page{ |
||||
padding: 0 40rpx; |
||||
.mp-html{ |
||||
padding: 20rpx 40rpx; |
||||
} |
||||
|
File diff suppressed because one or more lines are too long
@ -1,5 +1,17 @@
@@ -1,5 +1,17 @@
|
||||
<van-tabs active="{{ active }}" color="#B982FF" sticky swipeable bind:change="onChange"> |
||||
<van-tab title="隐私政策"><mp-html content="{{doc1}}"></mp-html></van-tab> |
||||
<van-tab title="用户协议"><mp-html content="{{doc2}}"></mp-html></van-tab> |
||||
<van-tab title="个人信息共享知情同意书"><mp-html content="{{doc3}}"></mp-html></van-tab> |
||||
<van-tab title="隐私政策"> |
||||
<view class="mp-html"> |
||||
<mp-html content="{{doc1}}"></mp-html> |
||||
</view> |
||||
</van-tab> |
||||
<van-tab title="用户协议"> |
||||
<view class="mp-html"> |
||||
<mp-html content="{{doc2}}"></mp-html> |
||||
</view> |
||||
</van-tab> |
||||
<van-tab title="个人信息共享知情同意书"> |
||||
<view class="mp-html"> |
||||
<mp-html content="{{doc3}}"></mp-html> |
||||
</view> |
||||
</van-tab> |
||||
</van-tabs> |
||||
|
After Width: | Height: | Size: 333 KiB |
After Width: | Height: | Size: 414 B |
Loading…
Reference in new issue