feat: 免费时间改为7天
This commit is contained in:
@@ -32,14 +32,14 @@
|
|||||||
<div class="info" :class="{ academic: item.type == 'academic' }">
|
<div class="info" :class="{ academic: item.type == 'academic' }">
|
||||||
{{ item?.info }}
|
{{ item?.info }}
|
||||||
</div>
|
</div>
|
||||||
<div class="price " v-if="item.type != 'academic'">
|
<div class="price" v-if="item.type != 'academic'">
|
||||||
<div>{{ item?.price }}</div>
|
<div>{{ item?.price }}</div>
|
||||||
<span
|
<span
|
||||||
:class="[
|
:class="[
|
||||||
{ 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;
|
||||||
@@ -634,7 +642,7 @@ export default defineComponent({
|
|||||||
border-radius: 1.3rem;
|
border-radius: 1.3rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 2.8rem;
|
margin-bottom: 2.8rem;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
padding-bottom: 1.3rem;
|
padding-bottom: 1.3rem;
|
||||||
}
|
}
|
||||||
.product_signUp_box {
|
.product_signUp_box {
|
||||||
@@ -727,7 +735,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
// margin-left: 0.7rem;
|
// margin-left: 0.7rem;
|
||||||
// margin-bottom: 1rem;
|
// margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
@@ -759,9 +767,9 @@ export default defineComponent({
|
|||||||
border-top-right-radius: 1.1rem;
|
border-top-right-radius: 1.1rem;
|
||||||
border-bottom-left-radius: 0.4rem;
|
border-bottom-left-radius: 0.4rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 2.5rem;
|
line-height: 2.5rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
width: 9rem;
|
width: 9rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.product_detail {
|
.product_detail {
|
||||||
@@ -869,7 +877,7 @@ export default defineComponent({
|
|||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
&.chinese{
|
&.chinese {
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
|
|||||||
Reference in New Issue
Block a user