style.css 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. .float_ajax_box { border: 1px solid #ccc; background-color: #fff; }
  2. .float_loading { width: 100px; height: 100px; }
  3. .float_ajax_image { padding: 5px; }
  4. .float_ajax_error { width: 200px; padding: 40px 0; text-align: center; }
  5. .float_list_box { background-color: #fff; border: 1px solid #c2c2c2; box-shadow: 0 5px 10px #ddd; }
  6. .float_list_ul { margin: 0; padding: 1px; font-size: 12px; list-style-type: none; padding: 5px; }
  7. .float_list_ul li { line-height: 20px; text-indent: 5px; }
  8. .float_list_ul li:first-child { border-top: 0; }
  9. .float_list_a { display: block; text-decoration: none; padding: 3px 8px 3px 8px; color: #333; }
  10. .float_list_a:hover { background-color: #8b9daf; color: #fff; text-decoration: none; }
  11. .float_list_null { padding: 40px 20px; text-align: center; }
  12. .float_remind_box { border: 1px solid #F7CE39; background: #ffffe0; padding: 5px 10px; }
  13. .float_tip_box { line-height: 18px; padding: 2px 5px; background-color: #ffffe0; -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4); box-shadow: 1px 1px 2px rgba(0, 0, 0, .4); border: 1px solid #CCC; position: absolute; }
  14. .float_doing_box { border: 1px solid #F7CE39;padding: 5px 10px 5px 25px; font-size: 12px; position: absolute; }
  15. .float_corner {font-size: 18px;position: absolute; left: -6000px;overflow: hidden; }
  16. .float_corner .corner { position: absolute; }
  17. .float_corner .corner_1 { color: #ccc; }
  18. .float_corner .corner_2 { color: #fff; }
  19. .float_corner_top, .float_corner_bottom { width: 16px; height: 8px; }
  20. .float_corner_top { line-height: 14px; }
  21. .float_corner_bottom { line-height: 17px; }
  22. .float_corner_left, .float_corner_right { width: 8px; height: 16px; }
  23. .float_corner_top .corner, .float_corner_bottom .corner { left: 0; }
  24. .float_corner_right .corner, .float_corner_left .corner { top: -2px; }
  25. .float_corner_bottom .corner_1 { }
  26. .float_corner_bottom .corner_2 { top: 1px; }
  27. .float_corner_left .corner_1 { right: 0; }
  28. .float_corner_left .corner_2 { right: 1px; }
  29. .float_corner_top .corner_1 { bottom: 0; }
  30. .float_corner_top .corner_2 { bottom: 1px; }
  31. .float_corner_right .corner_2 { left: 1px; }