guhongwei 5 years ago
parent
commit
7d0a8f6090
2 changed files with 17 additions and 3 deletions
  1. 5 1
      public/home.html
  2. 12 2
      public/static/home/css/index.css

+ 5 - 1
public/home.html

@@ -22,7 +22,11 @@
       <div class="home-btn"></div>
     </a>
     <img src="static/images/logo.png" alt="">
-    <p>吉林省计算中心科技服务平台</p>
+    <p class='title'>吉林省计算中心科技服务平台</p>
+    <p class='login'>
+      <a href="http://free.liaoningdoupo.com/platlive/newlogin">登录</a>
+      <a href="http://free.liaoningdoupo.com/platlive/newlogin">注册</a>
+    </p>
   </div>
   <img class="sci-wheel" src="static/home/images/sci.gif" alt="">
   <div class="center">

+ 12 - 2
public/static/home/css/index.css

@@ -169,13 +169,23 @@ body {
     width: 60px;
 }
 
-.header p {
+.header .title {
     float: left;
     font-size: 30px;
     color: white;
     letter-spacing: 3px;
 }
-
+.header .login{
+  float: right;
+  width: 200px;
+}
+.header .login a{
+  color: #fff;
+  width: 50px;
+  float: left;
+  text-align: center;
+  font-size: 20px;
+}
 .header .home-btn {
     float: left;
     margin-top: 20px;