cl vor 6 Jahren
Ursprung
Commit
d421957dcb
2 geänderte Dateien mit 19 neuen und 2 gelöschten Zeilen
  1. 8 1
      src/views/About.vue
  2. 11 1
      src/views/News.vue

+ 8 - 1
src/views/About.vue

@@ -207,7 +207,7 @@ export default {
   height: 100%;
 }
 .head p {
-  width: 90px;
+  width:125px;
   padding-left: 18px;
   display: flex;
   justify-content: flex-start;
@@ -279,11 +279,18 @@ button {
 .imgtext h1 {
   color: rgb(0, 102, 255);
   font-size: 50px;
+  margin: auto;
+  font-weight: 600
 }
 .righttext h2 {
   color: rgb(22, 102, 255);
   font-weight: 100;
   font-size: 40px;
+  margin-left: 400px;
+  margin-top: -144px;
+}
+.head{
+  margin-top:30px;
 }
 .righttext {
   padding-left: 400px;

+ 11 - 1
src/views/News.vue

@@ -164,8 +164,11 @@ p {
   position: relative;
   margin-top: 0%;
 }
+.newscenterhead{
+  margin-top:30px
+}
 .newscenterhead p{
-  width: 90px;
+  width: 110px;
   padding-left: 18px;
   display: flex;
   justify-content: flex-start;
@@ -194,9 +197,16 @@ p {
 }
 .imgtext h1 {
   color: black;
+  margin: auto;
+  font-size: 60px;
+  margin-bottom: 25px;
+  font-weight: 600
 }
 .imgtext h2 {
   color: rgb(102, 102, 102);
+  margin: auto;
+  margin-top: 10px;
+  font-weight: 600
 }
 hr {
   color: rgb(154, 154, 154);