|
@@ -0,0 +1,486 @@
|
|
|
+.bodyWrap {
|
|
|
+ /* width: 1000px; */
|
|
|
+ height: 116px;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: 13px;
|
|
|
+ /* padding: 13px 0 */
|
|
|
+ }
|
|
|
+ .iframeWrap {
|
|
|
+ /* margin: 10px auto 50px;
|
|
|
+ padding: 20px; */
|
|
|
+ min-width: 340px;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .push {
|
|
|
+ width: 55%;
|
|
|
+ float: left;
|
|
|
+ padding: 18px 5px 8px 20px;
|
|
|
+ border-right: 1px solid #EFEEEE;
|
|
|
+ }
|
|
|
+ .treat {
|
|
|
+ width: 35%;
|
|
|
+ float: left;
|
|
|
+ padding: 18px 0
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub {
|
|
|
+ /* border: 1px solid #F2F2F2; */
|
|
|
+ margin-bottom: 8px;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ position: relative;
|
|
|
+ background: #fff;
|
|
|
+
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub li {
|
|
|
+ padding-right: 22px;
|
|
|
+ float: left;
|
|
|
+ line-height: 20px;
|
|
|
+ position: relative;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .conditionMain {
|
|
|
+ margin: 0 0px 0 62px;
|
|
|
+ height: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .alertModal {
|
|
|
+ position: relative;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .alertModal .mayResult {
|
|
|
+ color: #838383;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .alertModal .mayResultSelect {
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .alertModal .mayResultSelect .makesureResult {
|
|
|
+ cursor: pointer;
|
|
|
+ color: #267FD7;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .alertModal .mayResultSelect .sanjiao {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ top: 3px;
|
|
|
+ background: url('../images/select.png') center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatPlan {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #000000;
|
|
|
+ float: left;
|
|
|
+ width: 85px;
|
|
|
+ text-align: right;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatPlanWrap {
|
|
|
+ height: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine {
|
|
|
+ margin-top: 10px;
|
|
|
+ height: 28px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicinePart {
|
|
|
+ /* margin: 8px 0; */
|
|
|
+ position: relative;
|
|
|
+ height: 20px;
|
|
|
+ overflow: hidden;
|
|
|
+ line-height: 20px;
|
|
|
+ margin: 0 0 8px 95px;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicine {
|
|
|
+ border-bottom: 1px solid #D1D1D1;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicine:hover {
|
|
|
+ color: #267FD7;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicine span {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicine:hover span {
|
|
|
+ display: inline-block;
|
|
|
+ right: -20px;
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicineDis {
|
|
|
+ color: #D1D1D1;
|
|
|
+ border-bottom: 1px solid #D1D1D1;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicineWaring {
|
|
|
+ background-color: #f4c051;
|
|
|
+ color: #000;
|
|
|
+ font-size: 12px;
|
|
|
+ border-radius: 4px;
|
|
|
+ border: 1px solid #fff;
|
|
|
+ line-height: 18px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicineWaringDis {
|
|
|
+ background-color: #fff;
|
|
|
+ color: #D1D1D1;
|
|
|
+ font-size: 12px;
|
|
|
+ border-radius: 4px;
|
|
|
+ line-height: 18px;
|
|
|
+ border: 1px solid #D1D1D1;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .medicineWaringDisMsg {
|
|
|
+ color: #D1D1D1;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub p {
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub p span {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintRecomDiag h4 {
|
|
|
+ color: #FF545B;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintRecomDiag h4 i {
|
|
|
+ background: url("../images/yszd.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWz h4 {
|
|
|
+ color: #157FD5;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWz h4 i {
|
|
|
+ background: url("../images/inquire.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTg h4 {
|
|
|
+ color: #157FD5;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTg h4 i {
|
|
|
+ background: url("../images/tgjc.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintInspect h4 {
|
|
|
+ color: #157FD5;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintInspect h4 i {
|
|
|
+ background: url("../images/inspect.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintMay h4 {
|
|
|
+ background-color: #FAEBEC;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintMay h4 i {
|
|
|
+ background: url("../images/yszd.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWarings {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWarings h4 {
|
|
|
+ color: #FF545B;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWarings h4 i {
|
|
|
+ background: url("../images/warings.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWarings li {
|
|
|
+ float: left;
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintWarings li:hover {
|
|
|
+ color: #267FD7;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintKnzd {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintKnzd h4 i {
|
|
|
+ background: url("../images/knzd.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintKnzd ul li {
|
|
|
+ float: left;
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintKnzd ul li:hover {
|
|
|
+ color: #267FD7;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintZhiliao h4 {
|
|
|
+ position: relative;
|
|
|
+ color: #1AB3A9;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintZhiliao h4 .treatPlan {
|
|
|
+ color: #1AB3A9;
|
|
|
+ }
|
|
|
+ .treatPlanBg {
|
|
|
+ position: absolute;
|
|
|
+ width: 95%;
|
|
|
+ height: 100%;
|
|
|
+ left: 18px;
|
|
|
+ top: 0;
|
|
|
+ background: #1AB3A9;
|
|
|
+ border-radius: 13px;
|
|
|
+ opacity: 0.1;
|
|
|
+ filter:alpha(opacity=10);
|
|
|
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10);";
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintZhiliao h4 i {
|
|
|
+ background: url("../images/zhiliao.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips .mayIllness {
|
|
|
+ padding-bottom: 5px;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips .mayIllness:hover span{
|
|
|
+ color: #267FD7;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips .mayIllness span {
|
|
|
+ position: relative;
|
|
|
+ border-bottom: 1px solid #D1D1D1;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips .mayIllness span .infoMsg {
|
|
|
+ position: relative;
|
|
|
+ border-bottom: 0;
|
|
|
+ float: right;
|
|
|
+ cursor: pointer;
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips .mayIllness span:hover .infoMsg {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips .mayIllness a {
|
|
|
+ border-bottom: 1px solid #D1D1D1;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips h4 {
|
|
|
+ color: #E66225;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintTips h4 i {
|
|
|
+ background: url("../images/tips.png") center center no-repeat;
|
|
|
+ }
|
|
|
+ .iframeWrap .illnessTable {
|
|
|
+ color: #040428;
|
|
|
+ line-height: 20px;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .iframeWrap .illnessTable::before {
|
|
|
+ color: #040428;
|
|
|
+ content: "【"
|
|
|
+ }
|
|
|
+ .iframeWrap .illnessTable::after {
|
|
|
+ color: #040428;
|
|
|
+ content: "】"
|
|
|
+ }
|
|
|
+ .iframeWrap h4 {
|
|
|
+ color: #000;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ /* background-color: #FAEBEC; */
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: bold;
|
|
|
+ display: inline-block;
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ }
|
|
|
+ .iframeWrap h4 i {
|
|
|
+ content: '';
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ float: left;
|
|
|
+ margin: 2px 8px 0 0;
|
|
|
+ }
|
|
|
+ .commonTreat,
|
|
|
+ .conditionHintKnzdLis,
|
|
|
+ .conditionHintWaringsLis,
|
|
|
+ .conditionHintWzLis,
|
|
|
+ .conditionHintTgLis,
|
|
|
+ .conditionHintInspectLis,
|
|
|
+ .conditionHintRecomDiagLis,
|
|
|
+ .conditionHintAssistLis {
|
|
|
+ /* position: relative; */
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+ .conditionHintInspectNull {
|
|
|
+ border-bottom: 1px solid #D1D1D1;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
+ .conditionHintZhiliaoNull {
|
|
|
+ padding-left: 20px;
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .conditionHintAssistLis,
|
|
|
+ .conditionHintInspectLis {
|
|
|
+ /* padding: 5px 0; */
|
|
|
+ }
|
|
|
+ .conditionHintAssistLis .slideDown,
|
|
|
+ .conditionHintInspectLis .slideDown {
|
|
|
+ /* padding: 5px 0 5px 0px; */
|
|
|
+ }
|
|
|
+ .conditionHintAssistLis li:first-child,
|
|
|
+ .conditionHintInspectLis li:first-child {
|
|
|
+ padding-right: 5px;
|
|
|
+ }
|
|
|
+ .pushEmpty {
|
|
|
+ color: #ADADAD;
|
|
|
+ }
|
|
|
+ .medicinePartLimitHeight {
|
|
|
+ height:20px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ margin-bottom: 8px;
|
|
|
+ }
|
|
|
+ .medicinePartLimitHeightSpec {
|
|
|
+ height: 75px;
|
|
|
+ overflow: hidden;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .slideDown {
|
|
|
+ background-color: #fff;
|
|
|
+ position: absolute;
|
|
|
+ top: 0px;
|
|
|
+ right: 12px;
|
|
|
+ color: #267FD7;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ box-shadow: -2px 0px 15px 0px #fff;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .slideDown i {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
+ background: url('../images/show.png') center center no-repeat;
|
|
|
+ }
|
|
|
+ .slideUp {
|
|
|
+ background-color: #fff;
|
|
|
+ position: absolute;
|
|
|
+ top: 0x;
|
|
|
+ right: 12px;
|
|
|
+ color: #267FD7;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ box-shadow: -2px 0px 15px 0px #fff;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .slideUp i {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ display: inline-block;
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
+ background: url('../images/collapse.png') center center no-repeat;
|
|
|
+ }
|
|
|
+ .disclaimer {
|
|
|
+ height: 100%;
|
|
|
+ width: 5%;
|
|
|
+ line-height: 20px;
|
|
|
+ text-align: center;
|
|
|
+ bottom: 0;
|
|
|
+ background-color: #efefef;
|
|
|
+ z-index: 98;
|
|
|
+ float: left;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .disclaimer a {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .infoMsg {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 2px;
|
|
|
+ display: none;
|
|
|
+ background: url('../images/msg1.png') center center no-repeat;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .infoMsg:hover {
|
|
|
+ background: url('../images/msg2.png') center center no-repeat;
|
|
|
+ }
|
|
|
+ .infoMsgParent {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .warning {
|
|
|
+ background: #FFEDEE;
|
|
|
+ color: #FF545B;
|
|
|
+ border-radius: 10px;
|
|
|
+ height: 20px;
|
|
|
+ }
|
|
|
+ .warningImg {
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
+ }
|
|
|
+ .infoMsgParent:hover {
|
|
|
+ color: #267FD7;
|
|
|
+ }
|
|
|
+ .infoMsgParent:hover .infoMsg {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .responsibility {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #979797;
|
|
|
+ padding-top: 15px;
|
|
|
+ }
|
|
|
+ .treat .conditionMain {
|
|
|
+ /* overflow: auto; */
|
|
|
+ }
|
|
|
+ .diseaseName {
|
|
|
+ color: #1AB3A9;;
|
|
|
+ }
|
|
|
+ .treat h4 {
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .treat .conditionHintPub .conditionMain {
|
|
|
+ margin: 0;
|
|
|
+ height: 80px;
|
|
|
+ }
|
|
|
+ .treat .slideDown {
|
|
|
+ right: 0;
|
|
|
+ }
|
|
|
+ .iframeWrap .conditionHintPub .treatMedicine .slideDown {
|
|
|
+ /* top: 28px; */
|
|
|
+ }
|
|
|
+ .disclaimerName {
|
|
|
+ float: left;
|
|
|
+ height: 72px;
|
|
|
+ position: relative;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ margin: -36px 0 0 -14px;
|
|
|
+ line-height: 18px;
|
|
|
+ color: #9C9C9C;
|
|
|
+ }
|
|
|
+ .disclaimerTip {
|
|
|
+ margin-left: 0;
|
|
|
+ line-height: 14px;
|
|
|
+ height: 56px;
|
|
|
+ margin: -28px 0 0 0;
|
|
|
+ }
|
|
|
+ .titleIcon {
|
|
|
+ position: relative;
|
|
|
+ width: 18px;
|
|
|
+ top: 1px;
|
|
|
+ display: block;
|
|
|
+ float: left;
|
|
|
+ margin-right: 8px;
|
|
|
+ }
|
|
|
+ .treatPlan .titleIcon{
|
|
|
+ right: -11px;
|
|
|
+ }
|
|
|
+ .pushBox {
|
|
|
+ padding-right: 40px;
|
|
|
+ background: #fff
|
|
|
+ }
|
|
|
+ .pushBoxBorder {
|
|
|
+ border: 1px solid #3A73E1;
|
|
|
+ border-radius: 4px;
|
|
|
+ }
|
|
|
+ .warning i {
|
|
|
+ display: inline-block;
|
|
|
+ float: left;
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ background: url('../images/warning.png') center center no-repeat;
|
|
|
+ }
|