活动部署
This commit is contained in:
@@ -157,6 +157,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<span class="inputShowText" ref="inputShowText"></span>
|
<span class="inputShowText" ref="inputShowText"></span>
|
||||||
</div>
|
</div>
|
||||||
|
{{ workspace?.allKeywordsByStyle }}
|
||||||
<div class="search_keyword" v-if="workspace?.allKeywordsByStyle" v-show="isInputFocus" @click.stop="">
|
<div class="search_keyword" v-if="workspace?.allKeywordsByStyle" v-show="isInputFocus" @click.stop="">
|
||||||
<div class="search_keyword_center" >
|
<div class="search_keyword_center" >
|
||||||
<div class="search_keyword_center_left">
|
<div class="search_keyword_center_left">
|
||||||
|
|||||||
@@ -35,7 +35,8 @@
|
|||||||
<div class="price_box">
|
<div class="price_box">
|
||||||
<div class="price">
|
<div class="price">
|
||||||
<sub>$</sub>
|
<sub>$</sub>
|
||||||
{{ current?.price[current?.type] }} <span>{{ current?.unit[current?.type] }}</span>
|
{{ current?.price[current?.type] }}
|
||||||
|
<span>{{ current?.unit[current?.type] }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="type" v-if="current.typeList.length > 1">
|
<div class="type" v-if="current.typeList.length > 1">
|
||||||
<label>
|
<label>
|
||||||
@@ -72,6 +73,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="activity">{{ $t('Renew.activity1') }}</div>
|
||||||
<div class="gallery_btn gallery_btn_radius" @click="payment">{{ $t('Renew.SubscribeNow') }}</div>
|
<div class="gallery_btn gallery_btn_radius" @click="payment">{{ $t('Renew.SubscribeNow') }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@@ -138,8 +140,8 @@ export default defineComponent({
|
|||||||
return {
|
return {
|
||||||
title:t('Renew.PersonalVersion'),
|
title:t('Renew.PersonalVersion'),
|
||||||
price:{
|
price:{
|
||||||
monthly:'500',
|
monthly:'400',
|
||||||
year:'5,000',
|
year:'4,000',
|
||||||
},
|
},
|
||||||
unit:{
|
unit:{
|
||||||
monthly:t('Renew.HKDMonth'),
|
monthly:t('Renew.HKDMonth'),
|
||||||
@@ -313,6 +315,17 @@ export default defineComponent({
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 3rem;
|
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{
|
.price{
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
|
|||||||
@@ -681,6 +681,7 @@ export default {
|
|||||||
PersonalVersion:'个人版',
|
PersonalVersion:'个人版',
|
||||||
HKDMonth:'HKD / 月',
|
HKDMonth:'HKD / 月',
|
||||||
HKDYear:'HKD / 年',
|
HKDYear:'HKD / 年',
|
||||||
|
activity1:'限时优惠,仅限今日!',
|
||||||
},
|
},
|
||||||
cancelRenewal:{
|
cancelRenewal:{
|
||||||
cancelling:'您取消AiDA的原因是什么?',
|
cancelling:'您取消AiDA的原因是什么?',
|
||||||
|
|||||||
@@ -680,6 +680,7 @@ export default {
|
|||||||
PersonalVersion:'Personal version',
|
PersonalVersion:'Personal version',
|
||||||
HKDMonth:'HKD / Month',
|
HKDMonth:'HKD / Month',
|
||||||
HKDYear:'HKD / Year',
|
HKDYear:'HKD / Year',
|
||||||
|
activity1:'Limited time offer, today only!',
|
||||||
},
|
},
|
||||||
cancelRenewal:{
|
cancelRenewal:{
|
||||||
cancelling:'What is your reason for cancelling AiDA?',
|
cancelling:'What is your reason for cancelling AiDA?',
|
||||||
|
|||||||
Reference in New Issue
Block a user