123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819 |
- @import "./common.less";
- body {
- overflow: hidden;
- position: relative;
- background: #fff;
- }
- .bodyWrap {
- position: fixed;
- width: 100%;
- height: 100%;
- /*background: @bgcBlue;*/
- }
- .iframeWrap {
- }
- .contentWrapper {
- margin-left: 40px;
- padding: 10px 12px 0;
- overflow-y: auto;
- }
- .responsibility {
- text-align: center;
- font-size: 12px;
- color: #aaa;
- padding-bottom: 5px;
- position: fixed;
- left: 40px;
- width: 100%;
- bottom: 40px;
- background-color: #fff;
- z-index: 1;
- text-indent: -40px;
- }
- .disclaimer {
- height: 24px;
- width: 100%;
- line-height: 24px;
- position: absolute;
- bottom: 0;
- background-color: #eff1f6;
- left: 40px;
- z-index: 98;
- .version-tip {
- margin-left: 20px;
- display: inline-block;
- font-size: 12px;
- line-height: 12px;
- //padding-right: 34px;
- cursor: pointer;
- &.new-icon {
- // background: url(../images/new.png) 100% 0px no-repeat;
- // background-size: 27px;
- }
- }
- .version-txt i,
- .disclaimerInfoTxt {
- font-size: 12px;
- color: #777;
- border-bottom: 1px solid #777;
- }
- .logo {
- // float: left;
- font-size: 12px;
- //margin-left: 15px;
- color: #333;
- }
- .disclaimerInfo {
- float: right;
- font-size: 12px;
- margin-right: 60px;
- }
- }
- .disclaimerInfo {
- cursor: pointer;
- font-size: 12px;
- }
- .disclaimerInfoTxt:hover {
- border-bottom: 1px solid #000;
- font-size: 12px;
- }
- .moreInfo {
- display: inline-block;
- width: 42px;
- height: 20px;
- border-radius: 4px;
- border: 1px solid #267fd7;
- line-height: 20px;
- color: #267fd7;
- text-align: center;
- margin-left: 20px;
- cursor: pointer;
- }
- .staticWin {
- color: #040428;
- text-decoration: underline;
- cursor: pointer;
- }
- .line {
- width: 100%;
- height: 1px;
- background: #d1d1d1;
- }
- .empty-box {
- position: relative;
- top: 172px;
- display: none;
- }
- .empty {
- display: block;
- }
- .emptyImg {
- width: 185px;
- position: relative;
- left: 50%;
- margin-left: -93px;
- &.small {
- width: 90px;
- margin-left: -45px;
- }
- }
- .emptyTxt {
- text-align: center;
- color: #999;
- font-size: 14px;
- }
- .loading {
- position: fixed;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- z-index: 100;
- display: none;
- }
- .loadingMask {
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: #fff;
- opacity: 0.5;
- filter: alpha(opacity=50);
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50);";
- }
- .loadingImg {
- width: 40px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -20px 0 0 -20px;
- }
- .emergency {
- position: fixed;
- right: 20px;
- top: 0;
- .disPub {
- width: 40px;
- height: 40px;
- line-height: 40px;
- position: absolute;
- left: 0;
- text-align: center;
- border-radius: 50%;
- color: #fff;
- background-color: #f93333;
- }
- .singleDis {
- left: -25px;
- display: none;
- }
- .allDis {
- display: none;
- z-index: 10;
- moz-user-select: -moz-none;
- -moz-user-select: none;
- -o-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- position: fixed;
- top: 0;
- right: 5px;
- width: auto;
- height: 40px;
- line-height: 40px;
- border-radius: 22px;
- border: 2px solid #f93333;
- background-color: #fff;
- padding-left: 50px;
- padding-right: 30px;
- cursor: pointer;
- .right {
- position: absolute;
- right: 5px;
- top: 9px;
- }
- }
- }
- // CDSS6.0
- .diag {
- .longBox,
- .shortBox {
- padding: 0 10px 8px;
- }
- }
- .longBox {
- display: none;
- }
- .pushItemBox {
- position: relative;
- cursor: pointer;
- /*display: inline-block;*/
- }
- .warning .pushItemName .item-name {
- opacity: 0.8;
- filter: alpha(opacity=80);
- }
- .pushItemName {
- position: relative;
- /*display: inline;*/
- line-height: 21px;
- padding-right: 3px;
- cursor: pointer;
- &.noInfo {
- margin-right: 12px;
- &.evaluationtitle {
- margin-right: 3px;
- }
- .hidden-i {
- visibility: hidden;
- }
- }
- &:hover {
- .infoImg + .hidden-i {
- visibility: hidden;
- }
- .infoImg {
- visibility: visible;
- }
- }
- .infoImg:hover {
- visibility: visible;
- }
- }
- .pushItemBox:hover {
- .infoImg {
- visibility: visible;
- }
- }
- .infoImg,
- .hidden-i {
- width: 12px;
- /*position: absolute;
- top: 5px;
- right: 3px;*/
- cursor: pointer;
- visibility: hidden;
- vertical-align: middle;
- }
- .hidden-i {
- display: inline-block;
- width: 12px;
- }
- .showMore,
- .showLess {
- display: inline-block;
- cursor: pointer;
- color: #3b9ed0;
- position: absolute;
- right: 14px;
- bottom: 5px;
- }
- .moduleTitle {
- height: 35px;
- line-height: 35px;
- font-size: 16px;
- color: @fontClr;
- font-weight: 600;
- border-radius: 8px 8px 0 0;
- margin-bottom: 10px;
- .titleIcon {
- width: 24px;
- position: relative;
- top: 5px;
- margin: 0 5px 0 14px;
- }
- }
- .casewriting .titleIcon {
- width: 14px;
- }
- .iconArrowImg {
- width: 10px;
- // position: relative;
- // top: 2px;
- }
- .moduleBox {
- padding: 0;
- .longBox,
- .shortBox {
- border-bottom: 1px #e6e6e6 dashed;
- }
- &:last-child .longBox,
- &:last-child .shortBox {
- border-bottom: none;
- }
- }
- .moduleBoxTitle {
- color: @fontClr;
- line-height: 17px;
- font-weight: 600;
- padding-left: 3px;
- margin: 6px 0 6px 14px;
- border-left: 4px solid @suggerColor;
- }
- .iconMark {
- width: 17px;
- position: absolute;
- left: 10px;
- top: 2px;
- }
- .billingPushItem {
- padding: 0 10px 0 24px;
- position: relative;
- word-wrap: break-word;
- word-break: normal;
- }
- .moduleItem {
- position: relative;
- border-radius: 8px;
- box-shadow: 0px 5px 5px 0px @shadowColor;
- margin-bottom: 10px;
- padding-bottom: 10px;
- border: 1px #d8d8d8 solid;
- .longBox,
- .shortBox {
- padding: 4px 14px;
- position: relative; /****bug8454***/
- }
- }
- .tabList {
- margin-bottom: 8px;
- position: relative;
- height: 100%;
- background: @bgcBlue;
- .numPop {
- display: none;
- position: absolute;
- top: 0;
- left: 2px;
- border-radius: 8px;
- width: 17px;
- height: 17px;
- background: url("../images/tip-bg.png") no-repeat;
- font-size: 12px;
- text-align: center;
- color: #fff;
- }
- }
- .tab {
- width: 10px;
- padding: 8px 10px;
- font-size: 14px;
- cursor: pointer;
- color: @tabColor;
- margin-left: 10px;
- background: @tabBgColor;
- border-radius: 8px 0px 0px 8px;
- span {
- }
- }
- .activeTab {
- color: @fontClr;
- font-weight: 600;
- font-size: 14px;
- background: @mainBg;
- }
- .moduleWrapper {
- display: none;
- }
- .recommendWrap {
- }
- .staticSearchB ul {
- position: absolute;
- height: 480px;
- // width: 100%;
- /* right: 30px; */
- left: 40px;
- overflow: auto;
- }
- .moduleItem.warning {
- background: @dangerColor;
- color: #fff;
- padding: 10px 40px;
- box-shadow: 0 2px 4px 0 #f9bc9f;
- }
- .warningTitImg {
- width: 20px;
- position: absolute;
- left: -28px;
- top: -2px;
- }
- .warningTitle {
- position: relative;
- margin-right: 15px;
- font-weight: bold;
- }
- .medicalKonwledgeWrap {
- }
- .newIcon {
- width: 27px;
- position: relative;
- top: 2px;
- //left: 15px;
- visibility: hidden;
- }
- .new-icon .newIcon {
- visibility: visible;
- }
- .generalTreatInfo {
- padding: 0px 24px 0 10px;
- box-sizing: border-box;
- position: relative;
- margin-top: 4px;
- margin-bottom: 4px;
- ol li {
- list-style: decimal;
- list-style-position: inside;
- }
- ul {
- padding-left: 15px;
- li {
- list-style: inside;
- list-style-position: inside;
- }
- }
- }
- .isOverFlow {
- overflow: hidden;
- max-height: 38px;
- p {
- // height: 20px;
- // line-height: 20px;
- }
- }
- .showMoreGeneralTreat {
- position: absolute;
- cursor: pointer;
- color: #3b9ed0;
- right: 10px;
- bottom: -1px;
- background: #fff;
- width: 10px;
- height: 10px;
- box-sizing: border-box;
- img.more {
- position: absolute;
- top: 2px;
- right: 3px;
- }
- }
- .showLessGeneralTreat {
- display: inline-block;
- cursor: pointer;
- float: right;
- color: #3b9ed0;
- }
- .tips-cont {
- border-radius: 8px;
- box-shadow: 0px 5px 5px 0px @shadowColor;
- border: 1px #d8d8d8 solid;
- margin-bottom: 10px;
- .moduleBoxTitle {
- border-color: #ff8042;
- }
- .moduleItem {
- box-shadow: none;
- border: none;
- border-bottom: 1px #e6e6e6 dashed;
- &:last-child {
- border-bottom: none;
- }
- }
- }
- .longStrBox {
- display: none;
- }
- .showMoreCaseWriting,
- .showLessCaseWriting {
- display: inline-block;
- cursor: pointer;
- float: right;
- color: #3b9ed0;
- img {
- margin-left: 4px;
- }
- }
- /*******中医********/
- .tcmWarp {
- box-sizing: border-box;
- width: 100%;
- height: 100%;
- overflow-y: auto;
- }
- .tcm-item {
- display: none;
- margin: 0 0 10px;
- border: 1px #eef5fd solid;
- border-radius: 8px;
- box-shadow: 0px 5px 5px 0px #d3d8d9;
- &.go-push .title {
- border-radius: 8px;
- }
- .title {
- background: @pushBgColor;
- height: 35px;
- line-height: 35px;
- padding: 0 12px;
- border-radius: 8px 8px 0px 0px;
- img {
- vertical-align: middle;
- width: 20px;
- height: 20px;
- margin-right: 3px;
- }
- .h2 {
- font-weight: bold;
- font-size: 16px;
- color: #333;
- }
- .go {
- float: right;
- font-size: 14px;
- color: @linkColor;
- text-decoration: none;
- cursor: pointer;
- img {
- width: 5px;
- height: 9px;
- vertical-align: inherit;
- }
- }
- }
- .infos {
- padding-top: 10px;
- li {
- margin-bottom: 5px;
- padding-left: 18px;
- .label {
- display: inline-block;
- width: 98px;
- margin-right: 15px;
- font-size: 14px;
- color: #333;
- }
- .val {
- color: #666;
- }
- }
- }
- .detail {
- margin: 0 10px;
- border-top: 1px #e6e6e6 dashed;
- padding-top: 5px;
- /*max-height: 134px;*/
- overflow-y: hidden;
- li {
- margin: 0 34px 6px 10px;
- }
- .label {
- float: left;
- border-left: 4px solid #267fd7;
- padding-left: 5px;
- line-height: 14px;
- margin-top: 3px;
- color: #333;
- }
- .go {
- float: right;
- margin: -25px 0px 10px 0;
- font-size: 14px;
- color: @linkColor;
- text-decoration: none;
- cursor: pointer;
- }
- .val {
- margin-left: 65px;
- .name {
- color: #333;
- }
- .desc {
- color: #666;
- overflow-x: hidden;
- white-space: nowrap;
- width: 100%;
- text-overflow: ellipsis;
- }
- }
- }
- &.recipe {
- display: none;
- }
- &.knowledge .content {
- padding: 8px 10px 12px;
- li {
- display: inline-block;
- width: 29%;
- text-align: center;
- padding: 0 2%;
- margin-top: 8px;
- }
- .a-link {
- display: inline-block;
- width: 100%;
- border: 1px @linkColor solid;
- color: @linkColor;
- height: 30px;
- line-height: 30px;
- border-radius: 4px;
- cursor: pointer;
- background: url("../images/go.png") 95% center no-repeat;
- text-indent: -8px;
- text-decoration: none;
- }
- }
- }
- .evaluation {
- .evaluationtitle {
- color: @linkColor;
- cursor: pointer;
- }
- .infoImg,
- .hidden-i {
- margin-left: -10px;
- }
- }
- .maydiagnose,
- .hasdiagnose {
- padding-bottom: 0;
- .maysymptom,
- .hassymptom,
- .maypacs,
- .haspacs,
- .mayvital,
- .hasvital,
- .medicineItem,
- .operationItem,
- .nurseItem,
- .maylis,
- .haslis,
- .mayevaluation,
- .hasevaluation,
- .mayantidias,
- .hasantidias {
- .shortBox,
- .longBox {
- padding: 4px 0;
- overflow: hidden;
- .showMore {
- right: 5px;
- .iconArrowImg {
- margin-right: 0;
- margin-top: 0;
- float: none;
- }
- }
- }
- .evaluationtitle {
- color: @linkColor;
- cursor: pointer;
- }
- }
- }
- .item {
- padding: 0 15px;
- .box {
- overflow: hidden;
- position: relative;
- .box-p {
- height: 29px;
- border-bottom: 1px solid #d9d9d9;
- cursor: pointer;
- }
- .box-p:hover {
- background: #eff2f4;
- }
- .box-title {
- line-height: 29px;
- }
- .box-img {
- float: right;
- margin-top: 11px;
- margin-right: 5px;
- width: 10px;
- }
- .moduleCenter {
- display: none;
- }
- }
- .box-1 {
- display: none;
- }
- .toogle {
- height: 30px;
- color: #4f9ff3;
- text-align: center;
- line-height: 30px;
- cursor: pointer;
- & img {
- width: 8px;
- height: 8px;
- margin-left: 5px;
- }
- }
- }
- .active {
- background: #1677ff !important;
- color: #ffffff !important;
- }
- .centerBox {
- border-top: 1px dashed #d9d9d9;
- ul {
- padding: 9px 0;
- overflow: hidden;
- li {
- float: left;
- padding: 4px 2px;
- background: #ffffff;
- border-radius: 4px;
- border: 1px solid #1677ff;
- font-size: 12px;
- font-weight: 400;
- color: #1677ff;
- line-height: 17px;
- margin-right: 8px;
- cursor: pointer;
- }
- }
- }
- .generalItem,
- .medicineItem,
- .operationItem,
- .nurseItem {
- display: none;
- }
- .onshow {
- display: block;
- }
- .centerBoxItem {
- padding-bottom: 4px;
- border-bottom: 1px solid #d9d9d9;
- }
- .toast {
- position: absolute;
- right: 18px;
- top: 0;
- height: 30px;
- }
- .box-title {
- color: #000;
- }
- .shortBox-tit {
- color: #333;
- float: left;
- }
- .nurseDetail {
- font-size: 14px;
- font-weight: 400;
- color: #1677ff;
- line-height: 20px;
- background: #e3f0ff;
- margin-left: 5px;
- padding: 0 5px;
- cursor: pointer;
- .nurseImg {
- margin-left: 5px;
- }
- }
- .nurseIitle {
- border-bottom: 1px solid #d9d9d9;
- padding-bottom: 10px;
- .title {
- padding-left: 5px;
- }
- &:before {
- content: "";
- width: 4px;
- height: 15px;
- background: #1ecebd;
- position: absolute;
- top: 6.5px;
- }
- }
- .nurseIitle:last-child {
- border-bottom: none;
- }
- .shortBox {
- overflow: hidden;
- }
- .shortBox-tit2 {
- float: left;
- width: 85%;
- }
- .shortBox-tit1 {
- float: left;
- width: 75%;
- }
- .hasdiagnose,.maydiagnose{
- .titleIcon{
- width: 20px;
- }
- }
- .nurseIitleItem{
- padding-left: 5px;
- }
|