diff --git a/pages/summer-camp.vue b/pages/summer-camp.vue index 6991b5e..9f4f615 100644 --- a/pages/summer-camp.vue +++ b/pages/summer-camp.vue @@ -118,7 +118,11 @@
{{ String(i + 1).padStart(2, '0') }}
-

{{ p }}

+ +

{{ p }}

@@ -399,6 +403,13 @@ const campFAQ = computed(() => camp.value?.faq || []) font-weight: @font-weight-medium; } +.principle-desc { + margin-top: @space-xs; + font-size: @font-size-sm; + color: @color-text-secondary; + line-height: 1.6; +} + // 行程概览 .itinerary-list { max-width: 800px;