123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- .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;
- }
|