123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785 |
- @import "./common.less";
- .bodyWrap {
- position: relative;
- min-height: 100px;
- border-bottom: 1px solid #ebebeb;
- box-shadow: 1px 1px 5px 2px #ebebeb;
- }
- .versionWrapper {
- position: absolute;
- top:0;
- right: 0;
- width: 45px;
- height: 100px;
- background: url("../images/bg.png");
- color: #fff;
- font-size: 12px;
- }
- .versionTop {
- display: inline-block;
- width: 10px;
- height: 49px;
- background: url("../images/copy.png");
- cursor: pointer;
- margin: 3px 0 0 2px;
- }
- .versionBottom {
- display: inline-block;
- width: 40px;
- height: 10px;
- background: url("../images/vs.png");
- cursor: pointer;
- margin: 29px 0 0 3px;
- }
- .versionNew{
- width: 24px;
- height: 12px;
- background: url("../images/new1.png");
- position: absolute;
- top: 70px;
- left: 19px;
- }
- .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 {
- float: left;
- width: 70px;
- height: 100%;
- min-height: 100px;
- text-align: center;
- color: #333333;
- // box-sizing: border-box;
- z-index: 99;
- border-right: 1px solid @bgcBlue;
- }
- .tab {
- width: 60px;
- height: 20px;
- font-size:12px;
- cursor: pointer;
- text-align: center;
- margin:4px 5px;
- }
- .tabName {
- text-align: center;
- }
- .activeTab {
- font-weight: 500;
- color: @bgcBlue;
- background:@pushBgColor;
- position: relative;
- &:after{
- content: '';
- width: 5px;
- height: 11px;
- background: url("../images/ar.png") no-repeat;
- display: block;
- position: absolute;
- top: 4px;
- left: 60px;
- }
- }
- .contentBox {
- margin:0 46px 0 72px;
- }
- .moduleWrapper {
- /*position: absolute;
- width: 100%;
- height: 202px;*/
- }
- .leftWrapper,
- .rightWrapper {
- position: relative;
- height: 100px;
- display: inline-block;
- box-sizing: border-box;
- overflow-y: auto;
- }
- .leftWrapper {
- width: 60%;
- // border-right: 1px solid #E6E6E6;
- float: left;
- padding: 2px 10px 0 10px;
- box-sizing: border-box;
- }
- .rightWrapper {
- width: 40%;
- padding: 0px 20px;
- display: none;
- // margin: 0 10px;
- // border-left: 1px solid #e6e6e6;
- }
- .leftBox,
- .rightBox {
- position: relative;
- p{
- font-size: 12px;
- }
- }
- .moduleWrapper {
- display: none;
- }
- .moduleItem {
- padding: 0 0 0 110px;
- box-sizing: border-box;
- line-height: 21px;
- span,div{
- font-size: 12px;
- }
- &:hover {
- background: #f6f6f6;
- }
- }
- .moduleItemTitBox {
- display: inline-block;
- width: 110px;
- height: 21px;
- box-sizing: border-box;
- position: absolute;
- left: 0;
- margin-top: -2px;
- }
- .casewriting .moduleItemTitBox .moduleTitle {
- color: @colorWaring;
- }
- .titleIcon {
- width: 18px;
- margin: 0px 0px 0 5px;
- position: relative;
- top: 4px;
- }
- .treatIcon {
- width: 14px;
- position: relative;
- top: 2px;
- margin-right: 6px;
- }
- .moduleTitle {
- font-size: 14px;
- font-weight: 500;
- color: @bgcBlue;
- }
- .diag .moduleTitle {
- // color: #ff656b;
- }
- .rightBox .moduleTitle {
- color: #1e1e1e;
- }
- .warning .moduleTitle {
- color: #fff;
- background: #ff7f5b;
- width: 62px;
- height: 17px;
- line-height: 17px;
- margin-top: 4px;
- img {
- width: 12px;
- vertical-align: top;
- margin-top: -1.5px;
- margin-right: 7px;
- }
- }
- .warning .moduleItemTitBox {
- width: 83px;
- }
- .pushItemBox {
- padding-right: 18px;
- position: relative;
- display: inline-block;
- // color: #1677FF;
- }
- .infoImg {
- width: 11px;
- position: absolute;
- top: 5px;
- cursor: pointer;
- display: none;
- right: 4px;
- }
- .pushItemBox:hover {
- .infoImg {
- display: block;
- }
- }
- .searchBox {
- margin: 38px 0 0 30px;
- }
- .search {
- color: @bgcBlue;
- border-bottom: 1px solid @bgcBlue;
- cursor: pointer;
- }
- .tips-cont {
- position: relative;
- background: #fff7f2;
- max-height: 63px;
- overflow: hidden;
- .moduleTitle {
- position: absolute;
- top: 0;
- font-size: 12px;
- /*font-weight: 600;*/
- color: @colorWaring;
- left: -4px;
- }
- }
- .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: 16px;
- 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: 21px;
- color: #3b9ed0;
- position: relative;
- right: 5px;
- }
- .showMoreNewPage,
- .showMoreCaseWrite {
- display: inline-block;
- cursor: pointer;
- position: absolute;
- line-height: 21px;
- color: @bgcBlue;
- right: 5px;
- bottom: -1px;
- font-size: 12px;
- }
- .longStrBox {
- max-height: 180px;
- position: absolute;
- width: 100%;
- left: 0;
- top: 5px;
- background: #fff;
- border: 1px solid @bgcBlue;
- box-sizing: border-box;
- border-radius: 1px;
- padding: 0 0 0 80px;
- display: none;
- z-index: 1;
- overflow: auto;
- }
- .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;
- display: inline-block;
- line-height: 16px;
- top: 4px;
- padding: 0px 5px;
- border-radius: 9px;
- border: 1px solid @bgcBlue;
- }
- .rightBoxTitle {
- height: 22px;
- line-height: 22px;
- color: #2fc6c7;
- border-bottom: 1px solid #e6e6e6;
- font-weight: 600;
- span{
- font-size: 12px;
- }
- }
- .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;
- }
- .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: 63px;
- 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: 41px;
- }
- .showMoreGeneralTreat {
- position: absolute;
- cursor: pointer;
- color: @bgcBlue;
- right: 0px;
- bottom: 0;
- background: #fff;
- }
- .generalTreatInfo {
- position: relative;
- padding: 0 28px 0 0;
- color: @fontColor;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 4;
- overflow: hidden;
- 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: 12px;
- color: #1e1e1e;
- margin: 3px 0 0;
- font-weight: 600;
- }
- .followUpWrap {
- /*position: absolute;*/
- width: 100%;
- height: 100px;
- padding: 0 20px;
- box-sizing: border-box;
- overflow-y: auto;
- }
- .operaNameBox {
- background-color: #eff1f6;
- height: 21px;
- line-height: 21px;
- 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: 3px;
- box-sizing: border-box;
- &:hover {
- background-color: #fff;
- }
- }
- .infoBox p {
- color: #1e1e1e;
- font-weight: bold;
- font-size: 12px;
- margin-bottom: 5px;
- }
- }
- .medicalKonwledgeWrap {
- height: 100px;
- overflow: auto;
- }
- .readMorePlan {
- margin-top: 10px;
- padding-left: 10px;
- width: 98px;
- height: 21px;
- line-height: 21px;
- background: #e7f1ff;
- border-radius: 2px;
- cursor: pointer;
- a {
- list-style: none;
- display: inline-block;
- font-size: 12px;
- 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: 50px;
- height: 18px;
- line-height: 18px;
- border-radius: 4px;
- color: @bgcBlue;
- border: 1px solid @bgcBlue;
- text-align: center;
- font-size: 12px;
- img {
- width: 12px;
- height: 12px;
- margin-bottom: -1px;
- }
- span{
- font-size: 12px;
- }
- }
- }
- .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: 20px;
- padding: 0 12px;
- margin-top: 3px;
- border-radius: 8px 8px 0px 0px;
- img {
- vertical-align: middle;
- width: 14px;
- height: 14px;
- margin-top: -1.5px;
- }
- .h2 {
- font-size: 12px;
- color: @bgcBlue;
- }
- .go {
- margin-right: 10px;
- font-size: 12px;
- color: #1677ff;
- text-decoration: none;
- cursor: pointer;
- img {
- width: 5px;
- height: 9px;
- vertical-align: middle;
- }
- }
- }
- .go-btn,
- .go-push {
- display: inline-block;
- width: 60px;
- height: 17px;
- line-height: 17px;
- border-radius: 4px;
- text-align: center;
- background: #e7f1ff;
- text-decoration: none;
- color: #1677ff;
- }
- .content {
- .infos {
- .label {
- color: #333;
- font-size: 12px;
- }
- .val {
- color: #666;
- }
- li {
- float: left;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 150px;
- &:first-child {
- width: 262px;
- }
- }
- }
- .infos {
- height: 20px;
- }
- .detail {
- padding: 0 8px 0 4px;
- margin-right: 20px;
- max-height: 125px;
- overflow-y: hidden;
- position: relative;
- .go-push {
- cursor: pointer;
- width: 60px;
- position: absolute;
- left: 502px;
- bottom: 0;
- font-size: 12px;
- background: none;
- }
- li {
- margin-bottom: 2px;
- &:hover {
- background: #f6f6f6;
- }
- }
- .label {
- float: left;
- border-left: 4px solid #267fd7;
- padding-left: 5px;
- line-height: 12px;
- margin-top: 4px;
- font-size: 12px;
- }
- .val {
- margin-left: 65px;
- .name {
- color: #333;
- font-size: 12px;
- }
- .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;
- font-size: 12px;
- height: 21px;
- line-height: 21px;
- border-radius: 4px;
- cursor: pointer;
- background: url("../images/go.png") 92% center no-repeat;
- text-indent: -8px;
- text-decoration: none;
- }
- }
- }
- .recipe {
- .title {
- width: 124px;
- }
- .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: 83px;
- 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 {
- box-sizing: border-box;
- overflow: auto;
- }
- .empty-box{
- text-align: center;
- display: none;
- padding-top: 8px;
- .emptyImg{
- width: 100px;
- }
- .emptyTxt{
- font-size: 12px;
- }
- }
- .loading{
- position: fixed;
- width: 100%;
- left: 0;
- top: 44px;
- 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: 30px;
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -15px 0 0 -15px;
- }
- .bodyWrapHorizontal ::-webkit-scrollbar{
- /*滚动条整体样式*/
- width: 4px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 4px;
- background: #fff;
- -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
- }
- .bodyWrapHorizontal ::-webkit-scrollbar-thumb{
- /*滚动条里面小方块*/
- width: 4px;
- height: 4px;
- border-radius: 3px;
- background: #ccc;
- }
|