1.测试优化

master
sws 2023-11-07 17:48:50 +08:00
parent b874920695
commit 0cc8a80e0c
1 changed files with 6 additions and 5 deletions

View File

@ -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;