diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 53375ae..584f54a 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -20,7 +20,7 @@
-
+

{{newscatagary[0]?.name}}

@@ -70,7 +70,7 @@
-
+

{{newscatagary[1]?.name}}

@@ -567,7 +567,7 @@ } .content-right { - width: 66%; + width: 67%; } .shares h5 { diff --git a/src/views/projectdetail.vue b/src/views/projectdetail.vue index b934cf6..b09528f 100644 --- a/src/views/projectdetail.vue +++ b/src/views/projectdetail.vue @@ -263,6 +263,10 @@ li { font-size: 14px; color: #666666; } +.cont{ + width: 70%; + margin: 0 auto; +} .cont >>> img{ max-width:500px; }