活动部署

This commit is contained in:
X1627315083
2025-03-30 22:26:15 +08:00
parent cf8caedc58
commit 10d278b2de
4 changed files with 19 additions and 3 deletions

View File

@@ -157,6 +157,7 @@
</div>
<span class="inputShowText" ref="inputShowText"></span>
</div>
{{ workspace?.allKeywordsByStyle }}
<div class="search_keyword" v-if="workspace?.allKeywordsByStyle" v-show="isInputFocus" @click.stop="">
<div class="search_keyword_center" >
<div class="search_keyword_center_left">

View File

@@ -35,7 +35,8 @@
<div class="price_box">
<div class="price">
<sub>$</sub>
{{ current?.price[current?.type] }} <span>{{ current?.unit[current?.type] }}</span>
{{ current?.price[current?.type] }}
<span>{{ current?.unit[current?.type] }}</span>
</div>
<div class="type" v-if="current.typeList.length > 1">
<label>
@@ -72,6 +73,7 @@
</label>
</div>
</div>
<div class="activity">{{ $t('Renew.activity1') }}</div>
<div class="gallery_btn gallery_btn_radius" @click="payment">{{ $t('Renew.SubscribeNow') }}</div>
</div>
<div
@@ -138,8 +140,8 @@ export default defineComponent({
return {
title:t('Renew.PersonalVersion'),
price:{
monthly:'500',
year:'5,000',
monthly:'400',
year:'4,000',
},
unit:{
monthly:t('Renew.HKDMonth'),
@@ -313,6 +315,17 @@ export default defineComponent({
flex: 1;
justify-content: space-between;
margin-bottom: 3rem;
position: relative;
}
.activity{
position: absolute;
top: 0;
background: linear-gradient(88.13deg, #fbd2ff .91%, #e6d3ff 52.5%, #b694ff 101.09%);
border-radius: 0 2.8rem 0 1rem;
font-size: 2.4rem;
font-weight: 600;
padding: 1.5rem 2rem;
right: 0;
}
.price{
font-size: 6rem;

View File

@@ -681,6 +681,7 @@ export default {
PersonalVersion:'个人版',
HKDMonth:'HKD / 月',
HKDYear:'HKD / 年',
activity1:'限时优惠,仅限今日!',
},
cancelRenewal:{
cancelling:'您取消AiDA的原因是什么',

View File

@@ -680,6 +680,7 @@ export default {
PersonalVersion:'Personal version',
HKDMonth:'HKD / Month',
HKDYear:'HKD / Year',
activity1:'Limited time offer, today only!',
},
cancelRenewal:{
cancelling:'What is your reason for cancelling AiDA?',