1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .iframeWrap {
- margin: 10px auto 50px;
- padding: 20px;
- min-width: 340px;
- }
- .recommendInfoWrapper {
- border: 1px solid #F2F2F2;
- margin-bottom: 15px;
- h4 {
- color: #000;
- height: 40px;
- line-height: 40px;
- background-color: #FAEBEC;
- font-size: 16px;
- font-weight: bold;
- }
- }
- .recommendInfoWrapper h4 i {
- content: '';
- width: 40px;
- height: 40px;
- float: left;
- }
- .symptomRecommend, .physiExamRecommend, .labAndPacsRecommend{
- h4{
- background-color: #ECF4FC;
- }
- }
- .treatRecommend {
- h4 {
- background-color: #E3FEFE;
- }
- }
- .ConditTips {
- h4 {
- background-color: #FDF4EE;
- }
- }
- .recommendInfoBox {
- padding: 17px;
- }
- .treatRecommend h4 i {
- background: url(/images/zhiliao.png) center center no-repeat;
- }
- .ConditTips h4 i {
- background: url(/images/tips.png) center center no-repeat;
- }
- .symptomRecommend h4 i {
- background: url(/images/inquire.png) center center no-repeat;
- }
- .physiExamRecommend h4 i {
- background: url(/images/tgjc.png) center center no-repeat;
- }
- .labAndPacsRecommend h4 i {
- background: url(/images/inspect.png) center center no-repeat;
- }
- .warning h4 i {
- background: url(/images/warings.png) center center no-repeat;
- }
- .diagRecommend h4 i {
- background: url(/images/yszd.png) center center no-repeat;
- }
- .recommendInfoItem {
- margin-right: 18px;
- float: left;
- line-height: 24px;
- }
- .infoMsg, .infoMsgOn {
- position: relative;
- top: 4px;
- }
- .infoMsg, .infoMsgOn{
- display: none;
- }
- .recommendInfoItem:hover {
- .infoMsg {
- display: inline-block;
- width: 16px;
- height: 16px;
- background: url(/images/msg1.png) center center no-repeat;
- }
- .infoMsg:hover {
- background: url(/images/msg2.png) center center no-repeat;
- }
- }
|