rowOps.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @charset "UTF-8";
  2. .rowOps {
  3. width: 5%;
  4. }
  5. .ops_container_type1 {
  6. float: right;
  7. font-size: 12px;
  8. left: -22px;
  9. position: relative;
  10. }
  11. .ops_container_type2 {
  12. float: right;
  13. font-size: 12px;
  14. left: -25px;
  15. position: relative;
  16. top: -10px;
  17. }
  18. .ops_container a {
  19. text-decoration: none;
  20. }
  21. .ops_btn {
  22. background: url("../../../images/other/1.png") repeat scroll -80px 0 transparent;
  23. display: inline-block;
  24. height: 16px;
  25. position: absolute;
  26. width: 16px;
  27. z-index: 1;
  28. }
  29. .ops_box {
  30. position: absolute;
  31. right: -25px;
  32. top: 16px;
  33. z-index: 5;
  34. }
  35. .ops_itemDiv {
  36. background-color: #FFFFFF;
  37. border: 1px solid #000000;
  38. border-radius: 8px 0 8px 8px;
  39. box-shadow: 2px 2px 5px #969696;
  40. display: none;
  41. }
  42. .ops_itemDiv ul li {
  43. margin: 8px;
  44. }
  45. .ops_itemDiv li a:hover {
  46. background-color: #3366CC;
  47. }
  48. .ops_btn.ops_active {
  49. background: url("../../../images/other/1.png") repeat scroll -80px -35px transparent;
  50. padding: 0 !important;
  51. }
  52. .ops_shadeEm {
  53. }
  54. a.ops_more {
  55. color: #CCCCCC;
  56. font-size: 12px;
  57. padding: 0 5px 0 22px;
  58. }
  59. li.ops_li {
  60. float: left;
  61. }