@@ -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 {
@@ -43,6 +43,7 @@
background-color: #fff;
ul {
text-align: left;
+ max-width: 750px;
li {
float: left;
@@ -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;
+ background-size:cover ;
-webkit-touch-callout: none;
@@ -68,7 +68,7 @@
</div>
- <div class="btmFix"></div>
+ <!--<div class="btmFix"></div>-->
</body>
</html>
@@ -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>
-</svg>
@@ -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;
@@ -454,7 +454,9 @@ function bindTabClick() {
function adjustHeight() {
- $(".content,.content .infos").height(ht - 162 + "px");
+ $(".content").height(ht - 160 + "px");
+ $(".content .infos").height(ht - 170 + "px");
+ $(".content .anchors").height(ht - 217 + "px");