rowOps.css 1.2 KB

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