1.测试优化
parent
b874920695
commit
0cc8a80e0c
|
|
@ -1,15 +1,13 @@
|
|||
<template>
|
||||
<view :class="theme_view">
|
||||
<view class="agreement-page bs-bb">
|
||||
<view class="agreement-page bs-bb pr">
|
||||
<view class="agreement-content border-radius-main bg-white" v-if="is_show_privacy">
|
||||
<view class="tc">
|
||||
<image class="logo circle auto dis-block margin-bottom-lg br" :src="logo" mode="widthFix"></image>
|
||||
<view class="cr-base fw-b text-size-lg">{{ title }}温馨提示</view>
|
||||
</view>
|
||||
<view class="margin-top-lg text-size-sm cr-base content-desc">
|
||||
<block v-if="(content || null) == null">
|
||||
尊敬的用户、为了向您提供更优质的服务,在您使用{{ title }}小程序前,您需要通过点击【同意】并阅读以下协议内容以表示您充分知悉、理解并同意本温馨提示的相关协议的各项规则,包括我们会在您开启的位置信息提供更契合您需求的页面展示、产品或服务,比如首页向您推荐商品或相关门店及排行榜信息。
|
||||
</block>
|
||||
<block v-if="(content || null) == null"> 尊敬的用户、为了向您提供更优质的服务,在您使用{{ title }}小程序前,您需要通过点击【同意】并阅读以下协议内容以表示您充分知悉、理解并同意本温馨提示的相关协议的各项规则,包括我们会在您开启的位置信息提供更契合您需求的页面展示、产品或服务,比如首页向您推荐商品或相关门店及排行榜信息。 </block>
|
||||
<block v-else>{{ content }}</block>
|
||||
</view>
|
||||
<view class="cr-blue margin-top-lg">
|
||||
|
|
@ -100,8 +98,11 @@
|
|||
padding: 40rpx;
|
||||
}
|
||||
.agreement-content {
|
||||
margin-top: 30%;
|
||||
padding: 40rpx;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: calc(100% - 160rpx);
|
||||
}
|
||||
.agreement-content .logo {
|
||||
width: 160rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue