diff --git a/src/assets/water/cjb.png b/src/assets/water/cjb.png index f38efa8..5ad8bb4 100644 Binary files a/src/assets/water/cjb.png and b/src/assets/water/cjb.png differ diff --git a/src/components/AboutSection.vue b/src/components/AboutSection.vue index 610a091..538835f 100644 --- a/src/components/AboutSection.vue +++ b/src/components/AboutSection.vue @@ -3,10 +3,12 @@

{{ title }}

-

{{ description }}

+

+ {{ description }} +

@@ -23,7 +25,6 @@ function goWaterlife() { }) } - const props = defineProps({ targetPath: { type: String, @@ -119,7 +120,6 @@ const props = defineProps({ line-height: 1.8; margin-bottom: 30px; color: #444; - font-style: italic; } .hero-btn { @@ -151,40 +151,24 @@ const props = defineProps({ /* 响应式设计 */ @media (max-width: 768px) { .hero-section { - height: 400px; - } - - .hero-content { - padding: 30px 20px; - margin: 0 15px; - } - - .hero-title { - font-size: 2rem; - } - - .hero-description { - font-size: 1.1rem; - } -} - -@media (max-width: 480px) { - .hero-section { - /* 手机视图下的高度 */ height: 500px; } + .hero-content { + padding: 10px 10px; + max-width: 100%; + margin: 0; + } + .hero-title { - font-size: 1.8rem; + font-size: 1.6rem; + margin-bottom: 10px; } .hero-description { - font-size: 1rem; - } - - .hero-btn { - padding: 10px 20px; - font-size: 1rem; + font-size: 0.9rem; + line-height: 1.8; + margin-bottom: 10px; } } diff --git a/src/components/AboutSectionDiffMobile.vue b/src/components/AboutSectionDiffMobile.vue new file mode 100644 index 0000000..c823d10 --- /dev/null +++ b/src/components/AboutSectionDiffMobile.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 9cc7617..de75b21 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -4,8 +4,6 @@
{{ $t('company.name') }} - -
- {{ $t('pages.store.name') }} + + -