tip.css 1.0 KB

1234567891011
  1. .custom-tip,.custom-tip-body,.custom-tip-body-text{display:inline-block;*display:inline;*zoom:1;position:relative;border-style:solid;border-color:#ddd;}
  2. .custom-tip-body,.custom-tip-body-text{border-width:0 1px;*left:-2px;background-color:#f3f3f3;}
  3. .custom-tip{border-width:1px;line-height:1.5;min-width: 50px;}
  4. .custom-tip-body{margin:0 -2px;}
  5. .custom-tip-body-text{margin:1px -2px;padding:0 6px;}
  6. .custom-tip-arrow-bottom,.custom-tip-arrow-bottom-i{position:absolute;left:44%;overflow:hidden;width:0;height:0;border-left:6px dotted transparent;border-right:6px dotted transparent;border-top:6px solid transparent;}
  7. .custom-tip-arrow-left,.custom-tip-arrow-left-i{position:absolute;top:34%;overflow:hidden;width:0;height:0;border-top:6px dotted transparent;border-bottom:6px dotted transparent;border-right:6px solid transparent;}
  8. .custom-tip-arrow-bottom{top:26px;border-top-color:#ddd;}
  9. .custom-tip-arrow-bottom-i{top:25px;border-top-color:#f3f3f3;}
  10. .custom-tip-arrow-left{left:-9px;border-right-color:#ddd;}
  11. .custom-tip-arrow-left-i{left:-8px;border-right-color:#f3f3f3;}