feat: 免费时间改为7天

This commit is contained in:
2026-01-05 15:25:26 +08:00
parent 780270882e
commit 9c9b219f3b

View File

@@ -32,14 +32,14 @@
<div class="info" :class="{ academic: item.type == 'academic' }">
{{ item?.info }}
</div>
<div class="price " v-if="item.type != 'academic'">
<div class="price" v-if="item.type != 'academic'">
<div>{{ item?.price }}</div>
<span
:class="[
{ yearl: monthlyOrYearly == 'yearl' },
{ personal: item.type === 'personal' }
]"
style="white-space: nowrap;"
style="white-space: nowrap"
>
{{ item?.detail }}
</span>
@@ -111,7 +111,7 @@ export default defineComponent({
type: 'personal',
info: '您的AI时尚设计助手',
price: 'HK$0',
detail: '自注册之日起 5 天内 · 50 个积分',
detail: '自注册之日起 7 天内 · 50 个积分',
highlight: '',
discounts: '9折优惠',
detailList: [
@@ -190,7 +190,7 @@ export default defineComponent({
type: 'personal',
info: '您的AI时尚设计助手',
price: 'HK$0',
detail: '自注册之日起 5 天内 · 50 个积分',
detail: '自注册之日起 7 天内 · 50 个积分',
highlight: '',
discounts: '9折优惠',
detailList: [
@@ -255,7 +255,7 @@ export default defineComponent({
type: 'personal',
info: 'Your AI Fashion Design Assistant',
price: 'HK$0',
detail: '5 days from sign-up · 50 credits',
detail: '7 days from sign-up · 50 credits',
highlight: '',
discounts: '10% off',
detailList: [
@@ -334,7 +334,7 @@ export default defineComponent({
type: 'personal',
info: 'Your AI Fashion Design Assistant',
price: 'HK$0',
detail: '5 days from sign-up · 50 credits',
detail: '7 days from sign-up · 50 credits',
highlight: '',
discounts: '10% off',
detailList: [
@@ -541,6 +541,7 @@ export default defineComponent({
position: relative;
--selectPadding: 0.58rem;
padding: var(--selectPadding);
transform: scale(1.05);
@media (max-width: 767px) {
--selectPadding: 0.36rem;
border-radius: 0.58rem;
@@ -551,7 +552,7 @@ export default defineComponent({
left: var(--selectPadding);
}
> .leftText {
color: #000;
color: #fff;
}
}
&.right {
@@ -559,11 +560,12 @@ export default defineComponent({
left: calc(50% + var(--selectPadding));
}
> .rightText {
color: #000;
color: #fff;
}
}
> .bg {
border: 0.7px solid #e7ebff;
border-radius: 0.5rem;
box-shadow: 0px 4.35px 26.08px 0px #b5c2fb1a;
background: #ffffff;
width: calc(50% - var(--selectPadding) * 2);
@@ -571,6 +573,12 @@ export default defineComponent({
position: absolute;
transition: all 0.3s;
}
&.left,
&.right {
.bg {
background-color: #000;
}
}
> .leftText,
> .rightText {
cursor: pointer;
@@ -634,7 +642,7 @@ export default defineComponent({
border-radius: 1.3rem;
margin: 0;
margin-bottom: 2.8rem;
padding: 2rem;
padding: 2rem;
padding-bottom: 1.3rem;
}
.product_signUp_box {
@@ -727,7 +735,7 @@ export default defineComponent({
}
@media (max-width: 767px) {
font-size: 1.2rem;
margin-top: 1rem;
margin-top: 1rem;
// margin-left: 0.7rem;
// margin-bottom: 1rem;
}
@@ -759,9 +767,9 @@ export default defineComponent({
border-top-right-radius: 1.1rem;
border-bottom-left-radius: 0.4rem;
font-size: 1rem;
line-height: 2.5rem;
font-weight: 500;
width: 9rem;
line-height: 2.5rem;
font-weight: 500;
width: 9rem;
}
}
.product_detail {
@@ -869,7 +877,7 @@ export default defineComponent({
padding-top: 2rem;
justify-content: flex-end;
margin-bottom: 0;
&.chinese{
&.chinese {
justify-content: space-evenly;
}
li {