style: 文案间距

This commit is contained in:
2025-11-27 11:36:50 +08:00
parent d431e0585b
commit cc365990e8

View File

@@ -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;
} }
@@ -814,6 +814,9 @@ export default defineComponent({
padding-top: 0; padding-top: 0;
justify-content: flex-end; justify-content: flex-end;
} }
li{
font-size: 1.6rem;
}
} }
} }
} }