guhongwei 3 years ago
parent
commit
5984a41d39
1 changed files with 14 additions and 7 deletions
  1. 14 7
      public/home.html

+ 14 - 7
public/home.html

@@ -31,17 +31,21 @@
       background-repeat: no-repeat;
       background-size: 100% 100%;
     }
-    .floating p:nth-child(1){
-      text-align: center;
+    .floating p{
+      font-size: 16px;
+      color: #fff;
+      padding: 8px;
+    }
+    /* .floating p:nth-child(1){
+      text-align: left;
       font-size: 20px;
       font-family: cursive;
       font-weight: bold;
-      /* -webkit-text-stroke: 1px #ffffff; */
       padding: 10px 0;
       color: #ffffff;
     }
     .floating p:nth-child(2){
-      text-align: center;
+      text-align: left;
       font-size: 32px;
       font-family: cursive;
       font-weight: bold;
@@ -61,7 +65,7 @@
     }
     .floating p:nth-child(3) button:hover{
       cursor: pointer;
-    }
+    } */
   </style>
 </head>
 
@@ -99,9 +103,12 @@
   <div id="floatingDiv" style="position:absolute;left:50px;top:60px;z-index: 9999;">
     <div id="a" onClick="javascript:this.parentNode.style.display='none';">关闭窗口</div>
     <div id="app" class='floating'>
-      <p>科技引领新发展 校地合作赢未来</p>
+      <p>网站联系人:顾红伟</p>
+      <p>联系电话:17319450324</p>
+      <p>联系邮箱:guhongwei0324@163.com</p>
+      <!-- <p>科技引领新发展 校地合作赢未来</p>
       <p>{{info.title}}</p>
-      <p><button v-on:click="noticeBtn">展会入口</button></p>
+      <p><button v-on:click="noticeBtn">展会入口</button></p> -->
     </div>
   </div>
   <!--流星-->