Selaa lähdekoodia

添加邵逸夫logo

zhouna 5 vuotta sitten
vanhempi
commit
71d4bcb86c

+ 1 - 1
src/css/common.less

@@ -36,7 +36,7 @@ table,tr,td{
 }
 .titleTxt{
     width: 1200px;
-    padding-top: 7px;
+    padding-top: 5px;
     margin: auto;
     color: #fff;
     font-size: 14px;

+ 3 - 3
src/css/knowledgeTree.less

@@ -19,20 +19,20 @@
     }
     .titleLogo{
         position: relative;
-        top: -2px;
+        top: -4px;
         height: 20px;
         margin: 0 20px 0 0;
         vertical-align: unset;
     }
     .titleLogoShaiyifu{
-        top: 5px;
+        top: 2px;
         height: 30px;
     }
     .titleInfo{
         position: relative;
         vertical-align: unset;
         display: inline-block;
-        top: -4px;
+        top: -8px;
         height: 40px;
         color: #fff;
         line-height: 40px;

+ 8 - 0
src/css/qaPage.less

@@ -137,4 +137,12 @@ input::-webkit-input-placeholder{
     text-align: center;
     color: #aaa;
   }
+}
+.footer{
+  position: absolute;
+  width: 100%;
+  bottom: 10px;
+  text-align: center;
+  font-size: 12px;
+  color: #ccc;
 }

+ 3 - 3
src/html/knowledgeGraph.html

@@ -15,16 +15,16 @@
 		<div class="title">
 			<div class="titleTxt">
 				<img class="titleLogo" src="./images/logo.png" alt="logo">
-				<!-- <img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.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 clearfix">
 			<div class="left">
 				<div id="main" class="mapWrapper" style="width: 796px;height:600px;cursor: pointer;"></div>
-				<!-- <div class="footer">
+				 <div class="footer">
 					杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
-				</div> -->
+				</div>
 			</div>
 			<div class="right">
 				<div class="top">

+ 3 - 3
src/html/knowledgeTree.html

@@ -16,15 +16,15 @@
       
         <div class="titleTxt">
           <img class="titleLogo" src="./images/logo.png" alt="logo">
-          <!-- <img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.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">
+           <div class="footer">
             杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
-          </div> -->
+          </div>
         </div>
         <div class="right">
           <div class="top">

+ 3 - 3
src/html/participle.html

@@ -13,7 +13,7 @@
 		<div class="title">
 			<div class="titleTxt">
 				<img class="titleLogo" src="./images/logo.png" alt="logo">
-				<!-- <img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.png" alt="logo"> -->
+				 <img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.png" alt="logo">
 				<span class="titleInfo">|&nbsp;&nbsp;电子病历信息抽取</span>
 			</div>
 		</div>
@@ -80,9 +80,9 @@
 				</div>
 				
 			</div>
-			<!-- <div class="footer">
+			 <div class="footer">
 				杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
-			</div> -->
+			</div>
 		</div>
 	</div>
 	

+ 3 - 3
src/html/qaPage.html

@@ -13,7 +13,7 @@
     <div class="title">
         <div class="titleTxt">
             <img class="titleLogo" src="./images/logo.png" alt="logo">
-            <!-- <img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.png" alt="logo"> -->
+             <img class="titleLogo titleLogoShaiyifu" src="./images/logo_shaoyifu.png" alt="logo">
             <span class="titleInfo">|&nbsp;&nbsp;智能问答</span>
         </div>
     </div>
@@ -43,9 +43,9 @@
                 <div class="resultBoxInfo" id="resultBoxInfo"></div>
             </div>
         </div>
-        <!-- <div class="footer">
+         <div class="footer">
             杭州朗通信息技术有限公司 & 浙江大学医学院附属邵逸夫医院&nbsp;&nbsp;&nbsp;联合开发
-        </div> -->
+        </div>
     </div>
 </div>