Compare commits

3 Commits

Author SHA1 Message Date
b800ca6b74 style: 文案间距 2025-11-27 11:39:27 +08:00
4a4afc4b10 style: 价格标签间距 2025-11-27 11:39:19 +08:00
26a55cea1d bugfix: 年度订阅按钮 2025-11-27 11:39:12 +08:00

View File

@@ -204,7 +204,7 @@ export default defineComponent({
'支持草图创意和设计灵感教学', '支持草图创意和设计灵感教学',
'基础3D设计功能' '基础3D设计功能'
], ],
btn: '立即开始' btn: '订阅'
}, },
{ {
title: '教育版', title: '教育版',
@@ -348,7 +348,7 @@ export default defineComponent({
'Suitable for Individual Creator, Independent Designers and Fun for all Fashion Lovers', 'Suitable for Individual Creator, Independent Designers and Fun for all Fashion Lovers',
'Customer and Technical Support' 'Customer and Technical Support'
], ],
btn: 'Get Started' btn: 'Subscribe'
}, },
{ {
title: 'Academic', title: 'Academic',
@@ -655,7 +655,6 @@ export default defineComponent({
font-weight: 400; font-weight: 400;
font-size: 1.4rem; font-size: 1.4rem;
color: #797878; color: #797878;
margin-bottom: 1.2rem;
font-family: 'pingfang_regular'; font-family: 'pingfang_regular';
&.academic { &.academic {
margin-bottom: 0.4rem; margin-bottom: 0.4rem;
@@ -697,6 +696,7 @@ export default defineComponent({
font-size: 3.6rem; font-size: 3.6rem;
letter-spacing: -0.06rem; letter-spacing: -0.06rem;
color: #1b223c; color: #1b223c;
margin: 0.3rem 0;
@media (max-width: 767px) { @media (max-width: 767px) {
font-size: 3.14rem; font-size: 3.14rem;
} }
@@ -817,6 +817,9 @@ export default defineComponent({
padding-top: 0; padding-top: 0;
justify-content: flex-end; justify-content: flex-end;
} }
li{
font-size: 1.6rem;
}
} }
} }
} }