瀏覽代碼

ie8样式修改,搜索列表样式

zhouna 4 年之前
父節點
當前提交
6d40e43027

+ 1 - 1
src/css/informationOut.less

@@ -225,7 +225,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
   border-radius: 0;
   border: none;
   background-color: #F5F6F7;
-  background: url('../images/icon_current.svg') center center no-repeat;
+  background: url('../images/icon_current.png') center center no-repeat;
   background-size: cover;
 }
   .disCopy {

+ 1 - 0
src/css/searchStaticList.less

@@ -43,6 +43,7 @@
     background-color: #fff;
     ul {
       text-align: left;
+      max-width: 750px;
     }
     li {
       float: left;

+ 7 - 6
src/css/staticInfo.less

@@ -150,7 +150,7 @@
     overflow-y: auto;
     background-color: #EDFAFF;
     padding: 25px 0;
-    height: calc(100% - 50px);
+    /*height: calc(100% - 50px);*/
     overflow-x: hidden;
   }
 
@@ -205,7 +205,7 @@
     z-index: 1;
   }
 .anchors li:first-child i{
-  top:35px;
+  top:37px;
 }
   .anchors a {
     display: inline-block;
@@ -226,14 +226,15 @@
   }
 
   .anchors .active i {
-    width: 26px;
-    height: 16px;
+    width: 30px;
+    height: 15px;
     top: 6px;
-    left: -14px;
+    left: -15px;
     border-radius: 0;
     border: none;
     background-color: #F5F6F7;
-    background: url('../images/icon_current.svg') center center no-repeat;
+    background: url('../images/icon_current.png') center center no-repeat;
+    background-size:cover ;
   }
   .disCopy {
     -webkit-touch-callout: none;

+ 1 - 1
src/html/staticInfo.html

@@ -68,7 +68,7 @@
       </div>
     </div>
   </div>
-  <div class="btmFix"></div>
+  <!--<div class="btmFix"></div>-->
 </body>
 
 </html>

二進制
src/images/icon_current.png


+ 0 - 13
src/images/icon_current.svg

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="26px" height="16px" viewBox="0 0 26 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <!-- Generator: Sketch 61 (89581) - https://sketch.com -->
-    <title>矩形</title>
-    <desc>Created with Sketch.</desc>
-    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
-        <g id="疾病详情-临床路径页" transform="translate(-1121.000000, -304.000000)" fill="#2A9BD5">
-            <g id="编组-3" transform="translate(1079.000000, 126.000000)">
-                <polygon id="矩形" points="42 178 63.6239567 178 68 186.189897 63.6239567 194 42 194"></polygon>
-            </g>
-        </g>
-    </g>
-</svg>

+ 1 - 1
src/js/informationOut.js

@@ -458,7 +458,7 @@ function adjustHeight() {
   const extHt = window.opener?60:0;
   var ht = window.innerHeight || document.documentElement.clientHeight;
     $(".content,.content .infos").height(ht - 158 + extHt + "px");
-  /*$(".anchors").height(ht - 258 + "px");*/
+    $(".content .anchors").height(ht - 198 + extHt + "px");
 }
 function adjustWidth() {
   var wt = window.innerWidth || document.documentElement.clientWidth;

+ 3 - 1
src/js/staticInfo.js

@@ -454,7 +454,9 @@ function bindTabClick() {
 }
 function adjustHeight() {
   var ht = window.innerHeight || document.documentElement.clientHeight;
-  $(".content,.content .infos").height(ht - 162 + "px");
+  $(".content").height(ht - 160 + "px");
+  $(".content .infos").height(ht - 170 + "px");
+  $(".content .anchors").height(ht - 217 + "px");
 }
 function adjustWidth() {
   var wt = window.innerWidth || document.documentElement.clientWidth;