feat: 免费时间改为7天
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
{ yearl: monthlyOrYearly == 'yearl' },
|
{ yearl: monthlyOrYearly == 'yearl' },
|
||||||
{ personal: item.type === 'personal' }
|
{ personal: item.type === 'personal' }
|
||||||
]"
|
]"
|
||||||
style="white-space: nowrap;"
|
style="white-space: nowrap"
|
||||||
>
|
>
|
||||||
{{ item?.detail }}
|
{{ item?.detail }}
|
||||||
</span>
|
</span>
|
||||||
@@ -111,7 +111,7 @@ export default defineComponent({
|
|||||||
type: 'personal',
|
type: 'personal',
|
||||||
info: '您的AI时尚设计助手',
|
info: '您的AI时尚设计助手',
|
||||||
price: 'HK$0',
|
price: 'HK$0',
|
||||||
detail: '自注册之日起 5 天内 · 50 个积分',
|
detail: '自注册之日起 7 天内 · 50 个积分',
|
||||||
highlight: '',
|
highlight: '',
|
||||||
discounts: '9折优惠',
|
discounts: '9折优惠',
|
||||||
detailList: [
|
detailList: [
|
||||||
@@ -190,7 +190,7 @@ export default defineComponent({
|
|||||||
type: 'personal',
|
type: 'personal',
|
||||||
info: '您的AI时尚设计助手',
|
info: '您的AI时尚设计助手',
|
||||||
price: 'HK$0',
|
price: 'HK$0',
|
||||||
detail: '自注册之日起 5 天内 · 50 个积分',
|
detail: '自注册之日起 7 天内 · 50 个积分',
|
||||||
highlight: '',
|
highlight: '',
|
||||||
discounts: '9折优惠',
|
discounts: '9折优惠',
|
||||||
detailList: [
|
detailList: [
|
||||||
@@ -255,7 +255,7 @@ export default defineComponent({
|
|||||||
type: 'personal',
|
type: 'personal',
|
||||||
info: 'Your AI Fashion Design Assistant',
|
info: 'Your AI Fashion Design Assistant',
|
||||||
price: 'HK$0',
|
price: 'HK$0',
|
||||||
detail: '5 days from sign-up · 50 credits',
|
detail: '7 days from sign-up · 50 credits',
|
||||||
highlight: '',
|
highlight: '',
|
||||||
discounts: '10% off',
|
discounts: '10% off',
|
||||||
detailList: [
|
detailList: [
|
||||||
@@ -334,7 +334,7 @@ export default defineComponent({
|
|||||||
type: 'personal',
|
type: 'personal',
|
||||||
info: 'Your AI Fashion Design Assistant',
|
info: 'Your AI Fashion Design Assistant',
|
||||||
price: 'HK$0',
|
price: 'HK$0',
|
||||||
detail: '5 days from sign-up · 50 credits',
|
detail: '7 days from sign-up · 50 credits',
|
||||||
highlight: '',
|
highlight: '',
|
||||||
discounts: '10% off',
|
discounts: '10% off',
|
||||||
detailList: [
|
detailList: [
|
||||||
@@ -541,6 +541,7 @@ export default defineComponent({
|
|||||||
position: relative;
|
position: relative;
|
||||||
--selectPadding: 0.58rem;
|
--selectPadding: 0.58rem;
|
||||||
padding: var(--selectPadding);
|
padding: var(--selectPadding);
|
||||||
|
transform: scale(1.05);
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
--selectPadding: 0.36rem;
|
--selectPadding: 0.36rem;
|
||||||
border-radius: 0.58rem;
|
border-radius: 0.58rem;
|
||||||
@@ -551,7 +552,7 @@ export default defineComponent({
|
|||||||
left: var(--selectPadding);
|
left: var(--selectPadding);
|
||||||
}
|
}
|
||||||
> .leftText {
|
> .leftText {
|
||||||
color: #000;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.right {
|
&.right {
|
||||||
@@ -559,11 +560,12 @@ export default defineComponent({
|
|||||||
left: calc(50% + var(--selectPadding));
|
left: calc(50% + var(--selectPadding));
|
||||||
}
|
}
|
||||||
> .rightText {
|
> .rightText {
|
||||||
color: #000;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .bg {
|
> .bg {
|
||||||
border: 0.7px solid #e7ebff;
|
border: 0.7px solid #e7ebff;
|
||||||
|
border-radius: 0.5rem;
|
||||||
box-shadow: 0px 4.35px 26.08px 0px #b5c2fb1a;
|
box-shadow: 0px 4.35px 26.08px 0px #b5c2fb1a;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
width: calc(50% - var(--selectPadding) * 2);
|
width: calc(50% - var(--selectPadding) * 2);
|
||||||
@@ -571,6 +573,12 @@ export default defineComponent({
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
|
&.left,
|
||||||
|
&.right {
|
||||||
|
.bg {
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
}
|
||||||
> .leftText,
|
> .leftText,
|
||||||
> .rightText {
|
> .rightText {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user