gcz hai 1 semana
pai
achega
df7fe27dfe
Modificáronse 1 ficheiros con 11 adicións e 3 borrados
  1. 11 3
      src/pages/home/Index.vue

+ 11 - 3
src/pages/home/Index.vue

@@ -1304,14 +1304,14 @@ export default {
     align-items: flex-start;
 
     .content-left {
-      flex: 0 0 800px;
+      flex: 0 0 600px;
+      max-width: 600px;
 
       img {
         width: 100%;
-        height: 480px;
+        height: 400px;
         object-fit: cover;
         border-radius: 12px;
-        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
       }
     }
 
@@ -1343,6 +1343,14 @@ export default {
           color: #0066cc;
           font-weight: 600;
         }
+
+        :deep(img) {
+          max-width: 100%;
+          height: auto;
+          border-radius: 8px;
+          margin: 10px 0;
+          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
+        }
       }
 
       .content-action {