Jelajahi Sumber

添加邵逸夫logo

zhangxc 5 tahun lalu
induk
melakukan
110f6d3e0a

+ 23 - 2
src/css/knowledgeTree.less

@@ -18,8 +18,21 @@
     }
     .titleLogo{
         position: relative;
-        top: 3px;
+        top: -2px;
         height: 20px;
+        margin: 0 20px 0 0;
+    }
+    .titleLogoShaiyifu{
+        top: 5px;
+        height: 30px;
+    }
+    .titleInfo{
+        position: relative;
+        display: inline-block;
+        top: -4px;
+        height: 40px;
+        color: #fff;
+        line-height: 40px;
     }
     .content{
         position: relative;
@@ -34,6 +47,7 @@
         background: #fff;
         height: 100%;
         margin: 10px 0 0 0;
+        position: relative;
     }
     .right{
         // background: #fff;
@@ -210,7 +224,14 @@
             }
         }
     }
-   
+    .footer{
+        position: absolute;
+        width: 100%;
+        bottom: 0px;
+        text-align: center;
+        font-size: 12px;
+        color: #ccc;
+    }
     .ztree{
         overflow: auto;
     }

+ 26 - 2
src/css/participle.less

@@ -21,8 +21,21 @@
     }
     .titleLogo{
         position: relative;
-        top: 3px;
+        top: -2px;
         height: 20px;
+        margin: 0 20px 0 0;
+    }
+    .titleLogoShaiyifu{
+        top: 5px;
+        height: 30px;
+    }
+    .titleInfo{
+        position: relative;
+        display: inline-block;
+        top: -4px;
+        height: 40px;
+        color: #fff;
+        line-height: 40px;
     }
     .content{
         position: relative;
@@ -213,8 +226,9 @@
             }
         }
         .tableBox{
-            min-height: 195px;
+            min-height: 165px;
             position: relative;
+            padding: 0 0 30px 0;
         }
         table{
             display: none;
@@ -336,6 +350,16 @@
     top: 20px;
     right: 15px;
 }
+.footer{
+    position: fixed;
+    width:1200px;
+    height: 20px;
+    bottom: 0px;
+    text-align: center;
+    font-size: 12px;
+    color: #ccc;
+    background: #fff;
+}
 
 
 #svg > svg {

+ 8 - 1
src/html/knowledgeTree.html

@@ -13,11 +13,18 @@
 <body>
   <div class="knowledgeTreeWrapper">
       <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 class="content clearfix">
         <div class="left">
           <div id="main" class="mapWrapper" style="width: 796px;height:600px;cursor: pointer;"></div>
+          <div class="footer">
+            杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
+          </div>
         </div>
         <div class="right">
           <div class="top">

+ 8 - 2
src/html/participle.html

@@ -11,8 +11,11 @@
 <body>
 	<div class="participleWrappper">
 		<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 class="content">
 			<div class="contentInfoBox">
@@ -77,6 +80,9 @@
 				</div>
 				
 			</div>
+			<div class="footer">
+				杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
+			</div>
 		</div>
 	</div>