@import "./common.less"; .bodyWrap { padding: 0 0 0 43px; position: relative; min-height: 244px; border-bottom: 1px solid #ebebeb; min-width: 1127px; box-shadow: 1px 1px 5px 2px #ebebeb; } .versionWrapper { display: inline-block; width: 43px; height: 100%; position: absolute; background: @bgcBlue; color: #fff; font-size: 12px; left: 0px; } .versionTop { position: absolute; width: 100%; height: 160px; cursor: pointer; } .versionBottom { position: absolute; width: 100%; height: 70px; bottom: 0; font-size: 12px; cursor: pointer; } .pushDisclaimer { display: inline-block; width: 13px; position: absolute; top: 10px; left: 7px; font-size: 12px; } .logoTxt { display: inline-block; width: 10px; position: absolute; left: 25px; top: 10px; font-size: 12px; } .versionTxt { display: inline-block; width: 10px; position: absolute; font-size: 12px; left: 7px; } .tabList { width: 100%; height: 34px; background-color: #fff; color: #333333; // box-sizing: border-box; z-index: 99; border-bottom: 8px solid #e6e7e8; } .tab { position: relative; width: 106px; height: 34px; line-height: 34px; background: #ffffff; cursor: pointer; text-align: center; float: left; } .tabName { display: inline-block; text-align: center; } .activeTab { font-weight: 500; background: #e3f0ff; color: @bgcBlue; } .activeLine { display: none; position: absolute; left: 0; bottom: 0; width: 106px; height: 4px; background: #4f9ff3; } .contentBox { position: absolute; height: 100%; left: 43px; // overflow-y: auto; } .moduleWrapper { position: absolute; width: 100%; height: 202px; } .leftWrapper, .rightWrapper { position: relative; height: 202px; display: inline-block; box-sizing: border-box; overflow-y: auto; /* chrome & safari 浏览器 */ /*滚动条整体部分,必须要设置*/ &::-webkit-scrollbar { width: 10px; height: 10px; background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: none; } /*滚动条的滑块按钮*/ &::-webkit-scrollbar-thumb { width: 8px; height: 63px; background: #4f9ff3; border-radius: 14px; // box-shadow: inset 0 0 5px #f00; } /*滚动条的上下两端的按钮*/ // .right_content::-webkit-scrollbar-button, // ul::-webkit-scrollbar-button { // height: 0; // background-color: #fff; // } } .leftWrapper { width: 58.5%; // border-right: 1px solid #E6E6E6; float: left; padding: 10px 10px 0 10px; box-sizing: border-box; } .rightWrapper { width: 40%; padding: 0px 10px; display: none; margin: 0 10px; border-left: 1px solid #e6e6e6; } .leftBox, .rightBox { position: relative; } .moduleWrapper { display: none; } .moduleItem { padding: 0 0 0 110px; box-sizing: border-box; line-height: 27px; &:hover { background: #f6f6f6; } } .moduleItemTitBox { display: inline-block; width: 110px; height: 27px; box-sizing: border-box; position: absolute; left: 0; margin-top: -1px; } .casewriting .moduleItemTitBox .moduleTitle { color: @colorWaring; } .titleIcon { width: 18px; margin: 0px 5px 0 5px; position: relative; top: 4px; } .treatIcon { width: 20px; position: relative; top: 4px; margin-right: 6px; } .infoImg { width: 15px; } .moduleTitle { font-size: 14px; font-weight: 500; color: @bgcBlue; } .diag .moduleTitle { // color: #ff656b; } .rightBox .moduleTitle { color: #1e1e1e; } .warning .moduleTitle { color: #fff; background: #ff7f5b; width: 83px; height: 21px; line-height: 21px; margin-top: 4px; img { width: 16px; vertical-align: top; margin-top: -1.5px; margin-right: 13px; } } .warning { margin-bottom: 10px; } .warning .moduleItemTitBox { width: 83px; } .pushItemBox { padding-right: 18px; position: relative; display: inline-block; // color: #1677FF; } .infoImg { width: 15px; position: absolute; top: 7px; cursor: pointer; display: none; right: 2px; } .pushItemBox:hover { .infoImg { display: block; } } .searchBox { margin: 30px 0 0 30px; } .search { color: @bgcBlue; border-bottom: 1px solid @bgcBlue; cursor: pointer; } .tips-cont { position: relative; background: #fff7f2; max-height: 81px; overflow: hidden; .moduleTitle { position: absolute; top: 0; font-size: 14px; font-weight: 600; color: @colorWaring; } } .moduleItem.crivalue, .moduleItem.rationali, .moduleItem.highrisk, .moduleItem.otherremind { max-height: 81px; overflow-y: hidden; // background: #FFE8DD; position: relative; .moduleTitle { color: @colorWaring; } .moduleBox { padding: 0 0 0 90px; position: relative; } .moduleBoxName { position: absolute; left: 0; font-size: 12px; color: @colorWaring; display: inline-block; border: 1px solid @colorWaring; line-height: 18px; top: 5px; padding: 0 7px; border-radius: 9px; } } .billingPushItem { color: @fontColor; } .shortBox { color: @fontColor; } .showMore, .showLess { display: inline-block; cursor: pointer; float: right; line-height: 27px; color: #3b9ed0; position: relative; right: 5px; } .showMoreNewPage, .showMoreCaseWrite { display: inline-block; cursor: pointer; position: absolute; line-height: 27px; color: @bgcBlue; right: 5px; bottom: 0; } .longStrBox { max-height: 180px; position: absolute; width: 100%; left: 0; top: 5px; background: #fff; border: 1px solid #3b9ed0; box-sizing: border-box; border-radius: 1px; padding: 0 0 0 80px; display: none; z-index: 1; overflow: auto; &::-webkit-scrollbar { width: 10px; height: 10px; background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: none; } /*滚动条的滑块按钮*/ &::-webkit-scrollbar-thumb { width: 8px; height: 63px; background: #4f9ff3; border-radius: 14px; // box-shadow: inset 0 0 5px #f00; } /*滚动条的上下两端的按钮*/ // .right_content::-webkit-scrollbar-button, // ul::-webkit-scrollbar-button { // height: 0; // background-color: #fff; // } } .longStrBoxTitle { position: absolute; left: 0; display: inline-block; width: 80px; text-align: right; font-weight: 600; } .diag .moduleBox { padding: 0 0 0 78px; position: relative; } .diag .moduleBoxName { position: absolute; left: 0; font-size: 12px; color: @bgcBlue; // background: #e2eaf2; border: 0px; display: inline-block; line-height: 16px; border-radius: 2px; top: 4px; padding: 2px 5px; border-radius: 9px; border: 1px solid @bgcBlue; } .rightBoxTitle { height: 36px; line-height: 36px; color: #2fc6c7; border-bottom: 1px solid #e6e6e6; font-weight: 600; } .versionIcon { width: 12px; position: absolute; left: 25px; bottom: 8px; display: none; } .new-icon .versionIcon { display: inline-block; } .iconArrowImg { width: 10px; } .showLess .iconArrowImg { position: relative; top: -5px; } /*.medicine .titleIcon, .operation .titleIcon, .general .titleIcon, .nurse .titleIcon { width: 13px; position: relative; top: 2px; }*/ .moduleItem.casewriting { padding: 0 0 0 160px; // background: rgba(60,172,228,.17); // filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#333CACE4,endColorstr=#333CACE4); background: #fff7f2; margin-top: 7px; max-height: 81px; overflow-y: hidden; position: relative; } .casewriting .moduleItemTitBox { width: 160px; color: @colorWaring; } // .casewriting .moduleTitle { // color: @colorWaring; // } .casewriting { position: relative; box-sizing: border-box; max-height: 65px; overflow: hidden; } .isOverFlow { overflow: hidden; max-height: 88px; } .showMoreGeneralTreat { position: absolute; cursor: pointer; color: #3b9ed0; right: 0px; bottom: 0px; background: #fff; } .generalTreatInfo { position: relative; padding: 0 28px 0 0; color: @fontColor; ol li { list-style: decimal; list-style-position: inside; height: 28px; line-height: 28px; } ul { padding-left: 15px; li { list-style: inside; list-style-position: inside; height: 28px; line-height: 28px; } } } .disName { font-size: 14px; color: #1e1e1e; margin: 10px 0; font-weight: 600; } .followUpWrap { position: absolute; height: 202px; padding: 10px 20px; box-sizing: border-box; overflow-y: auto; /* chrome & safari 浏览器 */ /*滚动条整体部分,必须要设置*/ &::-webkit-scrollbar { width: 10px; height: 10px; background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: none; } /*滚动条的滑块按钮*/ &::-webkit-scrollbar-thumb { width: 8px; height: 63px; background: #4f9ff3; border-radius: 14px; // box-shadow: inset 0 0 5px #f00; } /*滚动条的上下两端的按钮*/ // .right_content::-webkit-scrollbar-button, // ul::-webkit-scrollbar-button { // height: 0; // background-color: #fff; // } } .operaNameBox { background-color: #eff1f6; height: 27px; line-height: 27px; color: #777777; padding-left: 10px; } .operaNameBold { color: #333; font-weight: bold; font-size: 12px; } .infoWrap { // max-height: 175px; // overflow: auto; // padding-top: 8px; box-sizing: border-box; color: @fontColor; .infoBox { padding-left: 10px; padding-top: 8px; box-sizing: border-box; &:hover { background-color: #fff; } } .infoBox p { color: #1e1e1e; font-weight: bold; margin-bottom: 10px; } } .medicalKonwledgeWrap { height: 202px; overflow: auto; } .readMorePlan { margin-top: 20px; padding-left: 10px; width: 116px; height: 28px; line-height: 28px; background: #e7f1ff; border-radius: 2px; cursor: pointer; a { list-style: none; display: inline-block; color: @bgcBlue; } img { width: 5px; height: 9px; margin-left: 7px; } } .checkFront { position: relative; padding-left: 92px; margin: 5px 0; .lisStrFront, .pacsStrFront { position: absolute; left: 0; top: 0px; width: 62px; height: 22px; line-height: 22px; border-radius: 4px; color: @bgcBlue; border: 1px solid @bgcBlue; text-align: center; font-size: 12px; img { width: 15px; height: 15px; margin-bottom: -1.5px; } } } .circle { display: inline-block; width: 5px; height: 5px; background: @bgcBlue; border-radius: 50%; position: absolute; left: -10px; top: 7px; } .lisBox { // position: absolute; // left: 50px; } .qcWrap { overflow-y: auto; } /*******中医********/ .tcm-item { display: none; .title { float: left; height: 30px; padding: 0 12px; margin-top: 9px; border-radius: 8px 8px 0px 0px; img { vertical-align: middle; width: 20px; height: 20px; margin-top: -1.5px; } .h2 { font-size: 14px; color: @bgcBlue; } .go { margin-right: 10px; font-size: 14px; color: #1677ff; text-decoration: none; cursor: pointer; img { width: 5px; height: 9px; vertical-align: middle; } } } .go-btn, .go-push { display: inline-block; width: 80px; height: 25px; line-height: 25px; border-radius: 4px; text-align: center; background: #e7f1ff; text-decoration: none; color: #1677ff; } .content { .infos { .label { color: #333; } .val { color: #666; } li { float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 150px; &:first-child { width: 262px; } } } .infos { height: 24px; } .detail { padding: 0 8px 27px 4px; margin-right: 20px; max-height: 125px; overflow-y: hidden; position: relative; .go-push { cursor: pointer; width: 60px; position: absolute; left: 502px; bottom: 4px; } li { margin-bottom: 6px; &:hover { background: #f6f6f6; } } .label { float: left; border-left: 4px solid #267fd7; padding-left: 5px; line-height: 12px; margin-top: 4px; } .val { margin-left: 65px; .name { color: #333; } .desc { color: #666; width: 494px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; /*&:nth-child(2) { //ie8不兼容,用jquery width: 420px; }*/ } } } .a-link { display: inline-block; width: 100%; border: 1px @bgcBlue solid; color: @bgcBlue; height: 30px; line-height: 30px; border-radius: 4px; cursor: pointer; background: url("../images/go.png") 94% center no-repeat; text-indent: -8px; text-decoration: none; } } } .recipe { .title { width: 124px; margin-top: 9px; } .content { margin-left: 146px; padding-top: 9px; } } .idea { .val { border: 1px #3b9ed0 solid; padding: 1px 4px; color: #3b9ed0; border-radius: 2px; cursor: pointer; &.active { background: #3b9ed0; color: #fff; } } .go-text { color: #49a3d2; font-size: 14px; text-decoration: none; } .zhifa { display: inline-block; .val { margin-right: 10px; } } img { vertical-align: middle; } } .knowledge .content p { display: inline-block; width: 88px; margin-top: 8px; margin-right: 10px; text-align: center; } .evaluationtitle { color: #1677ff; } .evaluationtitle:hover { // text-decoration: underline; // color: #0000ff; cursor: pointer; } .rightBox .moduleTitle { color: #333333; font-weight: 500; } .tcmWarp { padding-bottom: 10px; box-sizing: border-box; overflow: auto; /* chrome & safari 浏览器 */ /*滚动条整体部分,必须要设置*/ &::-webkit-scrollbar { width: 10px; height: 10px; background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: #fff; } /*滚动条的轨道*/ &::-webkit-scrollbar-track { background-color: none; } /*滚动条的滑块按钮*/ &::-webkit-scrollbar-thumb { width: 8px; height: 63px; background: #4f9ff3; border-radius: 14px; // box-shadow: inset 0 0 5px #f00; } /*滚动条的上下两端的按钮*/ // .right_content::-webkit-scrollbar-button, // ul::-webkit-scrollbar-button { // height: 0; // background-color: #fff; // } }