123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621 |
- @import './common.less';
- .bodyWrap{
- padding: 0 0 0 73px;
- position: relative;
- min-height: 244px;
- border: 1px solid #E6E6E6;
- min-width: 1127px;
- }
- .versionWrapper{
- display: inline-block;
- width: 43px;
- height: 100%;
- position: absolute;
- background:#E6E6E6;
- color:#9C9C9C;
- 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{
- position: absolute;
- width: 30px;
- height: 100%;
- left: 43px;
- border: 1px solid #3B9ED0;
- color: #3B9ED0;
- box-sizing: border-box;
- }
- .tab {
- display: inline-block;
- cursor: pointer;
- width: 100%;
- border-bottom: 1px solid #3B9ED0;
- }
- .tabName{
- display:inline-block;
- width: 16px;
- position: relative;
- left: 6px;
- text-align: center;
- top: 50%;
-
- }
- .activeTab{
- background: #3B9ED0;
- color:#fff;
- }
- .contentBox{
- position: absolute;
- height: 100%;
- // overflow-y: auto;
- }
- .moduleWrapper{
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .leftWrapper,.rightWrapper{
- position: relative;
- height: 100%;
- display: inline-block;
- box-sizing: border-box;
- overflow-y: auto;
- }
- .leftWrapper{
- width: 60%;
- // border-right: 1px solid #E6E6E6;
- float: left;
- padding: 0 10px 0 10px;
- box-sizing: border-box;
- }
- .rightWrapper{
- width: 40%;
- padding: 0 20px;
- display: none;
- }
- .leftBox,.rightBox{
- position: relative;
- }
- .moduleWrapper{
- display:none;
- }
- .moduleItem {
- padding: 0 0 0 110px;
- box-sizing: border-box;
- line-height: 27px;
- }
- .moduleItemTitBox{
- display: inline-block;
- width: 110px;
- height: 27px;
- box-sizing: border-box;
- position: absolute;
- left: 0;
- margin-top: -1px;
- }
- .titleIcon{
- width: 20px;
- margin: 0px 5px 0 5px;
- position: relative;
- top: 4px;
- }
- .treatIcon{
- width: 20px;
- position: relative;
- top: 6px
- }
- .infoImg{
- width: 15px;
- }
- .moduleTitle{
- font-size: 14px;
- font-weight: 600;
- color: #157FD5;
- }
- .diag .moduleTitle{
- color: #FF656B;
- }
- .rightBox .moduleTitle{
- color: #1E1E1E;
- }
- .warning .moduleTitle{
- color: #fff;
- background: #FF7836;
- }
- .pushItemBox{
- padding-right: 18px;
- position: relative;
- display: inline-block;
- }
- .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: #3B9ED0;
- border-bottom: 1px solid #3B9ED0;
- cursor: pointer;
- }
- .tips-cont{
- position: relative;
- background: #FFE8DD;
- max-height: 81px;
- overflow: hidden;
- .moduleTitle{
- position: absolute;
- top:0;
- font-size: 14px;
- font-weight: 600;
- color:#FF7836;
- }
- }
- .moduleItem.crivalue,.moduleItem.rationali,.moduleItem.highrisk,.moduleItem.otherremind{
- max-height: 81px;
- overflow-y: hidden;
- // background: #FFE8DD;
- position: relative;
- .moduleTitle{
- color: #FF7836;
- }
- .moduleBox{
- padding: 0 0 0 80px;
- position: relative;
- }
- .moduleBoxName{
- position: absolute;
- left: 0;
- font-size: 12px;
- color:#FF7836;
- display: inline-block;
- border: 1px solid #FF7836;
- line-height: 18px;
- top: 3px;
- padding: 0 7px;
- border-radius: 9px;
- }
- }
- .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: #3B9ED0;
- right: 5px;
- bottom: 0;
- }
- .longStrBox{
- 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;
- }
- .longStrBoxTitle{
- position: absolute;
- left: 0;
- display: inline-block;
- width: 80px;
- text-align: right;
- font-weight: 600;
- }
- .diag .moduleBox{
- padding: 0 0 0 60px;
- position: relative;
- }
- .diag .moduleBoxName{
- position: absolute;
- left: 0;
- font-size: 12px;
- color:#1E1E1E;
- background: #E2EAF2;
- border: 0px;
- display: inline-block;
- line-height: 16px;
- border-radius: 2px;
- top: 4px;
- padding: 2px 5px;
- }
- .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);
- margin-top: 5px;
- max-height: 81px;
- overflow-y: hidden;
- position: relative;
-
- }
- .casewriting .moduleItemTitBox{
- width: 160px;
- }
- .casewriting .moduleTitle{
- color: #3B9ED0;
- }
- .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 40px 0 0;
- 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: 100%;
- padding: 0 10px;
- box-sizing: border-box;
- }
- .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: 217px;
- overflow: auto;
- // padding-top: 8px;
- box-sizing: border-box;
- .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;
- }
- }
- .readMorePlan {
- height: 24px;
- line-height: 20px;
- padding-left: 10px;
- a {
- display: inline-block;
- cursor: pointer;
- color: #3B9ED0;
- text-decoration: underline;
- }
- }
- .checkFront {
- position: relative;
- padding-left: 65px;
- margin: 5px 0;
- .lisStrFront,.pacsStrFront {
- position: absolute;
- left: 0;
- top: 0px;
- width: 38px;
- height: 18px;
- line-height: 18px;
- border-radius: 9px;
- color: #3B9ED0;
- border: 1px solid #3B9ED0;
- text-align: center;
- font-size: 12px;
- }
- }
- .circle {
- display: inline-block;
- width: 5px;
- height: 5px;
- background: #89C5E3;
- border-radius: 50%;
- position: absolute;
- left: -10px;
- top: 7px;
- }
- .lisBox {
- // position: absolute;
- // left: 50px;
- }
- /*******中医********/
- .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;
- }
- .h2 {
- font-size: 14px;
- color: #267FD7;
- }
- .go {
- margin-right: 10px;
- font-size: 14px;
- color: #409ED1;
- text-decoration: none;
- cursor: pointer;
- img {
- width: 5px;
- height: 9px;
- vertical-align: inherit;
- }
- }
- }
- .go-btn, .go-push {
- display: inline-block;
- width: 80px;
- height: 25px;
- line-height: 25px;
- border-radius: 4px;
- text-align: center;
- background: #DEF1FB;
- text-decoration: none;
- color: #409ED1;
- }
- .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 8px 4px;
- margin-right: 20px;
- max-height: 125px;
- overflow-y: hidden;
- position: relative;
- .go-push {
- cursor: pointer;
- width: 60px;
- position: absolute;
- left: 502px;
- bottom: 6px;
- }
- li {
- margin-bottom: 6px;
- }
- .label {
- float: left;
- border-left: 2px 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;
- &:nth-child(2) {
- width: 442px;
- }
- }
- }
- }
- .a-link {
- display: inline-block;
- width: 100%;
- border: 1px #3B9ED0 solid;
- color: #3B9ED0;
- 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: 0;
- }
- .content {
- margin-left: 146px;
- }
- }
- .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:hover{
- text-decoration: underline;
- color: #0000FF;
- }
|