diff --git a/src/assets/img.zip b/src/assets/img.zip new file mode 100644 index 0000000..c331ef1 Binary files /dev/null and b/src/assets/img.zip differ diff --git a/src/components/CardTitle/index.vue b/src/components/CardTitle/index.vue index 2557712..520f3fc 100644 --- a/src/components/CardTitle/index.vue +++ b/src/components/CardTitle/index.vue @@ -23,7 +23,7 @@ const props = defineProps({ justify-content: space-between; background: #f9f9f9; .title { - font-size: 16px; + font-size: 22px; font-family: DFPYuanW7-GB; font-weight: 400; color: #000000; @@ -33,7 +33,7 @@ const props = defineProps({ } } .en { - font-size: 8px; + font-size: 14px; font-family: 'ZonaPro'; font-weight: bold; color: #929292; diff --git a/src/components/Intro/index.vue b/src/components/Intro/index.vue index c27d296..6573edb 100644 --- a/src/components/Intro/index.vue +++ b/src/components/Intro/index.vue @@ -24,7 +24,7 @@ const props = defineProps({ .title { display: flex; align-items: center; - font-size: 15px; + font-size: 19px; font-family: Alibaba PuHuiTi; font-weight: bold; color: #000000; @@ -41,7 +41,8 @@ const props = defineProps({ } } .desc { - font-size: 12px; + font-size: 18px; + line-height: 26px; font-family: Alibaba PuHuiTi; font-weight: 300; color: #aaaaaa; diff --git a/src/components/Paragraph/index.vue b/src/components/Paragraph/index.vue index 88fb230..76e13d8 100644 --- a/src/components/Paragraph/index.vue +++ b/src/components/Paragraph/index.vue @@ -15,7 +15,7 @@ const props = defineProps({