Browse Source

Merge branch 'master' of http://121.40.40.223:3000/zizhong.wang/SesameDevelopment

liuYb 6 years ago
parent
commit
8e133a138b
2 changed files with 19 additions and 2 deletions
  1. 8 1
      src/views/About.vue
  2. 11 1
      src/views/News.vue

+ 8 - 1
src/views/About.vue

@@ -213,7 +213,7 @@ export default {
   height: 100%;
 }
 .head p {
-  width: 90px;
+  width:125px;
   padding-left: 18px;
   display: flex;
   justify-content: flex-start;
@@ -285,11 +285,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

@@ -171,8 +171,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;
@@ -201,9 +204,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);