-
-

-
@@ -40,14 +33,5 @@ defineExpose({})
width: 100%;
height: 100%;
position: relative;
- > .bg{
- width: 100%;
- position: fixed;
- z-index: -1;
- top: 0;
- > img{
- width: 100%;
- }
- }
}
diff --git a/src/pages/about-us/mission.vue b/src/pages/about-us/mission.vue
index 4782684..593a6f4 100644
--- a/src/pages/about-us/mission.vue
+++ b/src/pages/about-us/mission.vue
@@ -150,12 +150,11 @@ const {} = toRefs(data);
> .img-item{
margin: 10px;
// width: 1120px;
- width: 340px;
- height: 503px;
position: relative;
+ aspect-ratio: 165 / 244;
+ width: 25%;
@media (max-width: 1000px) {
width: 100%;
- aspect-ratio: 165 / 244;
}
> h2{
font-family: "Poppins", Sans-serif;
diff --git a/src/pages/about-us/title.vue b/src/pages/about-us/title.vue
index 090d049..7961752 100644
--- a/src/pages/about-us/title.vue
+++ b/src/pages/about-us/title.vue
@@ -10,7 +10,6 @@ defineExpose({})
{{$t('aboutUs.Title')}}
-
@@ -18,7 +17,15 @@ defineExpose({})
diff --git a/src/pages/help-centre/title.vue b/src/pages/help-centre/title.vue
index 6688f11..01ba8d3 100644
--- a/src/pages/help-centre/title.vue
+++ b/src/pages/help-centre/title.vue
@@ -1,8 +1,4 @@
@@ -10,7 +6,6 @@ defineExpose({})
{{ $t('helpCentre.Title') }}
-
@@ -18,6 +13,15 @@ defineExpose({})