.conditionHintZhiliao { padding: 10px 20px 0; overflow-y: auto; h4 { font-size: 18px; margin: 15px 0; } .diseaseName { font-size: 18px; } } .diagBox{ border: 1px solid #d2d2d2; margin: 10px 0; padding: 10px 10px 0; } .treatPlan,.treatDrug{ position: relative; line-height: 36px; min-height: 36px; } .treatPlanBg,.treatDrugBg { position: absolute; width: 100%; height: 100%; z-index: 1; } .treatPlanBg { background: #2fc79c; opacity: 0.1; filter:alpha(opacity=10); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10);"; } .treatDrugBg { background: #EAF7FA; } .treatPlanTitle, .treatDrugTitle { position: absolute; width: 100%; height: 100%; z-index: 2; font-weight: 600; } .drugCategoryBox { position: relative; line-height: 36px; // border-bottom: 1px dashed #d2d2d2; } .drugNameBox { padding-right: 15px; position: relative; display: inline-block; } .drugName{ display: inline-block; text-decoration:underline; } .infoMsg { position: absolute; right: 1px; top: 10px; display: none; width: 14px; height: 14px; background: url(/images/msg1.png) center center no-repeat; cursor: pointer; } .infoMsg:hover { background: url(/images/msg2.png) center center no-repeat; } .drugNameBox:hover { .infoMsg { display: inline-block; } } .diagTitle { color: #3b9ed0; position: relative; margin: 10px 0 10px 0; font-weight: 500; i { position: relative; display: inline-block; width: 4px; height: 4px; background: #3b9ed0; border-radius: 50%; top: -4px; margin-right: 6px; } } .diagDescription{ margin: 5px 0 10px; line-height: 28px; background:#F2F2F2; padding: 5px 10px; } .icon { width: 16px; float: left; margin: 10px; } .slideImg { width: 16px; float: right; margin: 10px; } .commonTreat { line-height: 36px; } .infoFlag { display: inline-block; width: 34px; height: 16px; line-height: 16px; border-radius: 4px; text-align: center; margin: 0 0 0 5px; border: 1px solid #000; position: relative; top: -1px; } .cautious { border: 1px solid #F4C051; background: #F4C051; } .disUse { opacity: 0.3; filter:alpha(opacity=30); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);"; } .treatPlanWrap { margin: 0 0 10px 0; }