Browse Source

关系图添加邵逸夫

zhangxc 5 years ago
parent
commit
39c40dc35f

+ 22 - 4
src/css/knowledgeMap.less

@@ -2,8 +2,6 @@
     min-width: 1200px;
     min-width: 1200px;
     .title{
     .title{
         position: relative;
         position: relative;
-       
-     
         height: 40px;
         height: 40px;
         line-height: 40px;
         line-height: 40px;
         background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
         background-image: linear-gradient(to right, #5A8EEE , #7EABFF);
@@ -21,8 +19,20 @@
     }
     }
     .titleLogo{
     .titleLogo{
         position: relative;
         position: relative;
-        top: 3px;
+        top: -2px;
         height: 20px;
         height: 20px;
+        margin: 0 20px 0 0;
+    }
+    .titleLogoShaiyifu{
+        top: 5px;
+        height: 30px;
+    }
+    .titleInfo{
+        position: relative;
+        display: inline-block;
+        top: -4px;
+        height: 40px;
+        line-height: 40px;
     }
     }
     .content{
     .content{
         position: relative;
         position: relative;
@@ -37,6 +47,7 @@
         background: #fff;
         background: #fff;
         height: 100%;
         height: 100%;
         margin: 10px 0 0 0;
         margin: 10px 0 0 0;
+        position: relative;
     }
     }
     .right{
     .right{
         // background: #fff;
         // background: #fff;
@@ -213,7 +224,14 @@
             }
             }
         }
         }
     }
     }
-   
+   .footer{
+       position: absolute;
+       width: 100%;
+       bottom: 10px;
+       text-align: center;
+       font-size: 12px;
+       color: #ccc;
+   }
     .ztree{
     .ztree{
         overflow: auto;
         overflow: auto;
     }
     }

+ 10 - 2
src/html/knowledgeGraph.html

@@ -13,12 +13,18 @@
 <body>
 <body>
 	<div class="knowledgeMapWrapper">
 	<div class="knowledgeMapWrapper">
 		<div class="title">
 		<div class="title">
-			<div class="titleTxt"><img class="titleLogo" src="./images/logo.png" alt="logo">&nbsp;&nbsp;|&nbsp;&nbsp;
-				医学知识图谱</div>
+			<div class="titleTxt">
+				<img class="titleLogo" src="./images/logo.png" alt="logo">
+				<img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.png" alt="logo">
+				<span class="titleInfo">|&nbsp;&nbsp;医学知识图谱</span>
+			</div>
 		</div>
 		</div>
 		<div class="content clearfix">
 		<div class="content clearfix">
 			<div class="left">
 			<div class="left">
 				<div id="main" class="mapWrapper" style="width: 796px;height:600px;cursor: pointer;"></div>
 				<div id="main" class="mapWrapper" style="width: 796px;height:600px;cursor: pointer;"></div>
+				<div class="footer">
+					杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
+				</div>
 			</div>
 			</div>
 			<div class="right">
 			<div class="right">
 				<div class="top">
 				<div class="top">
@@ -62,7 +68,9 @@
 
 
 				</div>
 				</div>
 			</div>
 			</div>
+			
 		</div>
 		</div>
+		
 	</div>
 	</div>
 
 
 </body>
 </body>

+ 1 - 0
src/js/index.js

@@ -14,6 +14,7 @@ require('./../resources/images/iconSlideUp.png');
 require('./../resources/images/iconSlideDown.png');
 require('./../resources/images/iconSlideDown.png');
 require('./../resources/images/iconSelect.png');
 require('./../resources/images/iconSelect.png');
 require('./../resources/images/logo.png');
 require('./../resources/images/logo.png');
+require('./../resources/images/logo_shaoyifu.png');
 require('./../resources/zTree/js/jquery.ztree.core.min.js');
 require('./../resources/zTree/js/jquery.ztree.core.min.js');
 require('./../resources/zTree/js/jquery.ztree.excheck.min.js')
 require('./../resources/zTree/js/jquery.ztree.excheck.min.js')
 require('./../resources/zTree/css/zTreeStyle/zTreeStyle.css');
 require('./../resources/zTree/css/zTreeStyle/zTreeStyle.css');

BIN
src/resources/images/logo_shaoyifu.png