diff --git a/app/pages/products/index.vue b/app/pages/products/index.vue
index de3028f..eaa7d30 100644
--- a/app/pages/products/index.vue
+++ b/app/pages/products/index.vue
@@ -10,31 +10,49 @@
-
@@ -151,6 +169,46 @@
justify-content: flex-start;
}
+ .skeleton-collapse {
+ height: 50px;
+ width: 100%;
+ }
+
+ .skeleton-group-list {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 40px;
+ justify-content: flex-start;
+ margin-bottom: 2rem;
+ }
+
+ .skeleton-card {
+ width: 30%;
+ height: 250px;
+ margin-right: 1rem;
+ }
+
+ @media (max-width: 1200px) {
+ .skeleton-card {
+ width: 45%;
+ }
+ }
+
+ @media (max-width: 768px) {
+ .group-list {
+ justify-content: center;
+ align-items: center;
+ }
+ .skeleton-group-list {
+ justify-content: center;
+ align-items: center;
+ }
+
+ .skeleton-card {
+ width: 90%;
+ }
+ }
+
:deep(.el-collapse-item__header) {
padding: 30px auto;
font-size: 1.5rem;
diff --git a/app/pages/support/contact-us.vue b/app/pages/support/contact-us.vue
index 1f6ca71..9927efe 100644
--- a/app/pages/support/contact-us.vue
+++ b/app/pages/support/contact-us.vue
@@ -7,7 +7,12 @@