添加购买订阅不允许退款小字声明

This commit is contained in:
X1627315083@163.com
2026-05-27 13:20:27 +08:00
parent 2adbfa9fff
commit 3df8b19c7e
5 changed files with 37 additions and 8 deletions

View File

@@ -233,7 +233,7 @@
{{ $t('upgradePlan.Continue') }}
</div>
<div class="payMethod_payAffirm_clause" ref="labelDisclaimer">
<label>
<label class="clause">
<!-- <input type="checkbox" v-model="clause" /> -->
<span class="generalModelDescription">
{{ $t('upgradePlan.policy') }}
@@ -251,6 +251,7 @@
{{ $t('upgradePlan.policy2') }}
</a>
<!-- . * -->
{{ $t('upgradePlan.statement') }}
</span>
</label>
<label class="secure">
@@ -861,6 +862,7 @@ export default defineComponent({
display: flex;
flex-direction: column;
align-items: center;
color: #8A8A8A;
label {
input {
margin-right: 1rem;
@@ -871,18 +873,22 @@ export default defineComponent({
vertical-align: top;
font-size: 1.4rem;
a {
color: #000;
color: #8A8A8A;
text-decoration: underline;
}
}
}
> .clause{
margin-top: 2rem;
text-align: left;
}
> .secure {
border: 1px solid #ededed;
background: #f1fbf9;
color: #1cb36c;
padding: 0.4rem 0.8rem;
border-radius: 0.5rem;
margin-top: 4rem;
margin-top: 2rem;
> span {
display: flex;
align-items: center;