活动部署
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -681,6 +681,7 @@ export default {
|
||||
PersonalVersion:'个人版',
|
||||
HKDMonth:'HKD / 月',
|
||||
HKDYear:'HKD / 年',
|
||||
activity1:'限时优惠,仅限今日!',
|
||||
},
|
||||
cancelRenewal:{
|
||||
cancelling:'您取消AiDA的原因是什么?',
|
||||
|
||||
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user